diff --git a/build.sbt b/build.sbt deleted file mode 100644 index a2be7bb5c3..0000000000 --- a/build.sbt +++ /dev/null @@ -1,8 +0,0 @@ - seq(lsSettings:_*) - - (LsKeys.tags in LsKeys.lsync) := Seq("actors", "stm", "concurrency", "distributed", "fault-tolerance", "scala", "java", "futures", "dataflow", "remoting") - - (externalResolvers in LsKeys.lsync) := Seq("Akka Repository" at "http://akka.io/repository/") - - (description in LsKeys.lsync) := "Akka is the platform for the next generation of event-driven, scalable and fault-tolerant architectures on the JVM." - diff --git a/ls.sbt b/ls.sbt new file mode 100644 index 0000000000..83e5babc79 --- /dev/null +++ b/ls.sbt @@ -0,0 +1,13 @@ +seq(lsSettings:_*) + +(description in LsKeys.lsync) := "Akka is the platform for the next generation of event-driven, scalable and fault-tolerant architectures on the JVM." + +(homepage in LsKeys.lsync) := Some(url("http://akka.io")) + +(LsKeys.tags in LsKeys.lsync) := Seq("actors", "stm", "concurrency", "distributed", "fault-tolerance", "scala", "java", "futures", "dataflow", "remoting") + +(LsKeys.docsUrl in LsKeys.lsync) := Some(url("http://akka.io/docs")) + +(licenses in LsKeys.lsync) := Seq(("Apache 2", url("http://www.apache.org/licenses/LICENSE-2.0.html"))) + +(externalResolvers in LsKeys.lsync) := Seq("Typesafe Releases" at "http://repo.typesafe.com/typesafe/releases") diff --git a/src/main/ls/2.0.json b/src/main/ls/2.0.json index e31584a56b..29a2640ad3 100644 --- a/src/main/ls/2.0.json +++ b/src/main/ls/2.0.json @@ -7,9 +7,12 @@ "site":"http://akka.io", "tags":["actors","stm","concurrency","distributed","fault-tolerance","scala","java","futures","dataflow","remoting"], "docs":"http://akka.io/docs", - "licenses":[{"name":"Apache 2","url":"http://www.apache.org/licenses/LICENSE-2.0.html"}], - "resolvers":["http://repo.typesafe.com/typesafe/releases/"], - "dependencies":[], - "scalas":["2.9.1-1"], - "sbt":false -} + "licenses": [{ + "name": "Apache 2", + "url": "http://www.apache.org/licenses/LICENSE-2.0.html" + }], + "resolvers": ["http://repo.typesafe.com/typesafe/releases"], + "dependencies": [], + "scalas": ["2.9.1-1"], + "sbt": false +} \ No newline at end of file