You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2010/09/22 17:35:52 UTC

svn commit: r1000040 - /geronimo/server/branches/2.2/plugins/console/console-tomcat/src/main/plan/plan.xml

Author: genspring
Date: Wed Sep 22 15:35:52 2010
New Revision: 1000040

URL: http://svn.apache.org/viewvc?rev=1000040&view=rev
Log:
Though the basic menu infrastructure is ready in 22 branch.  We won't display the basic menu set for 2.2.1 release.

Modified:
    geronimo/server/branches/2.2/plugins/console/console-tomcat/src/main/plan/plan.xml

Modified: geronimo/server/branches/2.2/plugins/console/console-tomcat/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/console/console-tomcat/src/main/plan/plan.xml?rev=1000040&r1=1000039&r2=1000040&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/console/console-tomcat/src/main/plan/plan.xml (original)
+++ geronimo/server/branches/2.2/plugins/console/console-tomcat/src/main/plan/plan.xml Wed Sep 22 15:35:52 2010
@@ -71,7 +71,6 @@
                 <reference name="PortalContainerServices">
                     <name>PlutoPortalServices</name>
                 </reference>
-                 <attribute name="mode">basic</attribute>
             </gbean>
             <gbean name="ServerInfo" class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean">
                 <attribute name="pageTitle">1-1/Server/Information</attribute>
@@ -81,7 +80,6 @@
                 <reference name="PortalContainerServices">
                     <name>PlutoPortalServices</name>
                 </reference>
-                <attribute name="mode">basic</attribute>
             </gbean>
             <gbean name="JavaSysInfo" class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean">
                 <attribute name="pageTitle">1-2/Server/Java System Info</attribute>
@@ -91,7 +89,6 @@
                 <reference name="PortalContainerServices">
                     <name>PlutoPortalServices</name>
                 </reference>
-                <attribute name="mode">advance</attribute>
             </gbean>
             <gbean name="Logs" class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean">
                 <attribute name="pageTitle">1-3/Server/Server Logs</attribute>
@@ -101,7 +98,6 @@
                 <reference name="PortalContainerServices">
                     <name>PlutoPortalServices</name>
                 </reference>
-                 <attribute name="mode">advance</attribute>
             </gbean>
             <gbean name="Shutdown" class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean">
                 <attribute name="pageTitle">1-4/Server/Shutdown</attribute>
@@ -165,7 +161,6 @@
                 <reference name="PortalContainerServices">
                     <name>PlutoPortalServices</name>
                 </reference>
-                <attribute name="mode">basic</attribute>
             </gbean>
             <gbean name="SystemModules" class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean">
                 <attribute name="pageTitle">3-2/Applications/System Modules</attribute>