Changeset 29831 in osm for applications
- Timestamp:
- 2013-08-06T17:55:39+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/00_plugin_dir_template
- Files:
-
- 19 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/00_plugin_dir_template/build.xml
r29435 r29831 12 12 ** 13 13 --> 14 <project name=" myPluginName" default="dist" basedir=".">14 <project name="sumoconvert" default="dist" basedir="."> 15 15 16 16 <!-- enter the SVN commit message --> … … 20 20 21 21 <!-- Configure these properties (replace "..." accordingly). 22 23 24 22 25 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 23 26 --> 24 <property name="plugin.author" value=" ..."/>25 <property name="plugin.class" value=" ..."/>26 <property name="plugin.description" value=" ..."/>27 <property name="plugin.icon" value=" ..."/>28 < property name="plugin.link" value="..."/>27 <property name="plugin.author" value="Ignacio Palermo - Julio Rivera"/> 28 <property name="plugin.class" value="org.openstreetmap.josm.plugins.sumoconvert.SumoConvertPlugin"/> 29 <property name="plugin.description" value="Allows to edit traffic information and export it to the urban mobility simulator SUMO"/> 30 <property name="plugin.icon" value="images/dialogs/logo-sumo.png"/> 31 <!-- <property name="plugin.link" value="..."/>--> 29 32 <!--<property name="plugin.early" value="..."/>--> 30 33 <!--<property name="plugin.requires" value="..."/>--> 31 34 <!--<property name="plugin.stage" value="..."/>--> 32 35 36 <property name="josm" location="../../core/dist/josm-custom.jar"/> 37 <property name="plugin.dist.dir" value="../../dist"/> 38 33 39 <!-- ** include targets that all plugins have in common ** --> 34 40 <import file="../build-common.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.