Skip to content

Commit

Permalink
cleaning branch, remove activator
Browse files Browse the repository at this point in the history
  • Loading branch information
mcolmant committed Nov 4, 2014
1 parent cf0f6f5 commit a4ae946
Show file tree
Hide file tree
Showing 21 changed files with 12 additions and 354 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
*.log
*~

# activator specific
activator*
project/project
project/target

# sbt specific
.history/
.lib/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ When submitting code, please make every effort to follow existing conventions an

# Acknowledgments
We all stand on the shoulders of giants and get by with a little help from our friends. PowerAPI is written in [Scala](http://www.scala-lang.org) (version 2.11.4 under [3-clause BSD license](http://www.scala-lang.org/license.html)) and built on top of:
* [Akka](http://akka.io) (version 2.2.4 under [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0)), for asynchronous processing
* [Akka](http://akka.io) (version 2.3.6 under [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0)), for asynchronous processing

# Licence
This software is licensed under the *GNU Affero General Public License*, quoted below.
Expand Down
342 changes: 0 additions & 342 deletions activator

This file was deleted.

Binary file removed activator-launch-1.2.10.jar
Binary file not shown.
13 changes: 6 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name := """powerapi"""

version := "1.0"

scalaVersion := "2.11.1"
scalaVersion := "2.11.4"

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.3.4",
"com.typesafe.akka" %% "akka-testkit" % "2.3.4",
"org.scalatest" %% "scalatest" % "2.1.6" % "test",
"junit" % "junit" % "4.11" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test"
"com.typesafe.akka" %% "akka-actor" % "2.3.6",
"com.typesafe" % "config" % "1.2.1",
"com.typesafe.akka" %% "akka-testkit" % "2.3.6" % "test",
"org.scalatest" %% "scalatest" % "2.2.2" % "test"
)

testOptions += Tests.Argument(TestFrameworks.JUnit, "-v")
testOptions += Tests.Argument(TestFrameworks.JUnit, "-v")
4 changes: 0 additions & 4 deletions project/build.properties

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit a4ae946

Please sign in to comment.