Changeset 31099 in osm for applications/editors/josm/plugins
- Timestamp:
- 2015-04-23T01:33:34+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 9 deleted
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/00_plugin_dir_template/build.xml
-
Property svn:mime-type
set to
text/xml
r30416 r31099 12 12 ** 13 13 --> 14 <project name=" sumoconvert" default="dist" basedir=".">14 <project name="myPluginName" default="dist" basedir="."> 15 15 16 16 <!-- enter the SVN commit message --> … … 20 20 21 21 <!-- Configure these properties (replace "..." accordingly). 22 23 24 25 22 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 26 23 --> 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="..."/>-->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="..."/> 32 29 <!--<property name="plugin.early" value="..."/>--> 33 30 <!--<property name="plugin.requires" value="..."/>--> 34 31 <!--<property name="plugin.stage" value="..."/>--> 35 36 <property name="josm" location="../../core/dist/josm-custom.jar"/> 37 <property name="plugin.dist.dir" value="../../dist"/> 38 32 39 33 <!-- ** include targets that all plugins have in common ** --> 40 34 <import file="../build-common.xml"/> -
Property svn:mime-type
set to
Note:
See TracChangeset
for help on using the changeset viewer.