Changeset 75ace42
- Timestamp:
- Jun 6, 2019 1:47:42 PM (20 months ago)
- Branches:
- master
- Children:
- e75881d
- Parents:
- e82a547
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build.xml
re82a547 r75ace42 712 712 </target> 713 713 714 <target name="jbigi-linux-x86-64-only" depends="buildProperties, jbigi-list-changes"> 715 <!-- set if unset --> 716 <property name="workspace.changes.jbigi.tr" value="" /> 717 <jar destfile="build/jbigi.jar" whenmanifestonly="fail" > 718 <fileset dir="installer/lib/jbigi" includes="*linux*_64.so" excludes="*linux-arm*.so,*linux-ppc*.so" /> 719 <manifest> 720 <attribute name="Built-By" value="${build.built-by}" /> 721 <attribute name="Build-Date" value="${build.timestamp}" /> 722 <attribute name="Base-Revision" value="${workspace.version}" /> 723 <attribute name="Workspace-Changes" value="${workspace.changes.jbigi.tr}" /> 724 </manifest> 725 </jar> 726 </target> 714 727 715 728 <target name="jbigi-linux-nonx86-only" depends="buildProperties, jbigi-list-changes">
Note: See TracChangeset
for help on using the changeset viewer.