[jboss-svn-commits] JBL Code SVN: r22518 - labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Sep 8 11:07:44 EDT 2008


Author: KrisVerlaenen
Date: 2008-09-08 11:07:44 -0400 (Mon, 08 Sep 2008)
New Revision: 22518

Modified:
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/plugin.xml
Log:
JBRULES-1276: Drools toolbar should not appear in all perspectives and should reuse the standard "new" dropdown
 - moved Drools actionSet to the Drools perspective

Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/plugin.xml
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/plugin.xml	2008-09-08 15:03:55 UTC (rev 22517)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/plugin.xml	2008-09-08 15:07:44 UTC (rev 22518)
@@ -140,7 +140,7 @@
       <actionSet
             id="org.drools.eclipse.workbenchMenu"
             label="Drools"
-            visible="true">
+            visible="false">
          <action
                class="org.drools.eclipse.menu.RuleHelperActionDelegate"
                icon="icons/drools.gif"
@@ -152,6 +152,13 @@
       </actionSet>
    </extension>
 
+   <extension point="org.eclipse.ui.perspectiveExtensions">
+      <perspectiveExtension
+            targetID="org.drools.eclipse.DroolsPerspective">
+         <actionSet id="org.drools.eclipse.workbenchMenu" />
+      </perspectiveExtension>
+   </extension>
+
    <extension
       id="droolsbuilder" name="Drools Builder" point="org.eclipse.core.resources.builders">
       <builder>




More information about the jboss-svn-commits mailing list