Ignore:
Timestamp:
2012-02-23T10:17:25+01:00 (13 years ago)
Author:
akks
Message:

reltoolbox, turnlanes: fix shortcut and toolbar warnings

File:
1 edited

Legend:

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

    r27852 r27927  
    3030<project name="reltoolbox" default="dist" basedir=".">
    3131    <!-- enter the SVN commit message -->
    32     <property name="commit.message" value="RelToolbox"/>
     32    <property name="commit.message" value="RelToolbox: fix redifinition warnings"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4980"/>
     34    <property name="plugin.main.version" value="5018"/>
    3535    <!--
    3636      ************************************************
     
    243243    <target name="publish" depends="ensure-svn-present,core-info,commit-current,update-current,clean,dist,commit-dist">
    244244    </target>
     245    <target name="runjosm" depends="install">
     246        <java jar="${josm}" fork="true">
     247            <arg line="e:/test.osm"/>
     248        </java>
     249    </target>
     250   
    245251</project>
Note: See TracChangeset for help on using the changeset viewer.