Fixed build script error
This commit is contained in:
parent
43584825ce
commit
581fcae1c5
1 changed files with 1 additions and 2 deletions
|
@ -89,7 +89,6 @@
|
||||||
<!-- OUTPUT LATEST JAR AND ZIP FILES -->
|
<!-- OUTPUT LATEST JAR AND ZIP FILES -->
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in a new issue