Ignore:
Timestamp:
2015-10-12T23:48:43+02:00 (10 years ago)
Author:
donvip
Message:

[josm_plugins] update to JOSM 8863

File:
1 edited

Legend:

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

    r31402 r31615  
    11<?xml version="1.0" encoding="utf-8"?>
    2 
    32<project name="OSMRecPlugin" default="dist" basedir=".">
    43
    5     <!-- enter the SVN commit message -->
    6     <property name="commit.message" value="Commit message"/>
    74    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    8     <property name="plugin.main.version" value="7001"/>
     5    <property name="plugin.main.version" value="8863"/>
    96    <property name="plugin.version" value="2.0"/>
    107
    118    <!-- Configure these properties (replace "..." accordingly).
    12 
    13 
    14 
    159         See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    1610    -->
     
    2014    <property name="plugin.icon" value="images/dialogs/logo-osmrec.png"/>
    2115    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OSMRec"/>
    22     <!-- <property name="plugin.link" value="..."/>-->
    23     <!--<property name="plugin.early" value="..."/>-->
    24     <!--<property name="plugin.requires" value="..."/>-->
    25     <!--<property name="plugin.stage" value="..."/>-->
    26    
    27    
    28     <!-- temporary out
    29         <property name="josm" location="../../core/dist/josm-custom.jar"/>
    30         <property name="plugin.dist.dir" value="../../dist"/>
    31     -->
    3216   
    3317    <!-- ** include targets that all plugins have in common ** -->
    34    <!-- <import file="build-common.xml"/>-->
    3518    <import file="../build-common.xml"/>
    36    
    37    
    3819</project>
Note: See TracChangeset for help on using the changeset viewer.