Skip to content
Snippets Groups Projects
Commit 9992b446 authored by MELERIX's avatar MELERIX
Browse files

BETA: Builders Changes.

parent af3019d5
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@
<classpathentry including="**/*.java" kind="src" path="dist/game/data/scripts" />
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" />
<classpathentry combineaccessrules="false" kind="src" path="/L2J_Server_BETA" />
<classpathentry kind="lib" path="/L2J_Server_BETA/lib/javolution-5.5.1.jar" />
<classpathentry kind="lib" path="/L2J_Server_BETA/lib/mmocore.jar" />
<classpathentry kind="lib" path="/L2J_Server_BETA/lib/netcon.jar" />
<classpathentry kind="lib" path="/L2J_Server_BETA/lib/trove-3.0.2.jar" />
<classpathentry kind="lib" path="/L2J_Server_BETA/dist/lib/javolution-5.5.1.jar" />
<classpathentry kind="lib" path="/L2J_Server_BETA/dist/lib/mmocore.jar" />
<classpathentry kind="lib" path="/L2J_Server_BETA/dist/lib/netcon.jar" />
<classpathentry kind="lib" path="/L2J_Server_BETA/dist/lib/trove-3.0.2.jar" />
<classpathentry kind="output" path="bin" />
</classpath>
......@@ -27,7 +27,7 @@
<property name="build.dist.game" location="${build.dist}/game" />
<property name="build.dist.login" location="${build.dist}/login" />
<target name="init" depends="clean,checkRequirements,getChangelogDateVersion" description="Create the output directories. Do nothing if dirs were already created">
<target name="init" depends="checkRequirements,getChangelogDateVersion" description="Create the output directories. Do nothing if dirs were already created">
<mkdir dir="${build}" />
</target>
......@@ -40,11 +40,7 @@
</target>
<target name="build" depends="dist">
<zip destfile="${build}/L2J_DataPack_BETA.zip" basedir="${build.dist}" level="9" />
</target>
<target name="clean" description="Deletes the datapack distribution ZIP file only, preserving synchronized build files.">
<delete file="${build}/L2J_DataPack_BETA.zip" />
<zip destfile="${build}/L2J_DataPack_BETA.zip" basedir="${build.dist}" level="9" update="true" />
</target>
<target name="checkRequirements" description="Check Requirements">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment