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

Last change on this file since 29811 was 29811, checked in by stoecker, 11 years ago

fix meta data

  • Property svn:mime-type set to text/xml
File size: 1.2 KB
Line 
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** ====================
7** See README.template
8**
9** Usage
10** =====
11** Call "ant help" to get possible build targets.
12**
13-->
14<project name="canvec_helper" default="dist" basedir=".">
15 <!-- enter the SVN commit message -->
16 <property name="commit.message" value="JOSM/Canvec_helper: update to new menu structure"/>
17 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
18 <property name="plugin.main.version" value="6097"/>
19
20 <!-- Configure these properties (replace "..." accordingly).
21 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
22 -->
23 <property name="plugin.author" value="Michael Bishop"/>
24 <property name="plugin.class" value="org.openstreetmap.josm.plugins.canvec_helper.canvec_helper"/>
25 <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"/>
26
27 <!-- ** include targets that all plugins have in common ** -->
28 <import file="../build-common.xml"/>
29</project>
Note: See TracBrowser for help on using the repository browser.