Changeset 26603 in osm for applications/editors/josm/plugins/utilsplugin2/build.xml
- Timestamp:
- 2011-09-02T19:06:16+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/build.xml
r26395 r26603 30 30 <project name="utilsplugin2" default="dist" basedir="."> 31 31 <!-- 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-\"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 201"/>34 <property name="plugin.main.version" value="4935"/> 35 35 <!-- 36 36 ************************************************ … … 242 242 <target name="runjosm" depends="install"> 243 243 <java jar="${josm}" fork="true"> 244 <arg line=" ../../core/data_nodist/neubrandenburg.osm"/>244 <arg line="e:/test.osm"/> 245 245 </java> 246 246 </target>
Note:
See TracChangeset
for help on using the changeset viewer.
