forked from I2P_Developers/i2p.i2p
build.xml: add jbigi-linux-x86-only target
This commit is contained in:
15
build.xml
15
build.xml
@ -391,6 +391,21 @@
|
|||||||
</jar>
|
</jar>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="jbigi-linux-x86-only" depends="buildProperties, jbigi-list-changes">
|
||||||
|
<!-- set if unset -->
|
||||||
|
<property name="workspace.changes.jbigi.tr" value="" />
|
||||||
|
<jar destfile="build/jbigi.jar" whenmanifestonly="fail" >
|
||||||
|
<fileset dir="installer/lib/jbigi" includes="*linux*.so" excludes="*linux-arm*.so,*linux-ppc*.so" />
|
||||||
|
<manifest>
|
||||||
|
<attribute name="Built-By" value="${build.built-by}" />
|
||||||
|
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||||
|
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||||
|
<attribute name="Workspace-Changes" value="${workspace.changes.jbigi.tr}" />
|
||||||
|
</manifest>
|
||||||
|
</jar>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
|
||||||
<target name="jbigi-linux-nonx86-only" depends="buildProperties, jbigi-list-changes">
|
<target name="jbigi-linux-nonx86-only" depends="buildProperties, jbigi-list-changes">
|
||||||
<!-- set if unset -->
|
<!-- set if unset -->
|
||||||
<property name="workspace.changes.jbigi.tr" value="" />
|
<property name="workspace.changes.jbigi.tr" value="" />
|
||||||
|
Reference in New Issue
Block a user