Changeset 29181 in osm for applications


Ignore:
Timestamp:
2013-01-08T19:52:25+01:00 (12 years ago)
Author:
oliverw
Message:

Fixed/updated build.xml.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ColumbusCSV/build.xml

    r29009 r29181  
    11<?xml version="1.0" encoding="utf-8"?>
    22<project name="ColumbusCSV" default="dist" basedir=".">
    3 
    4     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     3        <!-- enter the SVN commit message -->
     4        <property name="commit.message" value="Commit message"/>
     5    <!-- Enter the *lowest* JOSM version this plugin is currently compatible with -->
    56    <property name="plugin.main.version" value="5047"/>
    6 
     7       
     8        <!-- Plugin meta data -->
    79    <property name="plugin.author" value="Oliver Wieland"/>
    810    <property name="plugin.class" value="org.openstreetmap.josm.plugins.columbusCSV.ColumbusCSVPlugin"/>
    911    <property name="plugin.description" value="Imports proprietary CSV files of the Columbus/Visiontac V-900 GPS logger into a GPX layer."/>
    1012    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV"/>
     13        <!-- Plugin icon -->
    1114    <property name="plugin.icon" value="images/colcsvicon.png"/>
    12     <!--<property name="plugin.early" value="..."/>-->
    13     <!--<property name="plugin.requires" value="..."/>-->
    14     <!--<property name="plugin.stage" value="..."/>-->
    15 
     15       
     16        <!-- Plugin version info -->
     17        <property name="plugin.version" value="${version.entry.commit.revision}"/>
     18        <property name="plugin.stage" value="60"/>
     19   
    1620    <!-- ** include targets that all plugins have in common ** -->
    17     <import file="../build-common.xml"/>
    18        
     21    <import file="../build-common.xml"/>       
    1922</project>
Note: See TracChangeset for help on using the changeset viewer.