Skip to content

Commit

Permalink
changed xml file
Browse files Browse the repository at this point in the history
delete fileset and changed to pathelement
  • Loading branch information
jsuit committed Feb 15, 2013
1 parent 07e0059 commit be743a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jsuit3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<target name="compile" depends="prepare">
<javac srcdir="${src.dir}" destdir="${build.dir}" includeantruntime="false">
<classpath>
<fileset dir = "${lib.dir}" includes="resources.jar"/>
<pathelement path="${java.class.path}"/>
<pathelement path = "${lib.dir}/resources.jar"/>
</classpath>
</javac>
</target>
Expand Down Expand Up @@ -53,7 +54,7 @@
</target>


<target name="clean">
<target name="clean" depends="init">
<delete dir="${build.dir}" />
<delete dir="${apidoc.dir}"/>
</target>
Expand Down

0 comments on commit be743a0

Please sign in to comment.