Changeset 25814 in osm for applications/editors/josm/plugins/utilsplugin2/build.xml
- Timestamp:
- 2011-04-08T14:32:17+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/utilsplugin2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2
- Property svn:ignore
-
old new 1 1 build 2 .project
-
- Property svn:ignore
-
applications/editors/josm/plugins/utilsplugin2/build.xml
r25190 r25814 31 31 32 32 <!-- enter the SVN commit message --> 33 <property name="commit.message" value=" fix" />33 <property name="commit.message" value="extend selection" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 35 <property name="plugin.main.version" value="3835" /> … … 254 254 <target name="publish" depends="ensure-svn-present,core-info,commit-current,update-current,clean,dist,commit-dist"> 255 255 </target> 256 <target name="runjosm" depends="install"> 257 <java jar="${josm}" > 258 <arg line="../../data_nodist/neubrandenburg.osm"/> 259 </java> 260 </target> 256 261 </project>
Note:
See TracChangeset
for help on using the changeset viewer.
