Ignore:
Timestamp:
2013-08-21T03:47:16+02:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] fix #8987 - bump min JOSM version of nearly all plugins to r6162 + code update/cleanup, fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/canvec_helper/build.xml

    r29811 r29854  
    11<?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 -->
    142<project name="canvec_helper" default="dist" basedir=".">
    153    <!-- enter the SVN commit message -->
    164    <property name="commit.message" value="JOSM/Canvec_helper: update to new menu structure"/>
    175    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    18     <property name="plugin.main.version" value="6097"/>
     6    <property name="plugin.main.version" value="6162"/>
    197   
    208    <!-- Configure these properties (replace "..." accordingly).
     
    2210    -->
    2311    <property name="plugin.author" value="Michael Bishop"/>
    24     <property name="plugin.class" value="org.openstreetmap.josm.plugins.canvec_helper.canvec_helper"/>
     12    <property name="plugin.class" value="org.openstreetmap.josm.plugins.canvec_helper.CanvecHelper"/>
    2513    <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"/>
    2614
Note: See TracChangeset for help on using the changeset viewer.