Changed project, build and launcher files to follow previous commit.

This commit is contained in:
MobiusDev
2016-08-14 12:11:37 +00:00
parent 69cbd04d91
commit 937a2006a6
4 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<project name="L2J_Mobius" default="cleanup" basedir=".">
<project name="L2J_Mobius_Underground" default="cleanup" basedir=".">
<description>
This file is part of the L2J Mobius project.
@@ -136,11 +136,11 @@
</target>
<target name="adding-core" depends="jar" description="Adding the compiled jars to the Zip file.">
<zip destfile="${build}/L2J_Mobius.zip" basedir="${build.dist}" level="9" />
<zip destfile="${build}/L2J_Mobius_Underground.zip" basedir="${build.dist}" level="9" />
</target>
<target name="adding-datapack" depends="adding-core" description="Updating the Zip file with datapack content.">
<zip destfile="${build}/L2J_Mobius.zip" basedir="${datapack}" update="true" level="9" />
<zip destfile="${build}/L2J_Mobius_Underground.zip" basedir="${datapack}" update="true" level="9" />
</target>
<target name="cleanup" depends="adding-datapack" description="Cleaning the build folder.">