Changeset 31199 in osm for applications
- Timestamp:
- 2015-06-03T14:19:30+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/commons-imaging
- Files:
-
- 8 added
- 35 deleted
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/commons-imaging/build.xml
r31181 r31199 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** See README.template8 **9 ** Usage10 ** =====11 ** Call "ant help" to get possible build targets.12 **13 -->14 2 <project name="commons-imaging" default="dist" basedir="."> 15 3 16 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 17 5 <property name="plugin.main.version" value="7777"/> 18 <property name="plugin.version" value="1.0"/>19 6 20 7 <!-- Configure these properties (replace "..." accordingly). 21 22 23 24 8 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 25 9 --> … … 27 11 <property name="plugin.class" value="org.openstreetmap.josm.plugins.commons.imaging.CommonsImagingPlugin"/> 28 12 <property name="plugin.description" value="Provides Commons Imaging library. Not meant to be installed directly by users, but rather as a dependency for other plugins."/> 29 30 13 31 14 <property name="josm" location="../../core/dist/josm-custom.jar"/> 32 15 <property name="plugin.dist.dir" value="../../dist"/> 33 16 <property name="plugin.stage" value="10"/> 17 34 18 <!-- ** include targets that all plugins have in common ** --> 35 19 <import file="../build-common.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.