From 9992b446d0e860fe868865178226ca527fec67be Mon Sep 17 00:00:00 2001
From: MELERIX <MELERIX@users.noreply.github.com>
Date: Sat, 12 May 2012 01:05:01 +0000
Subject: [PATCH] BETA: Builders Changes.

---
 L2J_DataPack_BETA/.classpath | 8 ++++----
 L2J_DataPack_BETA/build.xml  | 8 ++------
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/L2J_DataPack_BETA/.classpath b/L2J_DataPack_BETA/.classpath
index c8ae450b94..d81300d56f 100644
--- a/L2J_DataPack_BETA/.classpath
+++ b/L2J_DataPack_BETA/.classpath
@@ -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>
diff --git a/L2J_DataPack_BETA/build.xml b/L2J_DataPack_BETA/build.xml
index b5e27316ec..cbcf66ee3a 100644
--- a/L2J_DataPack_BETA/build.xml
+++ b/L2J_DataPack_BETA/build.xml
@@ -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">
-- 
GitLab