You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2012/02/23 04:51:35 UTC

svn commit: r1292641 - /openejb/site/trunk/content/jms-resources-and-mdb-container.mdtext

Author: dblevins
Date: Thu Feb 23 03:51:35 2012
New Revision: 1292641

URL: http://svn.apache.org/viewvc?rev=1292641&view=rev
Log:
typos

Modified:
    openejb/site/trunk/content/jms-resources-and-mdb-container.mdtext

Modified: openejb/site/trunk/content/jms-resources-and-mdb-container.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/jms-resources-and-mdb-container.mdtext?rev=1292641&r1=1292640&r2=1292641&view=diff
==============================================================================
--- openejb/site/trunk/content/jms-resources-and-mdb-container.mdtext (original)
+++ openejb/site/trunk/content/jms-resources-and-mdb-container.mdtext Thu Feb 23 03:51:35 2012
@@ -54,7 +54,7 @@ The `activemq.xml` file format has a sig
 
 This support can be enabled by adding the right libraries and creating an `conf/activemq.xml` file.
 
-Add the following jar to the `tomee.home/lib/` directory:
+Add the following jars to the `tomee.home/lib/` directory:
 
 - [spring-beans-2.5.6.jar](http://repo1.maven.org/maven2/org/springframework/spring-beans/2.5.6/spring-beans-2.5.6.jar)
 - [spring-context-2.5.6.jar](http://repo1.maven.org/maven2/org/springframework/spring-context/2.5.6/spring-context-2.5.6.jar)
@@ -62,7 +62,7 @@ Add the following jar to the `tomee.home
 - [spring-web-2.5.6.jar](http://repo1.maven.org/maven2/org/springframework/spring-web/2.5.6/spring-web-2.5.6.jar)
 - [xbean-spring-3.9.jar](http://repo1.maven.org/maven2/org/apache/xbean/xbean-spring/3.9/xbean-spring-3.9.jar)
 
-Create an [activemq.xml file](http://activemq.apache.org/xml-configuration.html) a in `tome.home/conf/activemq.xml`.
+Create an [activemq.xml file](http://activemq.apache.org/xml-configuration.html) a in `tomee.home/conf/activemq.xml`.
 
 Then use the `xbean:file:` url prefix in the `BrokerXmlConfig` as shown belog.