source: osm/applications/editors/josm/plugins/OSMRecPlugin/nbproject/ide-file-targets.xml@ 31711

Last change on this file since 31711 was 31106, checked in by nkaragiannakis, 9 years ago

initial commit

File size: 696 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project basedir=".." name="OSMRecPlugin-IDE">
3 <!-- TODO: edit the following target according to your needs -->
4 <!-- (more info: http://www.netbeans.org/kb/articles/freeform-config.html#runsingle) -->
5 <target name="run-selected-file-in-src">
6 <fail unless="run.class">Must set property 'run.class'</fail>
7 <java classname="${run.class}" failonerror="true" fork="true">
8 <classpath>
9 <pathelement path="../../core/dist/josm-custom.jar:lib/log4j-1.2.17.jar:lib/liblinear-java-1.95.jar"/>
10 <pathelement location="../../dist"/>
11 </classpath>
12 </java>
13 </target>
14</project>
Note: See TracBrowser for help on using the repository browser.