Ignore:
Timestamp:
2013-07-25T21:57:38+02:00 (13 years ago)
Author:
akks
Message:

[josm_plugins]: see #josm6355 - Move most of the other plugins to suitable menus, add Netbeans projects

File:
1 edited

Legend:

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

    r29661 r29778  
    11<?xml version="1.0" encoding="utf-8"?>
    22<project name="FixAddresses" default="dist" basedir=".">
    3         <!-- enter the SVN commit message -->
    4         <property name="commit.message" value="fix compile error (core changes)"/>
    5         <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6010"/>
     3    <!-- enter the SVN commit message -->
     4    <property name="commit.message" value="fix compile error (core changes)"/>
     5    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     6    <property name="plugin.main.version" value="6082"/>
    77       
    88    <!-- Configure these properties (replace "..." accordingly).
Note: See TracChangeset for help on using the changeset viewer.