Revision: 5901
          http://sourceforge.net/p/jump-pilot/code/5901
Author:   ma15569
Date:     2018-06-26 09:19:07 +0000 (Tue, 26 Jun 2018)
Log Message:
-----------
Moved DEMStatisticsPlugin from "Single band menu"  to one menu layer up as it 
now works also with multiband raster

Modified Paths:
--------------
    core/trunk/scripts/default-plugins.xml

Modified: core/trunk/scripts/default-plugins.xml
===================================================================
--- core/trunk/scripts/default-plugins.xml      2018-06-26 09:16:12 UTC (rev 
5900)
+++ core/trunk/scripts/default-plugins.xml      2018-06-26 09:19:07 UTC (rev 
5901)
@@ -878,15 +878,6 @@
         
org.openjump.core.ui.plugin.raster.CreatePolygonGridFromSelectedImageLayerPlugIn
     </plug-in>
     <plug-in>
-        org.openjump.core.ui.plugin.raster.statistics.DEMStatisticsPlugIn
-        <menus>
-            <main-menu menupath=" 
MenuNames.RASTER/MenuNames.RASTER_SINGLE_BAND_RASTER"
-                install="true" />
-        </menus>
-    </plug-in>
-
-
-    <plug-in>
         org.openjump.core.ui.plugin.raster.nodata.ChangeNoDataValuePlugIn
         <menus>
             <main-menu
@@ -918,6 +909,13 @@
     <plug-in>
         org.openjump.core.ui.plugin.raster.color.RasterColorEditorPlugIn
     </plug-in>
+     <plug-in>
+        org.openjump.core.ui.plugin.raster.statistics.DEMStatisticsPlugIn
+        <menus>
+            <main-menu menupath=" MenuNames.RASTER"
+                install="true" />
+        </menus>
+    </plug-in>
     <plug-in>
         org.openjump.core.ui.plugin.raster.ProfileGraphPlugIn
     </plug-in>


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to