Last change
on this file since 35890 was 34591, checked in by donvip, 6 years ago |
rename packages, fix warnings
|
-
Property svn:mime-type
set to
text/xml
|
File size:
1.4 KB
|
Rev | Line | |
---|
[26174] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[2936] | 2 | <project name="surveyor" default="dist" basedir=".">
|
---|
[29841] | 3 | <!-- ** include targets that all plugins have in common ** -->
|
---|
| 4 | <import file="../build-common.xml"/>
|
---|
| 5 |
|
---|
[26174] | 6 | <!-- enter the SVN commit message -->
|
---|
| 7 | <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
|
---|
| 8 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
|
---|
[34558] | 9 | <property name="plugin.main.version" value="14153"/>
|
---|
[26174] | 10 | <property name="livegpsplugin.jar" value="${plugin.dist.dir}/livegps.jar"/>
|
---|
[29841] | 11 |
|
---|
| 12 | <!-- Configure these properties (replace "..." accordingly).
|
---|
[31926] | 13 | See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
|
---|
[29841] | 14 | -->
|
---|
| 15 | <property name="plugin.author" value="Christof Dallermassl"/>
|
---|
[34591] | 16 | <property name="plugin.class" value="org.openstreetmap.josm.plugins.surveyor.SurveyorPlugin"/>
|
---|
[29841] | 17 | <property name="plugin.description" value="Allow adding markers/nodes on current gps positions."/>
|
---|
| 18 | <property name="plugin.icon" value="images/surveyormenu.png"/>
|
---|
[34591] | 19 | <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Surveyor"/>
|
---|
[29841] | 20 | <property name="plugin.requires" value="livegps"/>
|
---|
| 21 | <property name="plugin.stage" value="60"/>
|
---|
[34410] | 22 |
|
---|
| 23 | <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
|
---|
| 24 | <include name="livegps.jar"/>
|
---|
| 25 | </fileset>
|
---|
[2936] | 26 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.