Changeset 29454 in osm for applications/editors/josm/plugins/FastDraw
- Timestamp:
- 2013-04-01T18:04:08+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FastDraw/build.xml
r29435 r29454 30 30 <project name="FastDraw" default="dist" basedir="."> 31 31 <!-- 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"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 34 <property name="plugin.main.version" value="5738"/> … … 248 248 <target name="runjosm" depends="install"> 249 249 <java jar="${josm}" fork="true"> 250 <arg line="../../core/data_nodist/multipolygon.osm"/>251 250 </java> 252 251 </target>
Note:
See TracChangeset
for help on using the changeset viewer.