[jboss-cvs] JBoss Messaging SVN: r1620 - in branches/Branch_HTTP_Experiment: . lib

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 22 22:19:18 EST 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-11-22 22:19:16 -0500 (Wed, 22 Nov 2006)
New Revision: 1620

Removed:
   branches/Branch_HTTP_Experiment/lib/jboss-remoting.jar
Modified:
   branches/Branch_HTTP_Experiment/build-messaging.xml
   branches/Branch_HTTP_Experiment/build-thirdparty.xml
Log:
upgraded remoting dependency to 2.2.0.Alpha4

Modified: branches/Branch_HTTP_Experiment/build-messaging.xml
===================================================================
--- branches/Branch_HTTP_Experiment/build-messaging.xml	2006-11-22 23:26:37 UTC (rev 1619)
+++ branches/Branch_HTTP_Experiment/build-messaging.xml	2006-11-23 03:19:16 UTC (rev 1620)
@@ -457,6 +457,9 @@
       <copy todir="${build.scoped-sar}" file="${jboss.aop.lib}/jboss-aop.jar"/>
       <copy todir="${build.scoped-sar}" file="${javassist.javassist.lib}/javassist.jar"/>
       <copy todir="${build.scoped-sar}" file="${trove.trove.lib}/trove.jar"/>
+      <copy todir="${build.scoped-sar}" file="${apache.tomcat.lib}/tomcat-coyote.jar"/>
+      <copy todir="${build.scoped-sar}" file="${apache.tomcat.lib}/tomcat-http.jar"/>
+      <copy todir="${build.scoped-sar}" file="${apache.tomcat.lib}/tomcat-util.jar"/>
 
       <mkdir dir="${build.scoped-sar}/tmp"/>
 
@@ -577,7 +580,6 @@
       <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"/>

Modified: branches/Branch_HTTP_Experiment/build-thirdparty.xml
===================================================================
--- branches/Branch_HTTP_Experiment/build-thirdparty.xml	2006-11-22 23:26:37 UTC (rev 1619)
+++ branches/Branch_HTTP_Experiment/build-thirdparty.xml	2006-11-23 03:19:16 UTC (rev 1620)
@@ -90,10 +90,10 @@
       <componentref name="jboss/common" version="snapshot"/>
       <componentref name="jboss/aop" version="1.5.0.GA"/>
       <componentref name="jboss/serialization" version="1.0.3.GA"/>
-      <componentref name="jboss/remoting" version="2.2.0.Alpha3"/>
+      <componentref name="jboss/remoting" version="2.2.0.Alpha4"/>
 
       <!-- Need this otherwise project doesn't build in Eclipse -->
-      <componentref name="apache-logging" version="1.0.5.GA-jboss"/>
+      <componentref name="apache-logging" version="1.0.4.1jboss"/>
 
       <!--
            Dependencies required to test the project.
@@ -105,10 +105,6 @@
       <componentref name="jboss/profiler/jvmti" version="1.0.0.CR5"/>
       <componentref name="jboss/jbossxb" version="1.0.0.CR6"/>
 
-      <!-- TODO these must go away, Remoting must declare these dependencies -->
-      <componentref name="apache-tomcat" version="5.5.20"/>
-
-
    </build>
 
    <synchronizeinfo/>

Deleted: branches/Branch_HTTP_Experiment/lib/jboss-remoting.jar
===================================================================
(Binary files differ)




More information about the jboss-cvs-commits mailing list