Initial changes.

This commit is contained in:
MobiusDev
2019-02-28 18:40:16 +00:00
parent e2a58ca111
commit 0a92ce9d0f
493 changed files with 34365 additions and 10805 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<project name="L2J_Mobius_5.5_EtinasFate" default="cleanup" basedir=".">
<project name="L2J_Mobius_6.0_Fafurion" default="cleanup" basedir=".">
<description>
This file is part of the L2J Mobius project.
@@ -131,15 +131,15 @@
</target>
<target name="adding-core" depends="jar" description="Adding the compiled jars to the Zip file.">
<zip destfile="${build}/L2J_Mobius_5.5_EtinasFate.zip" basedir="${build.dist}" level="9" />
<zip destfile="${build}/L2J_Mobius_6.0_Fafurion.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_5.5_EtinasFate.zip" basedir="${datapack}" update="true" level="9" />
<zip destfile="${build}/L2J_Mobius_6.0_Fafurion.zip" basedir="${datapack}" update="true" level="9" />
</target>
<target name="adding-readme" depends="adding-datapack" description="Adding readme.txt to the Zip file.">
<zip destfile="${build}/L2J_Mobius_5.5_EtinasFate.zip" basedir="." includes="readme.txt" update="true" level="9" />
<zip destfile="${build}/L2J_Mobius_6.0_Fafurion.zip" basedir="." includes="readme.txt" update="true" level="9" />
</target>
<target name="cleanup" depends="adding-readme" description="Cleaning the build folder.">