[jboss-cvs] JBossAS SVN: r85619 - in trunk: component-matrix and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Mar 8 14:45:38 EDT 2009


Author: dimitris at jboss.org
Date: 2009-03-08 14:45:37 -0400 (Sun, 08 Mar 2009)
New Revision: 85619

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

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2009-03-08 16:09:31 UTC (rev 85618)
+++ trunk/build/build-distr.xml	2009-03-08 18:45:37 UTC (rev 85619)
@@ -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: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2009-03-08 16:09:31 UTC (rev 85618)
+++ trunk/component-matrix/pom.xml	2009-03-08 18:45:37 UTC (rev 85619)
@@ -238,6 +238,7 @@
         <groupId>apache-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
         <version>3.0.1</version>
+        <scope>test</scope>
       </dependency>
       
       <dependency>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2009-03-08 16:09:31 UTC (rev 85618)
+++ trunk/thirdparty/pom.xml	2009-03-08 18:45:37 UTC (rev 85619)
@@ -1021,6 +1021,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