tweak build settings formatting

This commit is contained in:
Thibault Duplessis 2013-07-30 18:38:29 +02:00
parent 7174e2303d
commit 9f41232d70
2 changed files with 4 additions and 7 deletions

View file

@ -1,5 +1,4 @@
import sbt._ import sbt._, Keys._
import Keys._
object BuildSettings { object BuildSettings {
@ -11,8 +10,7 @@ object BuildSettings {
resolvers ++= Dependencies.Resolvers.commons, resolvers ++= Dependencies.Resolvers.commons,
parallelExecution in Test := false, parallelExecution in Test := false,
scalacOptions := compilerOptions, scalacOptions := compilerOptions,
sources in doc in Compile := List() sources in doc in Compile := List())
)
def defaultDeps = Seq( def defaultDeps = Seq(
scalaz, scalalib, jodaTime, jodaConvert, scalaTime, spray.util) scalaz, scalalib, jodaTime, jodaConvert, scalaTime, spray.util)
@ -41,6 +39,6 @@ object BuildSettings {
scalaSource in Test <<= (sourceDirectory in Test)(identity) scalaSource in Test <<= (sourceDirectory in Test)(identity)
) )
def projectToRef(p: Project): ProjectReference = LocalProject(p.id) def projectToRef(p: Project): ProjectReference = LocalProject(p.id)
def classpathDependency(p: ProjectReference): ClasspathDependency = new ClasspathDependency(p, None) def classpathDependency(p: ProjectReference): ClasspathDependency = new ClasspathDependency(p, None)
} }

1
todo
View file

@ -49,4 +49,3 @@ team search is broken
liquid UI for large screens http://fr.lichess.org/forum/lichess-feedback/hi-res#5 liquid UI for large screens http://fr.lichess.org/forum/lichess-feedback/hi-res#5
customize piece images customize piece images
customize sound notifications http://imgur.com/70WVyb5 customize sound notifications http://imgur.com/70WVyb5
restyle under mini board infos