Changeset 35903 in osm for applications/editors/josm/plugins/geotools/build.xml
- Timestamp:
- 2022-01-27T17:48:29+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/build.xml
r35901 r35903 28 28 </fileset> 29 29 30 <target name="merge-geotools-services"> 30 <target name="merge-geotools-services" depends="fetch_dependencies"> 31 31 <taskdef resource="org/pescuma/mergeservices/antlib.xml" classpath="tools/merge-services.jar" /> 32 32 <delete dir="jar/META-INF/services"/> … … 38 38 </fileset> 39 39 </merge-services> 40 <echo>Check the updated files in jar/META-INF/services for lines where two 41 services got merged. Example: 42 org.geotools.coverage.util.FilterFunction_isCoverageorg.geotools.filter.AreaFunction 43 </echo> 40 44 </target> 41 45 … … 58 62 <include name="META-INF/MANIFEST.MF"/> 59 63 <include name="META-INF/javax.media.jai.registryFile.jai"/> 60 <!-- Required by the JSR 385 implementation (indriya). See JOSM #21803 -->61 <include name="META-INF/services/tech.units.indriya.spi.NumberSystem"/>62 <include name="META-INF/services/org.geotools.*"/>63 <include name="META-INF/services/org.opengis.*"/>64 64 </zipfileset> 65 65 </jar> … … 77 77 see https://stackoverflow.com/a/18495658/2257172 --> 78 78 <attribute name="Specification-Title" value="JOSM GeoTools plugin"/> 79 <attribute name="Specification-Version" value="22.0"/>79 <attribute name="Specification-Version" value="${gt.version}"/> 80 80 <attribute name="Specification-Vendor" value="JOSM developers" /> 81 81 <attribute name="Implementation-Title" value="org.openstreetmap.josm.plugins.geotools" /> 82 <attribute name="Implementation-Version" value="22.0" />82 <attribute name="Implementation-Version" value="${gt.version}" /> 83 83 <attribute name="Implementation-Vendor" value="JOSM developers"/> 84 84 </manifest>
Note:
See TracChangeset
for help on using the changeset viewer.
