source: osm/applications/editors/josm/plugins/gpxfilter/build.xml@ 30817

Last change on this file since 30817 was 30416, checked in by donvip, 10 years ago

[josm_plugins] switch plugins to Java 7

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 881 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="gpxfilter" default="dist" basedir=".">
3 <!-- enter the SVN commit message -->
4 <property name="commit.message" value="GPXFilter: moved to Alt-Shift-X"/>
5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
6 <property name="plugin.main.version" value="7001"/>
7
8 <property name="plugin.author" value="Upliner"/>
9 <property name="plugin.class" value="gpxfilter.GpxFilterPlugin"/>
10 <property name="plugin.description" value="Allows to filter out unnecessary GPS tracks"/>
11<!-- <property name="plugin.icon" value="images/preferences/walkingpapers.png"/>-->
12 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPXFilter"/>
13
14 <!-- ** include targets that all plugins have in common ** -->
15 <import file="../build-common.xml"/>
16</project>
Note: See TracBrowser for help on using the repository browser.