Skip to content
Snippets Groups Projects
Commit 4152d5f7 authored by MELERIX's avatar MELERIX
Browse files

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

parent a71da3f5
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<classpathentry including="**/*.java" kind="src" path="dist/game/data/scripts" /> <classpathentry including="**/*.java" kind="src" path="dist/game/data/scripts" />
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" /> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" />
<classpathentry combineaccessrules="false" kind="src" path="/L2J_Server_BETA" /> <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/libs/javolution-5.5.1.jar" />
<classpathentry kind="lib" path="/L2J_Server_BETA/dist/lib/mmocore.jar" /> <classpathentry kind="lib" path="/L2J_Server_BETA/dist/libs/mmocore.jar" />
<classpathentry kind="lib" path="/L2J_Server_BETA/dist/lib/netcon.jar" /> <classpathentry kind="lib" path="/L2J_Server_BETA/dist/libs/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/trove-3.0.2.jar" />
<classpathentry kind="output" path="bin" /> <classpathentry kind="output" path="bin" />
</classpath> </classpath>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<concat destfile="${build.dist.doc}/L2J_DataPack_CHANGELOG.txt">${l2j.changelog}</concat> <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> <concat destfile="${build.dist.game}/config/l2jdp-version.properties">version=${l2j.version}${line.separator}builddate=${build.tstamp}</concat>
</target> </target>
<target name="build" depends="dist"> <target name="build" depends="dist">
<zip destfile="${build}/L2J_DataPack_BETA.zip" basedir="${build.dist}" level="9" update="true" /> <zip destfile="${build}/L2J_DataPack_BETA.zip" basedir="${build.dist}" level="9" update="true" />
</target> </target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment