Skip to content

Commit f11fa2f

Browse files
committed
cleanup build config
1 parent 0e4cb6d commit f11fa2f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

project/build/LiftFrameworkProject.scala

-14
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class LiftFrameworkProject(info: ProjectInfo) extends ParentProject(info) with L
3232
lazy val common = coreProject("common", slf4j_api, logback, log4j)()
3333
lazy val actor = coreProject("actor")(common)
3434
lazy val json = coreProject("json", paranamer, scalap)()
35-
// FIXME: Scala 2.9.0
3635
lazy val json_scalaz = coreProject("json-scalaz", scalaz)(json)
3736
lazy val json_ext = coreProject("json-ext", commons_codec, joda_time)(common, json)
3837
lazy val util = coreProject("util", joda_time, commons_codec, javamail, log4j, htmlparser)(actor, json)
@@ -111,19 +110,6 @@ class LiftFrameworkProject(info: ProjectInfo) extends ParentProject(info) with L
111110

112111
// System properties necessary during test TODO: Figure out how to make this a subdir of persistence/ldap/
113112
System.setProperty("apacheds.working.dir", (outputPath / "apacheds").absolutePath)
114-
115-
/*
116-
// FIXME: Scala 2.9.0
117-
override def testOptions =
118-
ExcludeTests(
119-
// lift-json-ext tests
120-
"net.liftweb.json.ext.JsonBoxSerializerSpec" ::
121-
// lift-record tests
122-
"net.liftweb.record.RecordSpec" ::
123-
"net.liftweb.record.FieldSpec" ::
124-
Nil) ::
125-
super.testOptions.toList
126-
*/
127113
}
128114

129115
}

0 commit comments

Comments
 (0)