[jboss-cvs] JBoss Messaging SVN: r1631 - branches/Branch_1_0

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 23 01:51:39 EST 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-11-23 01:51:36 -0500 (Thu, 23 Nov 2006)
New Revision: 1631

Modified:
   branches/Branch_1_0/build-thirdparty.xml
Log:
fixing the build; use the correct apache-logging dependency, as required by remoting -> tomcat

Modified: branches/Branch_1_0/build-thirdparty.xml
===================================================================
--- branches/Branch_1_0/build-thirdparty.xml	2006-11-23 04:48:36 UTC (rev 1630)
+++ branches/Branch_1_0/build-thirdparty.xml	2006-11-23 06:51:36 UTC (rev 1631)
@@ -93,7 +93,7 @@
       <componentref name="jboss/remoting" version="2.2.0.Alpha3"/>
 
       <!-- 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.




More information about the jboss-cvs-commits mailing list