[jboss-cvs] JBoss Messaging SVN: r7087 - trunk/examples/jms/xa-with-jta.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 28 04:06:49 EDT 2009


Author: ataylor
Date: 2009-05-28 04:06:49 -0400 (Thu, 28 May 2009)
New Revision: 7087

Modified:
   trunk/examples/jms/xa-with-jta/build.xml
Log:
fixed example

Modified: trunk/examples/jms/xa-with-jta/build.xml
===================================================================
--- trunk/examples/jms/xa-with-jta/build.xml	2009-05-28 07:48:59 UTC (rev 7086)
+++ trunk/examples/jms/xa-with-jta/build.xml	2009-05-28 08:06:49 UTC (rev 7087)
@@ -42,6 +42,9 @@
       <mkdir dir="build/jta"/>
       <get usetimestamp="true" src="http://repository.jboss.com/jboss/jbossts/4.6.0.CR1/lib/jbossjta.jar" dest="build/jta/jbossjta.jar"/>
       <get usetimestamp="true" src="http://repository.jboss.com/jboss/jbossts/4.6.0.CR1/lib/jbossts-common.jar" dest="build/jta/jbossts-common.jar"/>
+      <get usetimestamp="true" src="http://repository.jboss.com/jboss/jboss-javaee/5.0.1.GA/lib/jboss-javaee.jar" dest="build/jta/jboss-javaee.jar"/>
+      <get usetimestamp="true" src="http://repository.jboss.com/apache-log4j/1.2.14/lib/log4j.jar" dest="build/jta/log4j.jar"/>
+      <get usetimestamp="true" src="http://repository.jboss.com/apache-logging/1.1/lib/commons-logging.jar" dest="build/jta/commons-logging.jar"/>
    </target>
 
    <target name="run" depends="download-jta">




More information about the jboss-cvs-commits mailing list