Ignore:
Timestamp:
2015-11-15T15:11:44+01:00 (9 years ago)
Author:
donvip
Message:

[josm_geotools] fix resulting jar

Location:
applications/editors/josm/plugins/geotools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/geotools/build.xml

    r31599 r31744  
    3939        <delete file="${plugin.build.dir}/${ant.project.name}.jar" />
    4040    </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>
    4159</project>
  • applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageInputStreamSpi

    r28946 r31744  
     1it.geosolutions.imageio.stream.input.spi.FileImageInputStreamExtImplSpi
     2it.geosolutions.imageio.stream.input.spi.URLImageInputStreamSpi
     3it.geosolutions.imageio.stream.input.spi.StringImageInputStreamSpi
     4
    15#
    26# $RCSfile: javax.imageio.spi.ImageInputStreamSpi,v $
  • applications/editors/josm/plugins/geotools/jar/META-INF/services/javax.imageio.spi.ImageOutputStreamSpi

    r28946 r31744  
     1it.geosolutions.imageio.stream.output.spi.FileImageOutputStreamExtImplSpi
     2it.geosolutions.imageio.stream.output.spi.URLImageOutputStreamSpi
     3it.geosolutions.imageio.stream.output.spi.StringImageOutputStreamSpi
     4
    15#
    26# $RCSfile: javax.imageio.spi.ImageOutputStreamSpi,v $
Note: See TracChangeset for help on using the changeset viewer.