Changeset 31599 in osm for applications/editors/josm/plugins/geotools/build.xml
- Timestamp:
- 2015-10-08T01:55:47+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/build.xml
r30999 r31599 11 11 <property name="plugin.icon" value="images/compass.png"/> 12 12 <property name="plugin.canloadatruntime" value="true"/> 13 <!--<property name="plugin.link" value="..."/>-->14 <!--<property name="plugin.early" value="..."/>-->15 13 <property name="plugin.requires" value="jts"/> 16 14 <property name="plugin.stage" value="20"/> … … 36 34 <zipfileset src="${plugin.build.dir}/${ant.project.name}.jar"> 37 35 <include name="META-INF/MANIFEST.MF"/> 38 <include name="META-INF/ *.jai"/>36 <include name="META-INF/javax.media.jai.registryFile.jai"/> 39 37 </zipfileset> 40 38 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.