|
Last change
on this file since 30695 was 30416, checked in by donvip, 12 years ago |
|
[josm_plugins] switch plugins to Java 7
|
-
Property svn:mime-type
set to
text/xml
|
|
File size:
1002 bytes
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="utf-8"?>
|
|---|
| 2 | <project name="livegps" default="dist" basedir=".">
|
|---|
| 3 | <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
|
|---|
| 4 | <property name="plugin.main.version" value="7001"/>
|
|---|
| 5 |
|
|---|
| 6 | <!-- Configure these properties (replace "..." accordingly).
|
|---|
| 7 | See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
|
|---|
| 8 | -->
|
|---|
| 9 | <property name="plugin.author" value="Frederik Ramm"/>
|
|---|
| 10 | <property name="plugin.class" value="livegps.LiveGpsPlugin"/>
|
|---|
| 11 | <property name="plugin.description" value="Support live GPS input (moving dot) through a connection to gpsd server."/>
|
|---|
| 12 | <property name="plugin.icon" value="images/dialogs/livegps.png"/>
|
|---|
| 13 | <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/LiveGPS"/>
|
|---|
| 14 | <property name="plugin.stage" value="50"/>
|
|---|
| 15 |
|
|---|
| 16 | <!-- ** include targets that all plugins have in common ** -->
|
|---|
| 17 | <import file="../build-common.xml"/>
|
|---|
| 18 |
|
|---|
| 19 | </project>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.