Changeset 29181 in osm for applications/editors/josm/plugins/ColumbusCSV/build.xml
- Timestamp:
- 2013-01-08T19:52:25+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ColumbusCSV/build.xml
r29009 r29181 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <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 --> 5 6 <property name="plugin.main.version" value="5047"/> 6 7 8 <!-- Plugin meta data --> 7 9 <property name="plugin.author" value="Oliver Wieland"/> 8 10 <property name="plugin.class" value="org.openstreetmap.josm.plugins.columbusCSV.ColumbusCSVPlugin"/> 9 11 <property name="plugin.description" value="Imports proprietary CSV files of the Columbus/Visiontac V-900 GPS logger into a GPX layer."/> 10 12 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV"/> 13 <!-- Plugin icon --> 11 14 <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 16 20 <!-- ** include targets that all plugins have in common ** --> 17 <import file="../build-common.xml"/> 18 21 <import file="../build-common.xml"/> 19 22 </project>
Note:
See TracChangeset
for help on using the changeset viewer.