Changeset 31744 in osm for applications/editors/josm/plugins/geotools/build.xml
- Timestamp:
- 2015-11-15T15:11:44+01:00 (11 years ago)
- File:
-
- 1 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>
Note:
See TracChangeset
for help on using the changeset viewer.
