Skip to content
This repository was archived by the owner on Feb 23, 2018. It is now read-only.

Commit c5099c3

Browse files
author
extempore
committed
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
1 parent d6ff1eb commit c5099c3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/jline.jar

-3.47 KB
Binary file not shown.

src/jline/project/build/JlineProject.scala

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ class JlineProject(info: ProjectInfo) extends DefaultProject(info) with Proguard
99

1010
// val junit = "junit" % "junit" % "4.8.1" % "test"
1111
// lazy val jansiPath = (managedDependencyPath / "compile" ** "jansi*").get.toList.head.absolutePath
12+
13+
override def javaCompileOptions = super.javaCompileOptions ++ javaCompileOptions("-target", "1.5")
1214

1315
override def makeInJarFilter(file: String) = {
1416
if (!file.startsWith("jansi")) super.makeInJarFilter(file)

0 commit comments

Comments
 (0)