Skip to content

Commit

Permalink
Deleted unused files. Prepare for relase 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlSjostrand committed Oct 15, 2015
1 parent f13f193 commit 99cf7e7
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 510 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Service | Status | Description
------- | ------ | -----------
Bintray | [ ![Download](https://api.bintray.com/packages/slicebox/slicebox/installers/images/download.svg) ](https://bintray.com/slicebox/slicebox/installers/_latestVersion) | Latest Version on Bintray
Travis | [![Build Status](https://travis-ci.org/slicebox/slicebox.svg?branch=develop)](https://travis-ci.org/slicebox/slicebox.svg?branch=develop) | [Tests](https://travis-ci.org/slicebox/slicebox/)
Coveralls | [![Coverage Status](https://coveralls.io/repos/slicebox/slicebox/badge.svg?branch=develop&service=github)](https://coveralls.io/github/slicebox/slicebox?branch=develop) | Code coverage
Travis | [![Build Status](https://travis-ci.org/slicebox/slicebox.svg?branch=master)](https://travis-ci.org/slicebox/slicebox.svg?branch=master) | [Tests](https://travis-ci.org/slicebox/slicebox/)
Coveralls | [![Coverage Status](https://coveralls.io/repos/slicebox/slicebox/badge.svg?branch=master&service=github)](https://coveralls.io/github/slicebox/slicebox?branch=master) | Code coverage
Gitter | [![Join the chat at https://gitter.im/slicebox/slicebox](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/slicebox/slicebox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | Chatroom
Documentation | - | [REST API](http://slicebox.github.io/slicebox)

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import de.heikoseeberger.sbtheader.license.Apache2_0

name := "slicebox"

version := "0.10-SNAPSHOT"
version := "0.10"

organization := "se.nimsa"

Expand Down
1 change: 0 additions & 1 deletion src/main/scala/se/nimsa/sbx/box/BoxServiceActor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ import akka.actor.Stash
import org.dcm4che3.data.Attributes
import se.nimsa.sbx.anonymization.AnonymizationProtocol.TagValue
import se.nimsa.sbx.app.GeneralProtocol._
import se.nimsa.sbx.util.CryptoUtil

class BoxServiceActor(dbProps: DbProps, apiBaseURL: String, implicit val timeout: Timeout) extends Actor with Stash with ExceptionCatching {

Expand Down
28 changes: 0 additions & 28 deletions src/main/scala/se/nimsa/sbx/crypto/CryptoProtocol.scala

This file was deleted.

53 changes: 0 additions & 53 deletions src/main/scala/se/nimsa/sbx/crypto/CryptoServiceActor.scala

This file was deleted.

42 changes: 0 additions & 42 deletions src/main/scala/se/nimsa/sbx/lang/RichCollection.scala

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import akka.util.Timeout
import akka.pattern.ask
import se.nimsa.sbx.app.DbProps
import se.nimsa.sbx.util.ExceptionCatching
import se.nimsa.sbx.util.SequentialPipeToSupport
import se.nimsa.sbx.dicom.DicomUtil
import se.nimsa.sbx.dicom.DicomHierarchy.Series
import se.nimsa.sbx.storage.StorageProtocol.GetAllSeries
Expand Down
41 changes: 0 additions & 41 deletions src/main/scala/se/nimsa/sbx/util/CryptoUtil.scala

This file was deleted.

21 changes: 0 additions & 21 deletions src/main/scala/se/nimsa/sbx/util/EventProtocol.scala

This file was deleted.

69 changes: 0 additions & 69 deletions src/main/scala/se/nimsa/sbx/util/PerEvent.scala

This file was deleted.

72 changes: 0 additions & 72 deletions src/main/scala/se/nimsa/sbx/util/PerRequest.scala

This file was deleted.

0 comments on commit 99cf7e7

Please sign in to comment.