[jboss-svn-commits] JBL Code SVN: r30672 - in labs/jbossesb/branches/JBESB_4_7_CP/product: ftp and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 15 10:27:09 EST 2009


Author: tfennelly
Date: 2009-12-15 10:27:09 -0500 (Tue, 15 Dec 2009)
New Revision: 30672

Modified:
   labs/jbossesb/branches/JBESB_4_7_CP/product/build.xml
   labs/jbossesb/branches/JBESB_4_7_CP/product/ftp/build.xml
Log:
https://jira.jboss.org/jira/browse/JBESB-3058
Build not cleaning the ftp/build folder

Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/build.xml	2009-12-15 15:01:27 UTC (rev 30671)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/build.xml	2009-12-15 15:27:09 UTC (rev 30672)
@@ -421,9 +421,13 @@
 	<!-- Clean targets -->
 	<target name="org.jboss.esb.clean">
 		<echo message="Cleaning modules"/>
+
 		
 		<echo message="Cleaning rosetta"/>
 		<ant dir="rosetta" target="clean"/>
+		
+		<echo message="Cleaning sub-modules"/>
+		<ant dir="ftp" target="clean"/>
 		<ant dir="contract-web" target="clean"/>
         <ant dir="services" target="clean"/>
 		<ant dir="tools/jonplugin" target="clean"/>

Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/ftp/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/ftp/build.xml	2009-12-15 15:01:27 UTC (rev 30671)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/ftp/build.xml	2009-12-15 15:27:09 UTC (rev 30672)
@@ -24,8 +24,6 @@
       </fileset>
    </path>
 
-   <property name="build.classpath" refid="classpath"/>
-
    <!-- =================================================================== -->
    <!-- Prepares the build directory                                        -->
    <!-- =================================================================== -->



More information about the jboss-svn-commits mailing list