Changeset 26460 in osm for applications/editors/josm/plugins/FastDraw/build.xml
- Timestamp:
- 2011-08-06T08:05:16+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FastDraw/build.xml
r26457 r26460 30 30 <project name="FastDraw" default="dist" basedir="."> 31 31 <!-- enter the SVN commit message --> 32 <property name="commit.message" value="FastDraw: fix NPE in last segment drawing"/>32 <property name="commit.message" value="FastDraw: fix NPE and relation bugs after editing"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 34 <property name="plugin.main.version" value="4201"/> … … 248 248 <target name="runjosm" depends="install"> 249 249 <java jar="${josm}" fork="true"> 250 <arg line="../../core/data_nodist/ restriction.osm"/>250 <arg line="../../core/data_nodist/multipolygon.osm"/> 251 251 </java> 252 252 </target>
Note:
See TracChangeset
for help on using the changeset viewer.