create ./build when "ant jbigi" is run by itself

This commit is contained in:
kytv
2013-05-20 20:31:18 +00:00
parent 2e0a1b9a0e
commit 8b1ab4b8d2

View File

@@ -331,6 +331,7 @@
<target name="jbigi" depends="buildProperties, jbigi-list-changes" >
<!-- set if unset -->
<property name="workspace.changes.jbigi.tr" value="" />
<mkdir dir="./build" />
<jar destfile="build/jbigi.jar" whenmanifestonly="fail" >
<fileset dir="installer/lib/jbigi" includes="*.so *.dll *.jnilib" />
<manifest>