Last change
on this file since 36348 was 35221, checked in by donvip, 5 years ago |
see #josm16796 - update to JOSM 15502 - use IGpxTrack in GpxData (patch by Bjoeni)
|
-
Property svn:mime-type
set to
text/xml
|
File size:
1.2 KB
|
Rev | Line | |
---|
[28741] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <project name="gpsblam" default="dist" basedir=".">
|
---|
[28807] | 3 |
|
---|
[28741] | 4 | <!-- enter the SVN commit message -->
|
---|
| 5 | <property name="commit.message" value="Commit message"/>
|
---|
| 6 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
|
---|
[35221] | 7 | <property name="plugin.main.version" value="15502"/>
|
---|
[28807] | 8 |
|
---|
[34515] | 9 | <!-- Configure these properties (replace "..." accordingly).
|
---|
| 10 | See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
|
---|
[28741] | 11 | -->
|
---|
[34515] | 12 | <property name="plugin.author" value="Russell Edwards"/>
|
---|
| 13 | <property name="plugin.class" value="org.openstreetmap.josm.plugins.gpsblam.GPSBlamPlugin"/>
|
---|
| 14 | <property name="plugin.description" value="Analyse a set of GPS points to obtain its centre and direction of spread."/>
|
---|
| 15 | <property name="plugin.icon" value="images/mapmode/gpsblam_mode.png"/>
|
---|
| 16 | <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam"/>
|
---|
| 17 | <!--<property name="plugin.early" value="..."/>-->
|
---|
| 18 | <!--<property name="plugin.requires" value="..."/>-->
|
---|
| 19 | <!--<property name="plugin.stage" value="..."/>-->
|
---|
| 20 |
|
---|
| 21 | <!-- ** include targets that all plugins have in common ** -->
|
---|
[28807] | 22 | <import file="../build-common.xml"/>
|
---|
[34515] | 23 |
|
---|
[28741] | 24 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.