[jboss-cvs] JBoss Messaging SVN: r1492 - branches/Branch_HTTP_Experiment

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 18 03:52:44 EDT 2006


Author: ron_sigal
Date: 2006-10-18 03:52:43 -0400 (Wed, 18 Oct 2006)
New Revision: 1492

Modified:
   branches/Branch_HTTP_Experiment/build-messaging.xml
Log:
JBMESSAGING-207: Added tomcat jars for HTTP Remoting transport.

Modified: branches/Branch_HTTP_Experiment/build-messaging.xml
===================================================================
--- branches/Branch_HTTP_Experiment/build-messaging.xml	2006-10-18 04:32:05 UTC (rev 1491)
+++ branches/Branch_HTTP_Experiment/build-messaging.xml	2006-10-18 07:52:43 UTC (rev 1492)
@@ -576,6 +576,11 @@
       <unjar dest="${project.output}/jboss-messaging-client" src="${jboss.naming.lib}/jnp-client.jar"/>
       <unjar dest="${project.output}/jboss-messaging-client" src="${oswego.concurrent.lib}/concurrent.jar"/>
       <unjar dest="${project.output}/jboss-messaging-client" src="${apache.log4j.lib}/log4j.jar"/>
+      <unjar dest="${project.output}/jboss-messaging-client" src="${apache.logging.lib}/commons-logging.jar"/>
+      <unjar dest="${project.output}/jboss-messaging-client" src="${apache.tomcat.lib}/tomcat-apr.jar"/>
+      <unjar dest="${project.output}/jboss-messaging-client" src="${apache.tomcat.lib}/tomcat-coyote.jar"/>
+      <unjar dest="${project.output}/jboss-messaging-client" src="${apache.tomcat.lib}/tomcat-http.jar"/>
+      <unjar dest="${project.output}/jboss-messaging-client" src="${apache.tomcat.lib}/tomcat-util.jar"/>
       <jar jarfile="${build.lib}/jboss-messaging-client.jar">
          <fileset dir="${build.classes}">
             <include name="org/jboss/**"/>




More information about the jboss-cvs-commits mailing list