Fix random ant build warnings

This commit is contained in:
Morgan 2011-07-26 16:40:27 -04:00
parent 987aa76b25
commit 5efd4d0d73
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<target name="compile" description="Compilation target">
<echo>Compiling</echo>
<javac srcdir="." destdir="bin" debug="on" debuglevel="lines,vars,source" classpathref="classpath" />
<javac srcdir="." destdir="bin" debug="on" debuglevel="lines,vars,source" classpathref="classpath" includeantruntime="false" />
<copy file="plugin.yml" tofile="bin/plugin.yml" />
<replace file="bin/plugin.yml" token="b000" value="b${env.BUILD_NUMBER}" />
</target>