Changeset 31744 in osm for applications
- Timestamp:
- 2015-11-15T15:11:44+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/geotools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/build.xml
r31599 r31744 39 39 <delete file="${plugin.build.dir}/${ant.project.name}.jar" /> 40 40 </target> 41 42 <!-- 43 ********************************************************** 44 ** additional-manifest - add additional manifest entries 45 ********************************************************** 46 --> 47 <target name="additional-manifest"> 48 <manifest file="MANIFEST" mode="update"> 49 <!-- JAI requires a vendor name for some of its deep internals, 50 see http://stackoverflow.com/a/18495658/2257172 --> 51 <attribute name="Specification-Title" value="JOSM GeoTools plugin"/> 52 <attribute name="Specification-Version" value="14.0"/> 53 <attribute name="Specification-Vendor" value="JOSM developers" /> 54 <attribute name="Implementation-Title" value="org.openstreetmap.josm.plugins.geotools" /> 55 <attribute name="Implementation-Version" value="14.0" /> 56 <attribute name="Implementation-Vendor" value="JOSM developers"/> 57 </manifest> 58 </target> 41 59 </project> -
applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageInputStreamSpi
r28946 r31744 1 it.geosolutions.imageio.stream.input.spi.FileImageInputStreamExtImplSpi 2 it.geosolutions.imageio.stream.input.spi.URLImageInputStreamSpi 3 it.geosolutions.imageio.stream.input.spi.StringImageInputStreamSpi 4 1 5 # 2 6 # $RCSfile: javax.imageio.spi.ImageInputStreamSpi,v $ -
applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageOutputStreamSpi
r28946 r31744 1 it.geosolutions.imageio.stream.output.spi.FileImageOutputStreamExtImplSpi 2 it.geosolutions.imageio.stream.output.spi.URLImageOutputStreamSpi 3 it.geosolutions.imageio.stream.output.spi.StringImageOutputStreamSpi 4 1 5 # 2 6 # $RCSfile: javax.imageio.spi.ImageOutputStreamSpi,v $
Note:
See TracChangeset
for help on using the changeset viewer.