Changeset 31615 in osm for applications/editors/josm/plugins/OSMRecPlugin/build.xml
- Timestamp:
- 2015-10-12T23:48:43+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OSMRecPlugin/build.xml
r31402 r31615 1 1 <?xml version="1.0" encoding="utf-8"?> 2 3 2 <project name="OSMRecPlugin" default="dist" basedir="."> 4 3 5 <!-- enter the SVN commit message -->6 <property name="commit.message" value="Commit message"/>7 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 8 <property name="plugin.main.version" value=" 7001"/>5 <property name="plugin.main.version" value="8863"/> 9 6 <property name="plugin.version" value="2.0"/> 10 7 11 8 <!-- Configure these properties (replace "..." accordingly). 12 13 14 15 9 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 16 10 --> … … 20 14 <property name="plugin.icon" value="images/dialogs/logo-osmrec.png"/> 21 15 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OSMRec"/> 22 <!-- <property name="plugin.link" value="..."/>-->23 <!--<property name="plugin.early" value="..."/>-->24 <!--<property name="plugin.requires" value="..."/>-->25 <!--<property name="plugin.stage" value="..."/>-->26 27 28 <!-- temporary out29 <property name="josm" location="../../core/dist/josm-custom.jar"/>30 <property name="plugin.dist.dir" value="../../dist"/>31 -->32 16 33 17 <!-- ** include targets that all plugins have in common ** --> 34 <!-- <import file="build-common.xml"/>-->35 18 <import file="../build-common.xml"/> 36 37 38 19 </project>
Note:
See TracChangeset
for help on using the changeset viewer.
