Fixed build script error

This commit is contained in:
DarkGuardsman 2013-12-25 09:15:28 -05:00
parent 43584825ce
commit 581fcae1c5

View file

@ -89,7 +89,6 @@
<!-- OUTPUT LATEST JAR AND ZIP FILES -->
<jar destfile="output/${file.core}">
<fileset dir="core" />
</jar>
<copy todir="output" file="${file.all}" />
</jar>
</target>
</project>