Changeset 29454 in osm for applications/editors/josm


Ignore:
Timestamp:
2013-04-01T18:04:08+02:00 (11 years ago)
Author:
akks
Message:

'JOSM/FastDraw: changed default parameters, fix duplicate point issue, corrected ESC behavior'

File:
1 edited

Legend:

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

    r29435 r29454  
    3030<project name="FastDraw" default="dist" basedir=".">
    3131    <!-- enter the SVN commit message -->
    32     <property name="commit.message" value="JOSM/FastDraw: allow automatic tag adding (Q) "/>
     32    <property name="commit.message" value="JOSM/FastDraw: changed default parameters, fix duplicate point issue, corrected ESC behavior"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3434    <property name="plugin.main.version" value="5738"/>
     
    248248    <target name="runjosm" depends="install">
    249249        <java jar="${josm}" fork="true">
    250             <arg line="../../core/data_nodist/multipolygon.osm"/>
    251250        </java>
    252251    </target>
Note: See TracChangeset for help on using the changeset viewer.