Update ls.implicit.ly sbt settings
This commit is contained in:
parent
f6564f20f4
commit
d8b5181758
3 changed files with 22 additions and 14 deletions
|
|
@ -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
13
ls.sbt
Normal 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")
|
||||
|
|
@ -7,8 +7,11 @@
|
|||
"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/"],
|
||||
"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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue