Author: jstrachan
Date: Thu Jul 20 07:32:29 2006
New Revision: 423946

URL: http://svn.apache.org/viewvc?rev=423946&view=rev
Log:
fixed typo in config file that was failing the web app

Modified:
    
incubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml

Modified: 
incubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml
URL: 
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml?rev=423946&r1=423945&r2=423946&view=diff
==============================================================================
--- 
incubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml
 (original)
+++ 
incubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml
 Thu Jul 20 07:32:29 2006
@@ -1,7 +1,7 @@
 <!-- START SNIPPET: xbean -->
 <beans>
   
-  <broker useJmx="true" xmlns="http://activemq.org/config/1.0>
+  <broker useJmx="true" xmlns="http://activemq.org/config/1.0";>
   
     <!--  Use the following to set the broker memory limit (in bytes)
        <memoryManager>  


Reply via email to