Changeset 30734 in osm for applications/editors/josm/plugins/geotools/build.xml
- Timestamp:
- 2014-10-18T16:48:52+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/build.xml
r30416 r30734 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 6 <property name="plugin.main.version" value="7001"/> 7 7 8 8 <property name="plugin.author" value="Don-vip"/> 9 9 <property name="plugin.class" value="org.openstreetmap.josm.plugins.geotools.GeoToolsPlugin"/> … … 17 17 <!-- ** include targets that all plugins have in common ** --> 18 18 <import file="../build-common.xml"/> 19 19 20 20 <!-- 21 21 ********************************************************** … … 24 24 --> 25 25 <target name="post-dist"> 26 <move file="${plugin.jar}" todir="${plugin.build.dir}" />27 <jar destfile="${plugin.jar}" filesetmanifest="merge">26 <move file="${plugin.jar}" todir="${plugin.build.dir}" /> 27 <jar destfile="${plugin.jar}" filesetmanifest="merge"> 28 28 <fileset dir="jar"/> 29 <zipfileset src="${plugin.build.dir}/${ant.project.name}.jar">29 <zipfileset src="${plugin.build.dir}/${ant.project.name}.jar"> 30 30 <exclude name="*.class"/> 31 <exclude name="*.html"/>31 <exclude name="*.html"/> 32 32 <exclude name="META-INF/**/*"/> 33 33 <exclude name="javax/*.txt"/> 34 </zipfileset>35 <zipfileset src="${plugin.build.dir}/${ant.project.name}.jar">36 <include name="META-INF/MANIFEST.MF"/>37 <include name="META-INF/*.jai"/>38 </zipfileset>39 </jar>40 <delete file="${plugin.build.dir}/${ant.project.name}.jar" />34 </zipfileset> 35 <zipfileset src="${plugin.build.dir}/${ant.project.name}.jar"> 36 <include name="META-INF/MANIFEST.MF"/> 37 <include name="META-INF/*.jai"/> 38 </zipfileset> 39 </jar> 40 <delete file="${plugin.build.dir}/${ant.project.name}.jar" /> 41 41 </target> 42 42 </project>
Note:
See TracChangeset
for help on using the changeset viewer.
