Last change
on this file since 34849 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
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <project name="surveyor" default="dist" basedir=".">
|
---|
3 | <!-- ** include targets that all plugins have in common ** -->
|
---|
4 | <import file="../build-common.xml"/>
|
---|
5 |
|
---|
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 -->
|
---|
9 | <property name="plugin.main.version" value="14153"/>
|
---|
10 | <property name="livegpsplugin.jar" value="${plugin.dist.dir}/livegps.jar"/>
|
---|
11 |
|
---|
12 | <!-- Configure these properties (replace "..." accordingly).
|
---|
13 | See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
|
---|
14 | -->
|
---|
15 | <property name="plugin.author" value="Christof Dallermassl"/>
|
---|
16 | <property name="plugin.class" value="org.openstreetmap.josm.plugins.surveyor.SurveyorPlugin"/>
|
---|
17 | <property name="plugin.description" value="Allow adding markers/nodes on current gps positions."/>
|
---|
18 | <property name="plugin.icon" value="images/surveyormenu.png"/>
|
---|
19 | <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Surveyor"/>
|
---|
20 | <property name="plugin.requires" value="livegps"/>
|
---|
21 | <property name="plugin.stage" value="60"/>
|
---|
22 |
|
---|
23 | <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
|
---|
24 | <include name="livegps.jar"/>
|
---|
25 | </fileset>
|
---|
26 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.