From 4152d5f72d6c5a83b414659d9c1f75829d6c6054 Mon Sep 17 00:00:00 2001
From: MELERIX <MELERIX@users.noreply.github.com>
Date: Sat, 12 May 2012 02:05:14 +0000
Subject: [PATCH] BETA: I forgot to rename this -.-, thanks Zoey76 for report.

---
 L2J_DataPack_BETA/.classpath | 8 ++++----
 L2J_DataPack_BETA/build.xml  | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/L2J_DataPack_BETA/.classpath b/L2J_DataPack_BETA/.classpath
index d81300d56f..a52b42f679 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/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="lib" path="/L2J_Server_BETA/dist/libs/javolution-5.5.1.jar" />
+	<classpathentry kind="lib" path="/L2J_Server_BETA/dist/libs/mmocore.jar" />
+	<classpathentry kind="lib" path="/L2J_Server_BETA/dist/libs/netcon.jar" />
+	<classpathentry kind="lib" path="/L2J_Server_BETA/dist/libs/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 cbcf66ee3a..45779c0719 100644
--- a/L2J_DataPack_BETA/build.xml
+++ b/L2J_DataPack_BETA/build.xml
@@ -38,7 +38,7 @@
 		<concat destfile="${build.dist.doc}/L2J_DataPack_CHANGELOG.txt">${l2j.changelog}</concat>
 		<concat destfile="${build.dist.game}/config/l2jdp-version.properties">version=${l2j.version}${line.separator}builddate=${build.tstamp}</concat>
 	</target>
-	
+
 	<target name="build" depends="dist">
 		<zip destfile="${build}/L2J_DataPack_BETA.zip" basedir="${build.dist}" level="9" update="true" />
 	</target>
-- 
GitLab