Changeset 29435 in osm for applications/editors/josm/plugins/build-common.xml
- Timestamp:
- 2013-03-30T01:26:46+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r29007 r29435 117 117 <param name="propery.value" value="${plugin.stage}"/> 118 118 </antcall> 119 <antcall target="additional-manifest" /> 119 120 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST"> 120 121 <zipgroupfileset dir="${plugin.lib.dir}" includes="*.jar" erroronmissingdir="no"/> … … 130 131 <attribute name="${manifest.attribute}" value="${propery.value}" /> 131 132 </manifest> 133 </target> 134 <!-- target to add additional entries, empty in commons --> 135 <target name="additional-manifest"> 132 136 </target> 133 137 <target name="check-manifest-attribute">
Note:
See TracChangeset
for help on using the changeset viewer.
