Updated libraries with sources.
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
<attribute name="module" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="lib" path="dist/libs/HikariCP-3.3.1.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/mariadb-java-client-2.4.3.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/slf4j-api-1.7.27.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/slf4j-simple-1.7.27.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/HikariCP-3.4.5.jar" sourcepath="dist/libs/HikariCP-3.4.5-sources.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/mariadb-java-client-2.6.1.jar" sourcepath="dist/libs/mariadb-java-client-2.6.1-sources.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/slf4j-api-1.7.30.jar" sourcepath="dist/libs/slf4j-api-1.7.30-sources.jar"/>
|
||||
<classpathentry kind="lib" path="dist/libs/slf4j-simple-1.7.30.jar" sourcepath="dist/libs/slf4j-simple-1.7.30-sources.jar"/>
|
||||
<classpathentry including="**/*.java" kind="src" path="dist/game/data/scripts"/>
|
||||
<classpathentry kind="src" path="java"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
<path id="classpath">
|
||||
<fileset dir="${libs}">
|
||||
<include name="*.jar" />
|
||||
<exclude name="**/*-sources.jar" />
|
||||
</fileset>
|
||||
</path>
|
||||
|
||||
@@ -135,7 +136,7 @@
|
||||
</target>
|
||||
|
||||
<target name="adding-datapack" depends="adding-core" description="Updating the Zip file with datapack content.">
|
||||
<zip destfile="${build}/L2J_Mobius_C6_Interlude.zip" basedir="${datapack}" update="true" level="9" />
|
||||
<zip destfile="${build}/L2J_Mobius_C6_Interlude.zip" basedir="${datapack}" excludes="**/*-sources.jar" update="true" level="9" />
|
||||
</target>
|
||||
|
||||
<target name="adding-readme" depends="adding-datapack" description="Adding readme.txt to the Zip file.">
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user