[jboss-svn-commits] JBL Code SVN: r37393 - in labs/jbossesb/branches/JBESB_4_10_CP/product: lib/ext and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Aug 11 16:40:30 EDT 2011


Author: tcunning
Date: 2011-08-11 16:40:29 -0400 (Thu, 11 Aug 2011)
New Revision: 37393

Removed:
   labs/jbossesb/branches/JBESB_4_10_CP/product/lib/ext/commons-net-2.0.0-652071.jar
Modified:
   labs/jbossesb/branches/JBESB_4_10_CP/product/build-distr.xml
   labs/jbossesb/branches/JBESB_4_10_CP/product/build.xml
   labs/jbossesb/branches/JBESB_4_10_CP/product/ivy.xml
Log:
JBESB-3662
Remove commons-net snapshot, add it to ivy.


Modified: labs/jbossesb/branches/JBESB_4_10_CP/product/build-distr.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_10_CP/product/build-distr.xml	2011-08-11 16:00:06 UTC (rev 37392)
+++ labs/jbossesb/branches/JBESB_4_10_CP/product/build-distr.xml	2011-08-11 20:40:29 UTC (rev 37393)
@@ -103,7 +103,7 @@
             <fileset dir="${lib.dir}" includes="camel-core-*.jar"/>
             <fileset dir="${lib.dir}" includes="commons-management-*.jar"/>
             <!-- ftp -->
-            <fileset dir="${lib.ext.dir}" includes="commons-net-*.jar"/>
+            <fileset dir="${lib.dir}" includes="commons-net-*.jar"/>
             <fileset dir="${lib.dir}" includes="commons-io-*.jar,jsch-*.jar"/>
             <!-- Commons lang... -->
             <fileset dir="${lib.dir}" includes="commons-lang-*.jar"/>

Modified: labs/jbossesb/branches/JBESB_4_10_CP/product/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_10_CP/product/build.xml	2011-08-11 16:00:06 UTC (rev 37392)
+++ labs/jbossesb/branches/JBESB_4_10_CP/product/build.xml	2011-08-11 20:40:29 UTC (rev 37393)
@@ -624,7 +624,7 @@
                 <include name="commons-logging-*.jar"/>
                 <include name="commons-management-*.jar"/>
                 <include name="dom4j-*.jar"/>
-                <include name="ext/commons-net-*.jar"/>
+                <include name="commons-net-*.jar"/>
                 <include name="ext/commons-ssl-*.jar"/>
                 <include name="ext/cxf-api-*.jar"/>
                 <include name="ext/cxf-common-utilities-*.jar"/>

Modified: labs/jbossesb/branches/JBESB_4_10_CP/product/ivy.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_10_CP/product/ivy.xml	2011-08-11 16:00:06 UTC (rev 37392)
+++ labs/jbossesb/branches/JBESB_4_10_CP/product/ivy.xml	2011-08-11 20:40:29 UTC (rev 37393)
@@ -6,7 +6,8 @@
         <dependency org="asm" name="asm" rev="1.5.3"/>
         <dependency org="commons-codec" name="commons-codec" rev="1.3"/>
         <dependency org="commons-collections" name="commons-collections" rev="3.2"/>
-		
+	<dependency org="commons-net" name="commons-net" rev="2.0"/>	
+	
 		<!-- Mina dependencies -->
         <dependency org="org.apache.mina" name="mina-core" rev="1.1.7"/>
         <dependency org="org.apache.mina" name="mina-filter-ssl" rev="1.1.7"/>

Deleted: labs/jbossesb/branches/JBESB_4_10_CP/product/lib/ext/commons-net-2.0.0-652071.jar
===================================================================
(Binary files differ)



More information about the jboss-svn-commits mailing list