Ignore:
Timestamp:
2011-09-02T19:06:16+02:00 (14 years ago)
Author:
akks
Message:

'Utilsplugin2: Open custom URL in browser by Shift-\'

File:
1 edited

Legend:

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

    r26395 r26603  
    3030<project name="utilsplugin2" default="dist" basedir=".">
    3131    <!-- enter the SVN commit message -->
    32     <property name="commit.message" value="Utilsplugin2: Symmetry tool Alt-Shift-S"/>
     32    <property name="commit.message" value="Utilsplugin2: Open custom URL in browser by Shift-\"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4201"/>
     34    <property name="plugin.main.version" value="4935"/>
    3535    <!--
    3636      ************************************************
     
    242242    <target name="runjosm" depends="install">
    243243        <java jar="${josm}" fork="true">
    244             <arg line="../../core/data_nodist/neubrandenburg.osm"/>
     244            <arg line="e:/test.osm"/>
    245245        </java>
    246246    </target>
Note: See TracChangeset for help on using the changeset viewer.