Commented compiling db installer jars.
This commit is contained in:
@@ -157,6 +157,7 @@
|
|||||||
<attribute name="Main-Class" value="com.l2jserver.tools.configurator.ConfigUserInterface" />
|
<attribute name="Main-Class" value="com.l2jserver.tools.configurator.ConfigUserInterface" />
|
||||||
</manifest>
|
</manifest>
|
||||||
</jar>
|
</jar>
|
||||||
|
<!--
|
||||||
<jar destfile="${build.dist.tools}/Database_Installer_GS.jar" level="9">
|
<jar destfile="${build.dist.tools}/Database_Installer_GS.jar" level="9">
|
||||||
<fileset dir="${build.bin}">
|
<fileset dir="${build.bin}">
|
||||||
<include name="**/dbinstaller/**" />
|
<include name="**/dbinstaller/**" />
|
||||||
@@ -189,6 +190,7 @@
|
|||||||
<attribute name="Main-Class" value="com.l2jserver.tools.dbinstaller.LauncherLS" />
|
<attribute name="Main-Class" value="com.l2jserver.tools.dbinstaller.LauncherLS" />
|
||||||
</manifest>
|
</manifest>
|
||||||
</jar>
|
</jar>
|
||||||
|
-->
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="build" depends="jar" description="Create the Zip file.">
|
<target name="build" depends="jar" description="Create the Zip file.">
|
||||||
|
Reference in New Issue
Block a user