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:
parent
d6ff1eb9e3
commit
c5099c3bda
BIN
lib/jline.jar
BIN
lib/jline.jar
Binary file not shown.
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue