Changeset 29025 in osm for applications/editors/josm/plugins
- Timestamp:
- 2012-12-03T22:29:16+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/build.xml
r29013 r29025 11 11 <property name="plugin.icon" value="images/compass.png"/> 12 12 <!--<property name="plugin.link" value="..."/>--> 13 < property name="plugin.early" value="true"/>13 <!--<property name="plugin.early" value="..."/>--> 14 14 <property name="plugin.requires" value="jts"/> 15 15 <property name="plugin.stage" value="20"/> … … 25 25 <target name="post-dist"> 26 26 <move file="${plugin.jar}" todir="${plugin.build.dir}" /> 27 <jar destfile="${plugin.jar}" >27 <jar destfile="${plugin.jar}" filesetmanifest="merge"> 28 28 <fileset dir="jar"/> 29 29 <zipfileset src="${plugin.build.dir}/${ant.project.name}.jar"> … … 33 33 <exclude name="javax/*.txt"/> 34 34 </zipfileset> 35 <zipfileset src="${plugin.build.dir}/${ant.project.name}.jar" includes="META-INF/*.jai" /> 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> 36 39 </jar> 37 40 <delete file="${plugin.build.dir}/${ant.project.name}.jar" />
Note:
See TracChangeset
for help on using the changeset viewer.