merge of '77299d7d613df0c3d1308d1056facc243ef693bb'
and 'a088711b406a5c062940ebbdd1709aa891283d74'
This commit is contained in:
@ -850,7 +850,7 @@
|
|||||||
</target>
|
</target>
|
||||||
<!-- build a portable archive -->
|
<!-- build a portable archive -->
|
||||||
<!-- command for windows only packing -->
|
<!-- command for windows only packing -->
|
||||||
<target name = "pkg-portable-win32" depends="check-built-jars, preppkg-windows-only, preppkg-portable-basic, preppkg-portable-win" >
|
<target name = "pkg-portable-win32" depends="check-built-jars, preppkg-portable-windows-only, preppkg-portable-basic, preppkg-portable-win" >
|
||||||
<!-- i need the portable\ folder in .zip so basedir is set to . -->
|
<!-- i need the portable\ folder in .zip so basedir is set to . -->
|
||||||
<zip destfile="portable-win32.zip" basedir="." includes="portable\**" />
|
<zip destfile="portable-win32.zip" basedir="." includes="portable\**" />
|
||||||
<checksum file="portable-win32.zip" forceOverwrite="yes"/>
|
<checksum file="portable-win32.zip" forceOverwrite="yes"/>
|
||||||
@ -879,7 +879,7 @@
|
|||||||
</fail>
|
</fail>
|
||||||
</target>
|
</target>
|
||||||
<!-- *1* preparing the jars by OS dependent de-bloating -->
|
<!-- *1* preparing the jars by OS dependent de-bloating -->
|
||||||
<target name="preppkg-windows-only" depends="chk-bigi-size" if="bloated-jbigi">
|
<target name="preppkg-portable-windows-only" depends="chk-bigi-size" if="bloated-jbigi">
|
||||||
<!-- rip the non-windows stuff out of jbigi.jar -->
|
<!-- rip the non-windows stuff out of jbigi.jar -->
|
||||||
<mkdir dir="tmpextract" />
|
<mkdir dir="tmpextract" />
|
||||||
<unjar src="build/jbigi.jar" dest="tmpextract/" />
|
<unjar src="build/jbigi.jar" dest="tmpextract/" />
|
||||||
@ -888,7 +888,7 @@
|
|||||||
</jar>
|
</jar>
|
||||||
<delete dir="tmpextract/" />
|
<delete dir="tmpextract/" />
|
||||||
</target>
|
</target>
|
||||||
<target name="preppkg-linux-only" depends="chk-bigi-size" if="bloated-jbigi">
|
<target name="preppkg-portable-linux-only" depends="chk-bigi-size" if="bloated-jbigi">
|
||||||
<!-- rip the non-linux stuff out of jbigi.jar -->
|
<!-- rip the non-linux stuff out of jbigi.jar -->
|
||||||
<mkdir dir="tmpextract" />
|
<mkdir dir="tmpextract" />
|
||||||
<unjar src="build/jbigi.jar" dest="tmpextract/" />
|
<unjar src="build/jbigi.jar" dest="tmpextract/" />
|
||||||
|
Reference in New Issue
Block a user