diff --git a/L2J_DataPack_BETA/.classpath b/L2J_DataPack_BETA/.classpath index 4bfd187730286c50555e31298f349271fe073bbf..b0309df214ea9ad9e1ccc4185337cf4f534e67c2 100644 --- a/L2J_DataPack_BETA/.classpath +++ b/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> diff --git a/L2J_DataPack_BETA/.project b/L2J_DataPack_BETA/.project index 00f2c40a93b37507d7d6baeab927280f0eb60c41..19a862e58cf4b04a6d18148c9a4b3927cf26a922 100644 --- a/L2J_DataPack_BETA/.project +++ b/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> diff --git a/L2J_DataPack_BETA/build.xml b/L2J_DataPack_BETA/build.xml index 807b1ba5f881e0f2e7503af2a551322cd7cc0a68..4cd9d321efc52ecae1b49903694a8d5c463711a4 100644 --- a/L2J_DataPack_BETA/build.xml +++ b/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> \ No newline at end of file