[jboss-cvs] JBossAS SVN: r85215 - in branches/Branch_5_x: component-matrix and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 4 07:36:03 EST 2009


Author: dimitris at jboss.org
Date: 2009-03-04 07:36:02 -0500 (Wed, 04 Mar 2009)
New Revision: 85215

Modified:
   branches/Branch_5_x/build/build-distr.xml
   branches/Branch_5_x/component-matrix/pom.xml
   branches/Branch_5_x/thirdparty/pom.xml
Log:
JBAS-6444, remove commons-httpclient.jar from the distro (common/lib). Reference it only in the testsuite.

Modified: branches/Branch_5_x/build/build-distr.xml
===================================================================
--- branches/Branch_5_x/build/build-distr.xml	2009-03-04 12:32:03 UTC (rev 85214)
+++ branches/Branch_5_x/build/build-distr.xml	2009-03-04 12:36:02 UTC (rev 85215)
@@ -64,11 +64,6 @@
         <include name="jboss-serialization.jar"/>
       </fileset>
     </copy>
-    <copy todir="${install.all.lib}" filtering="no">
-      <fileset dir="${apache.httpclient.lib}">
-        <include name="commons-httpclient.jar"/>
-      </fileset>
-    </copy>
   </target>
 
   <target name="_module-remoting-all" depends="_module-jbossas/remoting-most">

Modified: branches/Branch_5_x/component-matrix/pom.xml
===================================================================
--- branches/Branch_5_x/component-matrix/pom.xml	2009-03-04 12:32:03 UTC (rev 85214)
+++ branches/Branch_5_x/component-matrix/pom.xml	2009-03-04 12:36:02 UTC (rev 85215)
@@ -237,6 +237,7 @@
         <groupId>apache-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
         <version>3.0.1</version>
+        <scope>test</scope>
       </dependency>
       
       <dependency>

Modified: branches/Branch_5_x/thirdparty/pom.xml
===================================================================
--- branches/Branch_5_x/thirdparty/pom.xml	2009-03-04 12:32:03 UTC (rev 85214)
+++ branches/Branch_5_x/thirdparty/pom.xml	2009-03-04 12:36:02 UTC (rev 85215)
@@ -1007,6 +1007,7 @@
     <dependency>
       <groupId>apache-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>apache-jaxme</groupId>




More information about the jboss-cvs-commits mailing list