Ignore:
Timestamp:
2012-12-26T00:13:16+01:00 (12 years ago)
Author:
donvip
Message:

[josm_opendata] upgrade to josm 5631

File:
1 edited

Legend:

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

    r29023 r29115  
    11<?xml version="1.0" encoding="utf-8"?>
    22<project name="opendata" default="dist" basedir=".">
    3     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    4     <property name="plugin.main.version" value="5554"/>
    5 
     3    <property name="plugin.main.version" value="5631"/>
    64    <property name="plugin.author" value="Don-vip"/>
    75    <property name="plugin.class" value="org.openstreetmap.josm.plugins.opendata.OdPlugin"/>
     
    97    <property name="plugin.icon" value="images/dialogs/o24.png"/>
    108    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/>
    11     <!--<property name="plugin.early" value="..."/>-->
    129    <property name="plugin.requires" value="jts;geotools;utilsplugin2"/>
    13     <!--<property name="plugin.stage" value="..."/>-->
    1410
    1511    <!-- ** include targets that all plugins have in common ** -->
Note: See TracChangeset for help on using the changeset viewer.