Changeset 29831 in osm for applications/editors/josm


Ignore:
Timestamp:
2013-08-06T17:55:39+02:00 (11 years ago)
Author:
julior
Message:

sumoconvert - starting plugin development

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  
    1212**
    1313-->
    14 <project name="myPluginName" default="dist" basedir=".">
     14<project name="sumoconvert" default="dist" basedir=".">
    1515
    1616    <!-- enter the SVN commit message -->
     
    2020
    2121    <!-- Configure these properties (replace "..." accordingly).
     22
     23
     24
    2225         See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    2326    -->
    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="..."/>-->
    2932    <!--<property name="plugin.early" value="..."/>-->
    3033    <!--<property name="plugin.requires" value="..."/>-->
    3134    <!--<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       
    3339    <!-- ** include targets that all plugins have in common ** -->
    3440    <import file="../build-common.xml"/>
Note: See TracChangeset for help on using the changeset viewer.