Using project number 5.2 for Frost Lord branch.

This commit is contained in:
MobiusDevelopment
2021-06-30 09:04:17 +00:00
parent eecae3ce4a
commit 89e1e2e227
10105 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>L2J_Mobius_Essence_5.5_FrostLord</name>
<name>L2J_Mobius_Essence_5.2_FrostLord</name>
<comment></comment>
<projects>
</projects>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<project name="L2J_Mobius_Essence_5.5_FrostLord" default="cleanup" basedir=".">
<project name="L2J_Mobius_Essence_5.2_FrostLord" 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_Essence_5.5_FrostLord.zip" basedir="${build.dist}" level="9" />
<zip destfile="${build}/L2J_Mobius_Essence_5.2_FrostLord.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_Essence_5.5_FrostLord.zip" basedir="${datapack}" excludes="**/*-sources.jar" update="true" level="9" />
<zip destfile="${build}/L2J_Mobius_Essence_5.2_FrostLord.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_Essence_5.5_FrostLord.zip" basedir="." includes="readme.txt" update="true" level="9" />
<zip destfile="${build}/L2J_Mobius_Essence_5.2_FrostLord.zip" basedir="." includes="readme.txt" update="true" level="9" />
</target>
<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