You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2009/07/09 16:47:03 UTC

svn commit: r792566 - in /geronimo/server/trunk/plugins/activemq: activemq-webconsole-jetty/src/main/plan/plan.xml activemq-webconsole-tomcat/src/main/plan/plan.xml

Author: gawor
Date: Thu Jul  9 14:47:03 2009
New Revision: 792566

URL: http://svn.apache.org/viewvc?rev=792566&view=rev
Log:
fix typos in activemq webconsole. Patch from Forrest Xia (GERONIMO-4560)

Modified:
    geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/src/main/plan/plan.xml
    geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/src/main/plan/plan.xml

Modified: geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/src/main/plan/plan.xml?rev=792566&r1=792565&r2=792566&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/src/main/plan/plan.xml Thu Jul  9 14:47:03 2009
@@ -23,7 +23,7 @@
 
     <gbean name="amq-console-properties" class="org.apache.geronimo.system.properties.SystemProperties">
         <attribute name="systemProperties">
-            webconsole.type=inVM
+            webconsole.type=invm
         </attribute>
     </gbean>
-</web-app>
\ No newline at end of file
+</web-app>

Modified: geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/src/main/plan/plan.xml?rev=792566&r1=792565&r2=792566&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/src/main/plan/plan.xml Thu Jul  9 14:47:03 2009
@@ -19,11 +19,11 @@
 <!-- $Rev: 630365 $ $Date: 2008-02-22 19:34:01 -0500 (Fri, 22 Feb 2008) $ -->
 
 <web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1">
-    <context-root>/ /Users/david/geronimo/svn/geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml-console</context-root>
+    <context-root>/activemq-console</context-root>
 
     <gbean name="amq-console-properties" class="org.apache.geronimo.system.properties.SystemProperties">
         <attribute name="systemProperties">
-            webconsole.type=inVM
+            webconsole.type=invm
         </attribute>
     </gbean>
-</web-app>
\ No newline at end of file
+</web-app>