|
Last change
on this file since 29853 was 29771, checked in by akks, 12 years ago |
|
[josm_plugins]: move more plugin items to new menus, set minimum JOSM to 6082, add Netbeans projects
|
-
Property svn:mime-type
set to
text/xml
|
|
File size:
1.1 KB
|
| Rev | Line | |
|---|
| [26174] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
|---|
| 2 | <!--
|
|---|
| 3 | ** This is a template build file for a JOSM plugin.
|
|---|
| 4 | **
|
|---|
| 5 | ** Maintaining versions
|
|---|
| 6 | ** ====================
|
|---|
| [29435] | 7 | ** See README.template
|
|---|
| [26174] | 8 | **
|
|---|
| 9 | ** Usage
|
|---|
| 10 | ** =====
|
|---|
| [29435] | 11 | ** Call "ant help" to get possible build targets.
|
|---|
| [26174] | 12 | **
|
|---|
| 13 | -->
|
|---|
| 14 | <project name="waydownloader" default="dist" basedir=".">
|
|---|
| [29435] | 15 |
|
|---|
| 16 | <!-- enter the SVN commit message -->
|
|---|
| [26174] | 17 | <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
|
|---|
| [29435] | 18 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
|
|---|
| [29771] | 19 | <property name="plugin.main.version" value="6082"/>
|
|---|
| [29435] | 20 |
|
|---|
| 21 | <property name="plugin.author" value="Harry Wood"/>
|
|---|
| 22 | <property name="plugin.class" value="org.openstreetmap.josm.plugins.waydownloader.WayDownloaderPlugin"/>
|
|---|
| 23 | <property name="plugin.description" value="Easy downloading along a long set of interconnected ways"/>
|
|---|
| 24 | <property name="plugin.icon" value="images/way-download.png"/>
|
|---|
| 25 | <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WayDownloaderPlugin"/>
|
|---|
| 26 |
|
|---|
| 27 | <!-- ** include targets that all plugins have in common ** -->
|
|---|
| 28 | <import file="../build-common.xml"/>
|
|---|
| 29 |
|
|---|
| [26174] | 30 | </project>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.