From 6eaa8f3c8bce9917404e713d6688572ad5a33dac Mon Sep 17 00:00:00 2001 From: Zoey76 <zoey_76@msn.com> Date: Tue, 5 Jun 2012 02:11:42 +0000 Subject: [PATCH] BETA: .classpath format. '''Note:''' Do not forget to cleanup your server lib folder! --- L2J_DataPack_BETA/.classpath | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/L2J_DataPack_BETA/.classpath b/L2J_DataPack_BETA/.classpath index 3e87029259..e0b8b3fa3a 100644 --- a/L2J_DataPack_BETA/.classpath +++ b/L2J_DataPack_BETA/.classpath @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <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/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/trove-3.0.2.jar"/> - <classpathentry kind="lib" path="/L2J_Server_BETA/dist/libs/netcon-1.7.jar"/> - <classpathentry kind="output" path="bin"/> + <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/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-1.7.jar" /> + <classpathentry kind="lib" path="/L2J_Server_BETA/dist/libs/trove-3.0.2.jar" /> + <classpathentry kind="output" path="bin" /> </classpath> -- GitLab