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/01/14 07:27:47 UTC

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

Author: genspring
Date: Thu Jan 14 06:27:46 2010
New Revision: 899076

URL: http://svn.apache.org/viewvc?rev=899076&view=rev
Log:
GERONIMO-4994 correct the menu sequence in jetty build.


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

Modified: geronimo/server/branches/2.2/plugins/console/console-jetty/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/console/console-jetty/src/main/plan/plan.xml?rev=899076&r1=899075&r2=899076&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/console/console-jetty/src/main/plan/plan.xml (original)
+++ geronimo/server/branches/2.2/plugins/console/console-jetty/src/main/plan/plan.xml Thu Jan 14 06:27:46 2010
@@ -69,7 +69,7 @@
                     <name>ConsoleResourceRegistry</name>
                 </reference>
             </gbean>
-             <gbean name="Welcome" class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean">
+            <gbean name="Welcome" class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean">
                 <attribute name="pageTitle">0/Welcome</attribute>
                 <attribute name="portletContext">/console-base</attribute>
                 <attribute name="portletList">[Welcome]</attribute>
@@ -114,7 +114,7 @@
                 </reference>
             </gbean>
             <gbean name="WebServer" class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean">
-                <attribute name="pageTitle">1-5-1/Server/Http/Web Server</attribute>
+                <attribute name="pageTitle">1-5/Server/Web Server</attribute>
                 <attribute name="portletContext">/console-base</attribute>
                 <attribute name="portletList">[WebServerManager, ConnectorManager]</attribute>
                 <attribute name="icon">/images/ico_webserv_16x16.gif</attribute>
@@ -123,7 +123,7 @@
                 </reference>
             </gbean>
             <gbean name="ThreadPool" class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean">
-                <attribute name="pageTitle">1-5-2/Server/Http/Thread Pools</attribute>
+                <attribute name="pageTitle">1-6/Server/Thread Pools</attribute>
                 <attribute name="portletContext">/console-base</attribute>
                 <attribute name="portletList">[ThreadPool]</attribute>
                 <attribute name="icon">/images/ico_threads_16x16.gif</attribute>
@@ -132,7 +132,7 @@
                 </reference>
             </gbean>
             <gbean name="ApacheJK" class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean">
-                <attribute name="pageTitle">1-5-3/Server/Http/Apache HTTP</attribute>
+                <attribute name="pageTitle">1-7/Server/Apache HTTP</attribute>
                 <attribute name="portletContext">/console-base</attribute>
                 <attribute name="portletList">[ApacheJK]</attribute>
                 <attribute name="icon">/images/ico_web_16x16.gif</attribute>
@@ -141,7 +141,7 @@
                 </reference>
             </gbean>
             <gbean name="Aliases" class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean">
-                <attribute name="pageTitle">1-7/Server/JAR Aliases</attribute>
+                <attribute name="pageTitle">1-9/Server/JAR Aliases</attribute>
                 <attribute name="portletContext">/console-base</attribute>
                 <attribute name="portletList">[Artifact]</attribute>
                 <attribute name="icon">/images/ico_connect_16x16.gif</attribute>