From 3b7984e0dd5c80bc350847d0826a69f7ae81ad7b Mon Sep 17 00:00:00 2001 From: MELERIX <MELERIX@users.noreply.github.com> Date: Sat, 16 Apr 2011 00:58:29 +0000 Subject: [PATCH] --- L2J_DataPack_BETA/.classpath | 10 +++++----- L2J_DataPack_BETA/.project | 2 +- L2J_DataPack_BETA/build.xml | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/L2J_DataPack_BETA/.classpath b/L2J_DataPack_BETA/.classpath index 4bfd187730..b0309df214 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 00f2c40a93..19a862e58c 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 807b1ba5f8..4cd9d321ef 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 -- GitLab