diff --git a/L2J_DataPack_BETA/.classpath b/L2J_DataPack_BETA/.classpath
index c8ae450b94619fd5068cef95b3723e4e82a5ff82..d81300d56f52eb20f887f80d351b0380c1ac1fed 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 b5e27316ec8bb0e792b493b26acdc826d68b7402..cbcf66ee3a87483cd8510c6d5e851bbfb43506c2 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">