Browse Source

BETA: I forgot to rename this -.-, thanks Zoey76 for report.

MELERIX 13 years ago
parent
commit
4152d5f72d
2 changed files with 5 additions and 5 deletions
  1. 4 4
      L2J_DataPack_BETA/.classpath
  2. 1 1
      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/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>

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