Index: applications/editors/josm/plugins/utilsplugin2/build.xml
===================================================================
--- applications/editors/josm/plugins/utilsplugin2/build.xml	(revision 26644)
+++ applications/editors/josm/plugins/utilsplugin2/build.xml	(revision 26662)
@@ -30,5 +30,5 @@
 <project name="utilsplugin2" default="dist" basedir=".">
     <!-- enter the SVN commit message -->
-    <property name="commit.message" value="Utilsplugin2: select all inside (testing)"/>
+    <property name="commit.message" value="Utilsplugin2: select all inside multipolygon added"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     <property name="plugin.main.version" value="4395"/>
@@ -245,3 +245,13 @@
         </java>
     </target>
+    
+    
+    <target name="profilejosm" depends="install">
+        <nbprofiledirect>
+        </nbprofiledirect>
+        <java jar="${josm}" fork="true">
+            <arg line="e:/test.osm"/>
+             <jvmarg value="${profiler.info.jvmargs.agent}"/>
+        </java>
+    </target>
 </project>
