Browse Source

BETA: Builders Changes.

MELERIX 13 years ago
parent
commit
9992b446d0
2 changed files with 6 additions and 10 deletions
  1. 4 4
      L2J_DataPack_BETA/.classpath
  2. 2 6
      L2J_DataPack_BETA/build.xml

+ 4 - 4
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>

+ 2 - 6
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">