[jbosstools-commits] JBoss Tools SVN: r41662 - trunk/requirements.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Sun Jun 3 12:14:58 EDT 2012


Author: nickboldt
Date: 2012-06-03 12:14:56 -0400 (Sun, 03 Jun 2012)
New Revision: 41662

Modified:
   trunk/requirements/build.xml
Log:
exclude subfolders when looking for 'all' requirements to bootstrap

Modified: trunk/requirements/build.xml
===================================================================
--- trunk/requirements/build.xml	2012-06-03 07:26:41 UTC (rev 41661)
+++ trunk/requirements/build.xml	2012-06-03 16:14:56 UTC (rev 41662)
@@ -25,7 +25,7 @@
 		<!-- get all subdirs, and check each one for a build.properties file -->
 		<for param="subdir">
 			<path>
-				<dirset dir="${basedir}" excludes="bin, download, generic, lib, target" />
+				<dirset dir="${basedir}" excludes="bin, bin/**, download, download/**, generic, generic/**, lib, lib/**, target, target/**" />
 			</path>
 			<sequential>
 				<if>



More information about the jbosstools-commits mailing list