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

[josm_geotools] fix resulting jar

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.