MELERIX 14 years ago
parent
commit
3b7984e0dd
3 changed files with 11 additions and 11 deletions
  1. 5 5
      L2J_DataPack_BETA/.classpath
  2. 1 1
      L2J_DataPack_BETA/.project
  3. 5 5
      L2J_DataPack_BETA/build.xml

+ 5 - 5
L2J_DataPack_BETA/.classpath

@@ -2,10 +2,10 @@
 <classpath>
 	<classpathentry including="**/*.java" kind="src" path="data/scripts" />
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" />
-	<classpathentry combineaccessrules="false" kind="src" path="/L2J_Server" />
-	<classpathentry kind="lib" path="/L2J_Server/lib/javolution-5.5.1.jar" />
-	<classpathentry kind="lib" path="/L2J_Server/lib/mmocore.jar" />
-	<classpathentry kind="lib" path="/L2J_Server/lib/netcon.jar" />
-	<classpathentry kind="lib" path="/L2J_Server/lib/trove-2.1.0.jar" />
+	<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-2.1.0.jar" />
 	<classpathentry kind="output" path="bin" />
 </classpath>

+ 1 - 1
L2J_DataPack_BETA/.project

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>L2J_DataPack</name>
+	<name>L2J_DataPack_BETA</name>
 	<comment></comment>
 	<projects>
 	</projects>

+ 5 - 5
L2J_DataPack_BETA/build.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project name="L2J_DataPack" default="dist" basedir=".">
+<project name="L2J_DataPack_BETA" default="dist" basedir=".">
 	<description>
 		This script will build the L2J DataPack.
 
@@ -79,11 +79,11 @@
 	</target>
 
 	<target name="dist" depends="distclean" description="Creates a ZIP file. Suitable for distribution but building takes longer. See dist-deflate for faster builds.">
-		<zip destfile="${build}/L2J_DataPack.zip" basedir="${build.dist}" update="true" />
+		<zip destfile="${build}/L2J_DataPack_BETA.zip" basedir="${build.dist}" update="true" />
 	</target>
 
 	<target name="dist-deflate" depends="distclean" description="Creates a datapack ZIP file with NO compression (bigger ZIP file but faster than regular dist target)">
-		<zip destfile="${build}/L2J_DataPack-nocompress.zip" basedir="${build.dist}" update="true" compress="false" />
+		<zip destfile="${build}/L2J_DataPack_BETA-nocompress.zip" basedir="${build.dist}" update="true" compress="false" />
 	</target>
 
 	<target name="version" depends="init" description="Create l2jdp-version.properties file">
@@ -115,7 +115,7 @@
 	</target>
 
 	<target name="distclean" depends="export" description="Deletes the datapack distribution ZIP file only, preserving synchronized build files.">
-		<delete file="${build}/L2J_DataPack.zip" />
-		<delete file="${build}/L2J_DataPack-nocompress.zip" />
+		<delete file="${build}/L2J_DataPack_BETA.zip" />
+		<delete file="${build}/L2J_DataPack_BETA-nocompress.zip" />
 	</target>
 </project>