* update args4j to 2.0.12
* update ehcache to 1.6.1 * update junit to 4.7 * update junrar-custom to r34-custom * update miglayout to 3.7.1 * update sublight-ws to 1.5.0 * commons-logging no longer required :)
This commit is contained in:
parent
3dd8bb5c66
commit
a2afdbaa2c
10
build.xml
10
build.xml
@ -75,7 +75,7 @@
|
||||
<include name="net/miginfocom/**" />
|
||||
</zipfileset>
|
||||
|
||||
<zipfileset src="${dir.lib}/xmlrpc-client.jar">
|
||||
<zipfileset src="${dir.lib}/xmlrpc.jar">
|
||||
<include name="redstone/xmlrpc/**" />
|
||||
</zipfileset>
|
||||
|
||||
@ -107,10 +107,6 @@
|
||||
<zipfileset src="${dir.lib}/junrar-custom.jar">
|
||||
<include name="de/innosystec/unrar/**" />
|
||||
</zipfileset>
|
||||
|
||||
<zipfileset src="${dir.lib}/commons-logging.jar">
|
||||
<include name="org/apache/commons/logging/**" />
|
||||
</zipfileset>
|
||||
</jar>
|
||||
</target>
|
||||
|
||||
@ -238,7 +234,7 @@
|
||||
<target name="test-fatjar" depends="fatjar">
|
||||
<junit printsummary="yes" fork="true">
|
||||
<classpath>
|
||||
<pathelement location="${dir.dist}/fatjar/FileBot.jar" />
|
||||
<pathelement location="${dir.dist}/fatjar/FileBot_${version}.jar" />
|
||||
<pathelement location="${dir.dist}/filebot-test.jar" />
|
||||
<pathelement location="${dir.lib}/junit.jar" />
|
||||
</classpath>
|
||||
@ -251,7 +247,7 @@
|
||||
|
||||
|
||||
<target name="run-fatjar" depends="fatjar">
|
||||
<java jar="${dir.dist}/fatjar/FileBot.jar" fork="true" />
|
||||
<java jar="${dir.dist}/fatjar/FileBot_${version}.jar" fork="true" />
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
BIN
lib/args4j.jar
BIN
lib/args4j.jar
Binary file not shown.
Binary file not shown.
BIN
lib/ehcache.jar
BIN
lib/ehcache.jar
Binary file not shown.
BIN
lib/junit.jar
BIN
lib/junit.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/xmlrpc.jar
Normal file
BIN
lib/xmlrpc.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user