Bugfix: commons-compress.jar does not exist anymore
This commit is contained in:
@@ -28,13 +28,11 @@
|
|||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="extern/platform.jar"/>
|
<pathelement location="extern/platform.jar"/>
|
||||||
<pathelement location="extern/jna.jar"/>
|
<pathelement location="extern/jna.jar"/>
|
||||||
<pathelement location="extern/commons-compress.jar"/>
|
|
||||||
<pathelement location="extern/args4j.jar"/>
|
<pathelement location="extern/args4j.jar"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
</javac>
|
</javac>
|
||||||
|
|
||||||
<unjar src="extern/platform.jar" dest="build">
|
<unjar src="extern/platform.jar" dest="build">
|
||||||
<filelist dir="." files="extern/commons-compress.jar" />
|
|
||||||
<filelist dir="." files="extern/jna.jar" />
|
<filelist dir="." files="extern/jna.jar" />
|
||||||
<filelist dir="." files="extern/args4j.jar" />
|
<filelist dir="." files="extern/args4j.jar" />
|
||||||
</unjar>
|
</unjar>
|
||||||
|
|||||||
Reference in New Issue
Block a user