|
Last change
on this file since 33918 was 31224, checked in by akks, 11 years ago |
|
[josm_fastdraw] Fix settings saving, allow edit existing ways (Q)
|
|
File size:
940 bytes
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <project basedir=".." name="FastDraw-IDE">
|
|---|
| 3 | <!-- TODO: edit the following target according to your needs -->
|
|---|
| 4 | <!-- (more info: http://www.netbeans.org/kb/articles/freeform-config.html#debugj2se) -->
|
|---|
| 5 | <target name="debug-nb">
|
|---|
| 6 | <path id="cp">
|
|---|
| 7 | <!-- TODO configure the runtime classpath for your project here: -->
|
|---|
| 8 | </path>
|
|---|
| 9 | <nbjpdastart addressproperty="jpda.address" name="FastDraw" transport="dt_socket">
|
|---|
| 10 | <classpath refid="cp"/>
|
|---|
| 11 | </nbjpdastart>
|
|---|
| 12 | <!-- TODO configure the main class for your project here: -->
|
|---|
| 13 | <java classname="JOSM" fork="true">
|
|---|
| 14 | <classpath refid="cp"/>
|
|---|
| 15 | <classpath path="../../core/dist/josm-custom.jar"/>
|
|---|
| 16 | <jvmarg value="-Xdebug"/>
|
|---|
| 17 | <jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
|
|---|
| 18 | </java>
|
|---|
| 19 | </target>
|
|---|
| 20 | </project>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.