Skip to content
Snippets Groups Projects
Commit 3b7984e0 authored by MELERIX's avatar MELERIX
Browse files

No commit message

No commit message
parent 56944b63
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
<classpath> <classpath>
<classpathentry including="**/*.java" kind="src" path="data/scripts" /> <classpathentry including="**/*.java" kind="src" path="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" /> <classpathentry combineaccessrules="false" kind="src" path="/L2J_Server_BETA" />
<classpathentry kind="lib" path="/L2J_Server/lib/javolution-5.5.1.jar" /> <classpathentry kind="lib" path="/L2J_Server_BETA/lib/javolution-5.5.1.jar" />
<classpathentry kind="lib" path="/L2J_Server/lib/mmocore.jar" /> <classpathentry kind="lib" path="/L2J_Server_BETA/lib/mmocore.jar" />
<classpathentry kind="lib" path="/L2J_Server/lib/netcon.jar" /> <classpathentry kind="lib" path="/L2J_Server_BETA/lib/netcon.jar" />
<classpathentry kind="lib" path="/L2J_Server/lib/trove-2.1.0.jar" /> <classpathentry kind="lib" path="/L2J_Server_BETA/lib/trove-2.1.0.jar" />
<classpathentry kind="output" path="bin" /> <classpathentry kind="output" path="bin" />
</classpath> </classpath>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>L2J_DataPack</name> <name>L2J_DataPack_BETA</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project name="L2J_DataPack" default="dist" basedir="."> <project name="L2J_DataPack_BETA" default="dist" basedir=".">
<description> <description>
This script will build the L2J DataPack. This script will build the L2J DataPack.
...@@ -79,11 +79,11 @@ ...@@ -79,11 +79,11 @@
</target> </target>
<target name="dist" depends="distclean" description="Creates a ZIP file. Suitable for distribution but building takes longer. See dist-deflate for faster builds."> <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>
<target name="dist-deflate" depends="distclean" description="Creates a datapack ZIP file with NO compression (bigger ZIP file but faster than regular dist 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>
<target name="version" depends="init" description="Create l2jdp-version.properties file"> <target name="version" depends="init" description="Create l2jdp-version.properties file">
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
</target> </target>
<target name="distclean" depends="export" description="Deletes the datapack distribution ZIP file only, preserving synchronized build files."> <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_BETA.zip" />
<delete file="${build}/L2J_DataPack-nocompress.zip" /> <delete file="${build}/L2J_DataPack_BETA-nocompress.zip" />
</target> </target>
</project> </project>
\ No newline at end of file
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