Last change
on this file since 29493 was 29351, checked in by stoecker, 12 years ago |
fix deprecations, cleanup some more build.xml's
|
-
Property svn:mime-type
set to
text/xml
|
File size:
1.0 KB
|
Rev | Line | |
---|
[28186] | 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 | -->
|
---|
[28186] | 14 | <project name="wikipedia" default="dist" basedir=".">
|
---|
[28807] | 15 |
|
---|
[28186] | 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 -->
|
---|
[28294] | 19 | <property name="plugin.main.version" value="5089"/>
|
---|
[28807] | 20 |
|
---|
[28991] | 21 | <property name="plugin.author" value="simon04"/>
|
---|
| 22 | <property name="plugin.class" value="org.wikipedia.WikipediaPlugin"/>
|
---|
| 23 | <property name="plugin.description" value="Simplifys linking OSM objects to Wikipedia articles"/>
|
---|
| 24 | <property name="plugin.icon" value="images/dialogs/wikipedia.png"/>
|
---|
| 25 | <property name="plugin.link" value="http://josm.openstreetmap.de/wiki/Help/Plugin/Wikipedia"/>
|
---|
| 26 |
|
---|
| 27 | <!-- ** include targets that all plugins have in common ** -->
|
---|
[28807] | 28 | <import file="../build-common.xml"/>
|
---|
[28991] | 29 |
|
---|
[28186] | 30 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.