Last change
on this file since 29809 was 29435, checked in by stoecker, 12 years ago |
i18n update
|
-
Property svn:mime-type
set to
text/xml
|
File size:
1.1 KB
|
Rev | Line | |
---|
[26174] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[29351] | 2 | <!--
|
---|
| 3 | ** This is a template build file for a JOSM plugin.
|
---|
| 4 | **
|
---|
| 5 | ** Maintaining versions
|
---|
| 6 | ** ====================
|
---|
| 7 | ** See README.template
|
---|
| 8 | **
|
---|
| 9 | ** Usage
|
---|
| 10 | ** =====
|
---|
| 11 | ** Call "ant help" to get possible build targets.
|
---|
| 12 | **
|
---|
| 13 | -->
|
---|
[19990] | 14 | <project name="wms-turbo-challenge2" default="dist" basedir=".">
|
---|
[28807] | 15 |
|
---|
| 16 | <!-- enter the SVN commit message -->
|
---|
| 17 | <property name="commit.message" value="Commit message"/>
|
---|
| 18 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
|
---|
[29210] | 19 | <property name="plugin.main.version" value="4670"/>
|
---|
[28807] | 20 |
|
---|
[29210] | 21 | <property name="plugin.author" value="Andrzej Zaborowski"/>
|
---|
| 22 | <property name="plugin.class" value="wmsturbochallenge.WMSRacer"/>
|
---|
| 23 | <property name="plugin.description" value="Drive a race car from point A to point B over aerial imagery, leave cacti behind."/>
|
---|
| 24 | <property name="plugin.icon" value="images/wmsracer.png"/>
|
---|
| 25 | <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMS_Racer"/>
|
---|
| 26 |
|
---|
| 27 | <!-- ** include targets that all plugins have in common ** -->
|
---|
[28807] | 28 | <import file="../build-common.xml"/>
|
---|
[29210] | 29 |
|
---|
[19990] | 30 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.