Rebuilt jline for java 1.5. No review.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@24476 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
extempore 2011-03-17 15:32:13 +00:00
parent d6ff1eb9e3
commit c5099c3bda
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -9,6 +9,8 @@ class JlineProject(info: ProjectInfo) extends DefaultProject(info) with Proguard
// val junit = "junit" % "junit" % "4.8.1" % "test"
// lazy val jansiPath = (managedDependencyPath / "compile" ** "jansi*").get.toList.head.absolutePath
override def javaCompileOptions = super.javaCompileOptions ++ javaCompileOptions("-target", "1.5")
override def makeInJarFilter(file: String) = {
if (!file.startsWith("jansi")) super.makeInJarFilter(file)