Ignore:
Timestamp:
2015-04-23T01:33:34+02:00 (10 years ago)
Author:
upliner
Message:

Move sumoconvert to separate directory and revert template directory to clean state

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