Initial changes.

This commit is contained in:
MobiusDevelopment
2022-08-04 21:53:31 +00:00
parent 8a94c0e09b
commit bd93e48117
1917 changed files with 1974 additions and 111288 deletions

View File

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