* move build lib

This commit is contained in:
Reinhard Pointner 2011-12-13 15:26:17 +00:00
parent 7863e8cf43
commit 710010b4d7
3 changed files with 1 additions and 35 deletions

View File

@ -145,7 +145,7 @@
<target name="appbundle" depends="fatjar" description="Build an OSX application bundle">
<taskdef name="jarbundler" classname="net.sourceforge.jarbundler.JarBundler" classpath="${dir.installer}/appbundle/jarbundler.jar" />
<taskdef name="jarbundler" classname="net.sourceforge.jarbundler.JarBundler" classpath="${dir.lib}/build/jarbundler.jar" />
<copy tofile="${dir.dist}/appbundle/FileBot.jar" file="${path.fatjar}" />
<!-- build app bundle folder and add native libs -->

View File

@ -1,34 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://filebot.sourceforge.net/webstart/" href="filebot.lib.jnlp">
<information>
<title>Unsigned libs for FileBot</title>
<vendor>rednoah</vendor>
<offline-allowed />
</information>
<resources>
<property name="jnlp.packEnabled" value="true" />
<jar href="miglayout.jar" />
<jar href="glazedlists.jar" />
<jar href="nekohtml.jar" />
<jar href="xercesImpl.jar" />
<jar href="ehcache.jar" />
<jar href="slf4j.jar" />
<jar href="slf4j-jdk.jar" />
<jar href="simmetrics.jar" />
<jar href="args4j.jar" />
<jar href="jna.jar" />
<jar href="guava.jar" />
<jar href="groovy.jar" />
<jar href="sublight-ws.jar" />
<jar href="xmlrpc.jar" />
<jar href="json-simple.jar" />
<jar href="icu4j.jar" />
<jar href="junrar-custom.jar" />
<jar href="jgat-custom.jar" />
</resources>
<component-desc />
</jnlp>