Changeset 34651 in osm
- Timestamp:
- 2018-09-15T01:13:33+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r34620 r34651 194 194 </antcall> 195 195 <antcall target="additional-manifest" /> 196 <antcall target="build-jar" /> 197 <jar destfile="${plugin.sources.jar}" basedir="${plugin.src.dir}" level="9"/> 198 <jar destfile="${plugin.javadoc.jar}" basedir="${plugin.doc.dir}" level="9"/> 199 <delete file="MANIFEST" failonerror="no"/> 200 <antcall target="post-dist" /> 201 </target> 202 <target name="build-jar"> 196 203 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST" manifestencoding="UTF-8" duplicate="preserve" level="9"> 197 204 <restrict> … … 212 219 </restrict> 213 220 </jar> 214 <jar destfile="${plugin.sources.jar}" basedir="${plugin.src.dir}" level="9"/>215 <jar destfile="${plugin.javadoc.jar}" basedir="${plugin.doc.dir}" level="9"/>216 <delete file="MANIFEST" failonerror="no"/>217 <antcall target="post-dist" />218 221 </target> 219 222 <target name="post-dist"> … … 608 611 org/openstreetmap/josm/plugins/dataimport/io/tcx/**/*.java, 609 612 org/openstreetmap/josm/plugins/ohe/parser/**/*.java, 613 org/openstreetmap/josm/plugins/pdfimport/pdfbox/operators/**/*.java 610 614 org/openstreetmap/josm/plugins/roadsigns/javacc/**/*.java, 611 615 org/osgeo/**/*.java, 612 pdfimport/pdfbox/operators/**/*.java613 616 "/> 614 617 <fileset dir="${basedir}/test" includes="**/*.java" erroronmissingdir="false"/>
Note:
See TracChangeset
for help on using the changeset viewer.