Initial Classic changes.

This commit is contained in:
MobiusDev
2017-05-01 10:56:22 +00:00
parent 23c1374047
commit ab939796cd
338 changed files with 16268 additions and 89476 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<project name="L2J_Mobius_Helios" default="cleanup" basedir=".">
<project name="L2J_Mobius_Classic" 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_Helios.zip" basedir="${build.dist}" level="9" />
<zip destfile="${build}/L2J_Mobius_Classic.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_Helios.zip" basedir="${datapack}" update="true" level="9" />
<zip destfile="${build}/L2J_Mobius_Classic.zip" basedir="${datapack}" update="true" level="9" />
</target>
<target name="cleanup" depends="adding-datapack" description="Cleaning the build folder.">