Update ls.implicit.ly sbt settings

This commit is contained in:
Peter Vlugter 2012-03-10 10:30:38 +13:00
parent f6564f20f4
commit d8b5181758
3 changed files with 22 additions and 14 deletions

View file

@ -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."

13
ls.sbt Normal file
View file

@ -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")

View file

@ -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
}