Skip to content

Commit c2c6c9f

Browse files
committed
Updated project to use JDOM 2.0.6
1 parent 37a7fec commit c2c6c9f

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<target name="compile" depends="clean">
1919
<mkdir dir="${classes.dir}"/>
20-
<javac srcdir="${src.dir}" destdir="${classes.dir}" classpathref="build.classpath" classpath="${lib.dir}/jdom-2.0.5.jar" includeantruntime="false"/>
20+
<javac srcdir="${src.dir}" destdir="${classes.dir}" classpathref="build.classpath" classpath="${lib.dir}/jdom-2.0.6.jar" includeantruntime="false"/>
2121
</target>
2222

2323
<target name="jar" depends="compile">

lib/jdom-2.0.5.jar

-293 KB
Binary file not shown.

lib/jdom-2.0.6.jar

298 KB
Binary file not shown.

0 commit comments

Comments
 (0)