complete move of scalachess to a git submodule

pull/7/merge
Thibault Duplessis 2012-07-30 11:30:19 +02:00
parent 6354d456fc
commit 8bb3cff015
2 changed files with 8 additions and 2 deletions

View File

@ -31,6 +31,8 @@ trait Dependencies {
val hasher = "com.roundeights" % "hasher" % "0.3" from "http://cloud.github.com/downloads/Nycto/Hasher/hasher_2.9.1-0.3.jar"
val jgit = "org.eclipse.jgit" % "org.eclipse.jgit" % "1.3.0.201202151440-r"
val actuarius = "eu.henkelmann" %% "actuarius" % "0.2.3"
val jodaTime = "joda-time" % "joda-time" % "2.1"
val jodaConvert = "org.joda" % "joda-convert" % "1.2"
}
object ApplicationBuild extends Build with Resolvers with Dependencies {
@ -71,9 +73,12 @@ object ApplicationBuild extends Build with Resolvers with Dependencies {
"com.github.ornicar.paginator.Paginator")
) dependsOn scalachess
lazy val scalachess = Project("scalachess", file("scalachess"))
lazy val scalachess = Project("scalachess", file("scalachess")).settings(
resolvers := Seq(iliaz),
libraryDependencies := Seq(scalaz, scalalib, hasher, jodaTime, jodaConvert)
)
lazy val cli = Project("cli", file("cli"), settings = buildSettings).settings(
libraryDependencies ++= Seq()
) dependsOn (lila)
) dependsOn lila
}

1
todo
View File

@ -38,3 +38,4 @@ analyse: show cp every move (as graph popup?)
clock in AI game
try to show last analysis cp on graph (move 26) http://en.lichess.org/analyse/bwxnx0al
elo range must contain player elo
allow to change password