Revision: 4577
          http://sourceforge.net/p/jump-pilot/code/4577
Author:   michaudm
Date:     2015-12-06 23:12:20 +0000 (Sun, 06 Dec 2015)
Log Message:
-----------
Move EraseLayer and MakeValid to Tools>Edit Geometry

Modified Paths:
--------------
    core/trunk/scripts/default-plugins.xml
    
core/trunk/src/org/openjump/core/ui/plugin/tools/EraseLayerAWithLayerBPlugIn.java
    core/trunk/src/org/openjump/core/ui/plugin/tools/MakeValidPlugIn.java

Modified: core/trunk/scripts/default-plugins.xml
===================================================================
--- core/trunk/scripts/default-plugins.xml      2015-12-06 22:19:05 UTC (rev 
4576)
+++ core/trunk/scripts/default-plugins.xml      2015-12-06 23:12:20 UTC (rev 
4577)
@@ -615,12 +615,6 @@
                
com.vividsolutions.jump.workbench.ui.plugin.analysis.GeometryFunctionPlugIn
        </plug-in>
        <plug-in>
-               org.openjump.core.ui.plugin.tools.EraseLayerAWithLayerBPlugIn
-       </plug-in>
-       <plug-in>
-               org.openjump.core.ui.plugin.tools.MakeValidPlugIn
-       </plug-in>
-       <plug-in>
                
com.vividsolutions.jump.workbench.ui.plugin.analysis.OverlayPlugIn
        </plug-in>
        <plug-in>
@@ -736,9 +730,16 @@
        </plug-in>
 
        <!--- ========= Edit Geometry - Convert Selected... =================== 
/ -->
-       <plug-in>de.soldin.jumpcore.geomconv.GCPlugin</plug-in>
-
        <plug-in>
+               de.soldin.jumpcore.geomconv.GCPlugin
+       </plug-in>
+       <plug-in>
+               org.openjump.core.ui.plugin.tools.EraseLayerAWithLayerBPlugIn
+       </plug-in>
+       <plug-in>
+               org.openjump.core.ui.plugin.tools.MakeValidPlugIn
+       </plug-in>
+       <plug-in>
                com.vividsolutions.jump.plugin.edit.LineNoderPlugIn
        </plug-in>
        <plug-in>

Modified: 
core/trunk/src/org/openjump/core/ui/plugin/tools/EraseLayerAWithLayerBPlugIn.java
===================================================================
--- 
core/trunk/src/org/openjump/core/ui/plugin/tools/EraseLayerAWithLayerBPlugIn.java
   2015-12-06 22:19:05 UTC (rev 4576)
+++ 
core/trunk/src/org/openjump/core/ui/plugin/tools/EraseLayerAWithLayerBPlugIn.java
   2015-12-06 23:12:20 UTC (rev 4577)
@@ -56,7 +56,7 @@
         FeatureInstaller featureInstaller = new 
FeatureInstaller(context.getWorkbenchContext());
         featureInstaller.addMainMenuPlugin(
                 this,
-                new String[] {MenuNames.TOOLS, MenuNames.TOOLS_ANALYSIS},
+                new String[] {MenuNames.TOOLS, MenuNames.TOOLS_EDIT_GEOMETRY},
                 getName() + "...", false, null,
                 createEnableCheck(context.getWorkbenchContext()));
     }

Modified: core/trunk/src/org/openjump/core/ui/plugin/tools/MakeValidPlugIn.java
===================================================================
--- core/trunk/src/org/openjump/core/ui/plugin/tools/MakeValidPlugIn.java       
2015-12-06 22:19:05 UTC (rev 4576)
+++ core/trunk/src/org/openjump/core/ui/plugin/tools/MakeValidPlugIn.java       
2015-12-06 23:12:20 UTC (rev 4577)
@@ -53,7 +53,7 @@
         FeatureInstaller featureInstaller = new 
FeatureInstaller(context.getWorkbenchContext());
         featureInstaller.addMainMenuPlugin(
                 this,
-                new String[] {MenuNames.TOOLS, MenuNames.TOOLS_ANALYSIS},
+                new String[] {MenuNames.TOOLS, MenuNames.TOOLS_EDIT_GEOMETRY},
                 getName() + "...", false, null,
                 createEnableCheck(context.getWorkbenchContext()));
     }


------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to