Fixed build script error

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

View file

@ -90,6 +90,5 @@
<jar destfile="output/${file.core}"> <jar destfile="output/${file.core}">
<fileset dir="core" /> <fileset dir="core" />
</jar> </jar>
<copy todir="output" file="${file.all}" />
</target> </target>
</project> </project>