Skip to content

Commit

Permalink
avoid warning: 'includeantruntime' was not set.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Wagner committed Jan 31, 2012
1 parent 1e91a75 commit 5bba49c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@
</fileset>
</path>

<presetdef name="my.javac">
<javac/>
</presetdef>


<target name="compile" depends="init">
<javac srcdir="${src}" destdir="${build}" debug="yes"
source="1.4">
<my.javac srcdir="${src}" destdir="${build}" debug="yes">
<classpath refid="project.classpath"/>
</javac>
</my.javac>
</target>


Expand Down
Binary file removed dist/org.arabidopsis.interval.jar
Binary file not shown.

0 comments on commit 5bba49c

Please sign in to comment.