Skip to content

Commit

Permalink
Update to build files and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
C4J committed Jul 4, 2024
1 parent 515530c commit 3b65f93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
Binary file modified Tree.jar
Binary file not shown.
19 changes: 3 additions & 16 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,9 @@
<property name="source" value="17"/>
<path id="b6TreeDoc.classpath">
<pathelement location="bin"/>
<pathelement location="lib/log4j-api-2.20.0.jar"/>
<pathelement location="lib/log4j-core-2.20.0.jar"/>
<pathelement location="lib/log4j-jcl-2.20.0.jar"/>
<pathelement location="lib/commons-io-2.13.0.jar"/>
</path>
<path id="run.TreeDoc.classpath">
<path refid="b6TreeDoc.classpath"/>
<pathelement location="lib/log4j-api-2.20.0.jar"/>
<pathelement location="lib/log4j-core-2.20.0.jar"/>
<pathelement location="lib/log4j-jcl-2.20.0.jar"/>
<pathelement location="lib/commons-io-2.13.0.jar"/>
<fileset dir="lib">
<include name="**/*.jar"/>
</fileset>
</path>
<target name="init">
<mkdir dir="bin"/>
Expand All @@ -44,9 +36,4 @@
</javac>
</target>
<target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects"/>
<target name="TreeDoc">
<java classname="com.tree.TreeDoc" failonerror="true" fork="yes">
<classpath refid="run.TreeDoc.classpath"/>
</java>
</target>
</project>

0 comments on commit 3b65f93

Please sign in to comment.