Skip to content

Commit

Permalink
Updated to latest jline.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidw committed Nov 4, 2009
1 parent 2be7b8c commit d94e601
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions core.xml
Expand Up @@ -26,7 +26,7 @@
<wtkpreprocess srcdir="java" destdir="${j2se.pre}/core" symbols="${j2se.defines}"/>
<javac srcdir="${j2se.pre}/core" destdir="${j2se.build}" debug="${hecldebug}" >
<classpath refid="classpath"/>
<classpath path="jars/jline-0.9.92.jar"></classpath>
<classpath path="jars/jline-0.9.94.jar"></classpath>
</javac>
</target>

Expand Down Expand Up @@ -107,7 +107,7 @@
debug="${hecldebug}">
<classpath refid="j2se.coreclasspath"/>
<classpath refid="classpath"/>
<classpath path="jars/jline-0.9.92.jar"></classpath>
<classpath path="jars/jline-0.9.94.jar"></classpath>
</javac>
</target>

Expand Down Expand Up @@ -160,7 +160,7 @@
description="Create Jar for command line Hecl"
depends="compileCommandline,compileHttp,packageLib">

<unjar src="jars/jline-0.9.92.jar" dest="${j2se.build}" />
<unjar src="jars/jline-0.9.94.jar" dest="${j2se.build}" />

<jar destfile="${j2se.hecl.cmdline.jar}"
basedir="${j2se.build}"
Expand Down
Binary file removed jars/jline-0.9.92.jar
Binary file not shown.
Binary file added jars/jline-0.9.94.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion misc.xml
Expand Up @@ -10,7 +10,7 @@
author="true"
version="true"
use="true">
<classpath path="jars/jline-0.9.92.jar"></classpath>
<classpath path="jars/jline-0.9.94.jar"></classpath>
<classpath path="jars/commons-cli-1.1.jar"></classpath>
<classpath path="heclbuilder/swing-layout-1.0.jar"></classpath>
<classpath refid="j2me.coreclasspath"/>
Expand Down

0 comments on commit d94e601

Please sign in to comment.