source: osm/applications/editors/josm/plugins/canvec_helper/build.xml@ 31926

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
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="canvec_helper" default="dist" basedir=".">
3 <!-- enter the SVN commit message -->
4 <property name="commit.message" value="JOSM/Canvec_helper: fixed a crash caused by osm directory being renamed to OSM"/>
5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
6 <property name="plugin.main.version" value="7248"/>
7
8 <!-- Configure these properties (replace "..." accordingly).
9 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
10 -->
11 <property name="plugin.author" value="Michael Bishop"/>
12 <property name="plugin.class" value="org.openstreetmap.josm.plugins.canvec_helper.CanvecHelper"/>
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"/>
17</project>
Note: See TracBrowser for help on using the repository browser.