build.xml: Search lib directory for all jar files and put them in classpath

Added java-getopt-1.0.8.jar


git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1336 379699f6-c40d-0410-875b-85095c16579e
master
hoenicke 23 years ago
parent 804d4f7912
commit 1ce57d3614
  1. 4
      jode/build.xml
  2. BIN
      jode/lib/java-getopt-1.0.8.jar

@ -34,7 +34,7 @@
<path id="project.classpath">
<pathelement path="${classpath}"/>
<pathelement location="lib/getopt.jar"/>
<fileset dir="lib" includes="*.jar"/>
</path>
<!-- -->
@ -101,7 +101,7 @@
classpathref="project.classpath" />
</target>
<target name="preconfig" depends="check-jdk,preconfig.11,preconfig.12"/>
<target name="preconfig" depends="check-jdk,check-getopt,preconfig.11,preconfig.12"/>
<target name="preconfig.11" unless="jdk1.2+">
<property name="src" value="src-1.1"/>
<antcall target="runjcpp"/>

Binary file not shown.
Loading…
Cancel
Save