<?xml version="1.0" encoding="UTF-8"?>
<project basedir=".." name="FastDraw-IDE">
    <!-- TODO: edit the following target according to your needs -->
    <!-- (more info: http://www.netbeans.org/kb/articles/freeform-config.html#debugj2se) -->
    <target name="debug-nb">
        <path id="cp">
            <!-- TODO configure the runtime classpath for your project here: -->
        </path>
        <nbjpdastart addressproperty="jpda.address" name="FastDraw" transport="dt_socket">
            <classpath refid="cp"/>
        </nbjpdastart>
        <!-- TODO configure the main class for your project here: -->
        <java classname="JOSM" fork="true">
            <classpath refid="cp"/>
            <classpath path="../../core/dist/josm-custom.jar"/>
            <jvmarg value="-Xdebug"/>
            <jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
        </java>
    </target>
</project>
