Renamed Zaken branch.

This commit is contained in:
MobiusDev
2018-05-11 17:54:59 +00:00
parent 3f480c1983
commit 1831b81acf
12501 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>L2J_Mobius_Classic_2.0_Zaken</name> <name>L2J_Mobius_Classic_2.1_Zaken</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>

View File

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

Some files were not shown because too many files have changed in this diff Show More