Index: applications/editors/josm/plugins/FastDraw/nbproject/ide-file-targets.xml
===================================================================
--- applications/editors/josm/plugins/FastDraw/nbproject/ide-file-targets.xml	(revision 31224)
+++ applications/editors/josm/plugins/FastDraw/nbproject/ide-file-targets.xml	(revision 31224)
@@ -0,0 +1,20 @@
+<?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>
Index: applications/editors/josm/plugins/FastDraw/nbproject/project.xml
===================================================================
--- applications/editors/josm/plugins/FastDraw/nbproject/project.xml	(revision 30709)
+++ applications/editors/josm/plugins/FastDraw/nbproject/project.xml	(revision 31224)
@@ -7,20 +7,31 @@
         </general-data>
         <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
-            <!-- Не используйте диалоговое окно свойств проекта при редактировании данного файла вручную. -->
+            <!-- Не используйте средство настройки свойств проекта при редактировании файла вручную. 
+ Чтобы средство настройки не отображалось, создайте файл nbproject/project.properties и добавьте в него свойство 
+auxiliary.show.customizer=false. 
+Если добавлено свойство 
+auxiliary.show.customizer.message=<message>,
+ при попытке открытия средства настройки любым пользователем будет отображаться заданное сообщение.  -->
             <name>FastDraw</name>
             <properties/>
             <folders>
                 <source-folder>
+                    <label>FastDraw</label>
+                    <location>.</location>
+                    <encoding>UTF-8</encoding>
+                </source-folder>
+                <source-folder>
                     <label>src</label>
                     <type>java</type>
                     <location>src</location>
+                    <encoding>UTF-8</encoding>
                 </source-folder>
                 <build-file>
-                    <location>../../dist/FastDraw.jar</location>
+                    <location>F:\josm\core\dist\josm-custom.jar</location>
                 </build-file>
             </folders>
             <ide-actions>
                 <action name="build">
-                    <target>compile</target>
+                    <target>install</target>
                 </action>
                 <action name="clean">
@@ -30,10 +41,13 @@
                     <target>runjosm</target>
                 </action>
+                <action name="test">
+                    <target>test</target>
+                </action>
                 <action name="rebuild">
                     <target>clean</target>
-                    <target>compile</target>
+                    <target>install</target>
                 </action>
                 <action name="debug">
-                    <script>nbproject/ide-targets.xml</script>
+                    <script>nbproject/ide-file-targets.xml</script>
                     <target>debug-nb</target>
                 </action>
@@ -41,6 +55,6 @@
             <export>
                 <type>jar</type>
-                <location>../../dist/FastDraw.jar</location>
-                <build-target>compile</build-target>
+                <location>F:\josm\core\dist\josm-custom.jar</location>
+                <build-target>install</build-target>
             </export>
             <view>
@@ -59,4 +73,5 @@
                     <ide-action name="clean"/>
                     <ide-action name="run"/>
+                    <ide-action name="test"/>
                     <ide-action name="debug"/>
                 </context-menu>
@@ -67,6 +82,6 @@
             <compilation-unit>
                 <package-root>src</package-root>
-                <classpath mode="compile">../../core/src;../../core/dist/josm-custom.jar</classpath>
-                <built-to>../../dist/FastDraw.jar</built-to>
+                <classpath mode="compile">../../core/src</classpath>
+                <built-to>F:\josm\core\dist\josm-custom.jar</built-to>
                 <source-level>1.7</source-level>
             </compilation-unit>
