Changeset 32813 in osm for applications/editors/josm/plugins/geotools/build.xml
- Timestamp:
- 2016-08-15T12:27:29+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/build.xml
r32680 r32813 21 21 <include name="ejml.jar"/> 22 22 </fileset> 23 24 <target name="merge-geotools-services"> 25 <taskdef resource="org/pescuma/mergeservices/antlib.xml" classpath="tools/merge-services.jar" /> 26 <delete dir="jar/META-INF/services"/> 27 <merge-services dest="jar"> 28 <fileset dir="lib"> 29 <include name="**/*.jar" /> 30 <exclude name="**/*-javadoc.jar" /> 31 <exclude name="**/*-source.jar" /> 32 </fileset> 33 </merge-services> 34 </target> 23 35 24 36 <!-- … … 55 67 see http://stackoverflow.com/a/18495658/2257172 --> 56 68 <attribute name="Specification-Title" value="JOSM GeoTools plugin"/> 57 <attribute name="Specification-Version" value="1 4.1"/>69 <attribute name="Specification-Version" value="15.1"/> 58 70 <attribute name="Specification-Vendor" value="JOSM developers" /> 59 71 <attribute name="Implementation-Title" value="org.openstreetmap.josm.plugins.geotools" /> 60 <attribute name="Implementation-Version" value="1 4.1" />72 <attribute name="Implementation-Version" value="15.1" /> 61 73 <attribute name="Implementation-Vendor" value="JOSM developers"/> 62 74 </manifest>
Note:
See TracChangeset
for help on using the changeset viewer.
