Last change
on this file since 31926 was 31926, checked in by stoecker, 9 years ago |
use more https links
|
-
Property svn:mime-type
set to
text/xml
|
File size:
1.0 KB
|
Rev | Line | |
---|
[27915] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <project name="canvec_helper" default="dist" basedir=".">
|
---|
| 3 | <!-- enter the SVN commit message -->
|
---|
[29989] | 4 | <property name="commit.message" value="JOSM/Canvec_helper: fixed a crash caused by osm directory being renamed to OSM"/>
|
---|
[27915] | 5 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
|
---|
[30495] | 6 | <property name="plugin.main.version" value="7248"/>
|
---|
[29805] | 7 |
|
---|
| 8 | <!-- Configure these properties (replace "..." accordingly).
|
---|
[31926] | 9 | See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
|
---|
[27915] | 10 | -->
|
---|
[29805] | 11 | <property name="plugin.author" value="Michael Bishop"/>
|
---|
[29854] | 12 | <property name="plugin.class" value="org.openstreetmap.josm.plugins.canvec_helper.CanvecHelper"/>
|
---|
[29805] | 13 | <property name="plugin.description" value="Overlays the canvec tile grid on the map and prints URL''s to the .zip files. Future goals: allow auto-downloading and loading of canvec .osm files"/>
|
---|
| 14 |
|
---|
| 15 | <!-- ** include targets that all plugins have in common ** -->
|
---|
| 16 | <import file="../build-common.xml"/>
|
---|
[27915] | 17 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.