Changeset 26662 in osm for applications/editors/josm/plugins/utilsplugin2/build.xml
- Timestamp:
- 2011-09-17T14:03:03+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/build.xml
r26644 r26662 30 30 <project name="utilsplugin2" default="dist" basedir="."> 31 31 <!-- enter the SVN commit message --> 32 <property name="commit.message" value="Utilsplugin2: select all inside (testing)"/>32 <property name="commit.message" value="Utilsplugin2: select all inside multipolygon added"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 34 <property name="plugin.main.version" value="4395"/> … … 245 245 </java> 246 246 </target> 247 248 249 <target name="profilejosm" depends="install"> 250 <nbprofiledirect> 251 </nbprofiledirect> 252 <java jar="${josm}" fork="true"> 253 <arg line="e:/test.osm"/> 254 <jvmarg value="${profiler.info.jvmargs.agent}"/> 255 </java> 256 </target> 247 257 </project>
Note:
See TracChangeset
for help on using the changeset viewer.
