[jboss-svn-commits] JBL Code SVN: r13045 - labs/jbossesb/trunk/product.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jul 3 12:37:31 EDT 2007


Author: tfennelly
Date: 2007-07-03 12:37:31 -0400 (Tue, 03 Jul 2007)
New Revision: 13045

Added:
   labs/jbossesb/trunk/product/skip.properties
Modified:
   labs/jbossesb/trunk/product/build-distr.xml
   labs/jbossesb/trunk/product/build.xml
Log:
Added skip.properties

Modified: labs/jbossesb/trunk/product/build-distr.xml
===================================================================
--- labs/jbossesb/trunk/product/build-distr.xml	2007-07-03 16:19:04 UTC (rev 13044)
+++ labs/jbossesb/trunk/product/build-distr.xml	2007-07-03 16:37:31 UTC (rev 13045)
@@ -2,6 +2,8 @@
     <!-- Set default properties filename -->
     <property name="org.jboss.esb.properties" location="product.properties"/>
 
+	<property file="skip.properties"/>
+    
     <!-- Load Build Properties File -->
     <property file="${org.jboss.esb.properties}"/>
 

Modified: labs/jbossesb/trunk/product/build.xml
===================================================================
--- labs/jbossesb/trunk/product/build.xml	2007-07-03 16:19:04 UTC (rev 13044)
+++ labs/jbossesb/trunk/product/build.xml	2007-07-03 16:37:31 UTC (rev 13045)
@@ -7,6 +7,8 @@
 	<!-- Set default properties filename -->
 	<property name="org.jboss.esb.properties" location="product.properties"/>
 
+	<property file="skip.properties"/>
+	
     <property name="org.jboss.esb.deployment.properties" location="install/deployment.properties"/>
 
 	<!-- Load Build Properties File -->

Added: labs/jbossesb/trunk/product/skip.properties
===================================================================
--- labs/jbossesb/trunk/product/skip.properties	                        (rev 0)
+++ labs/jbossesb/trunk/product/skip.properties	2007-07-03 16:37:31 UTC (rev 13045)
@@ -0,0 +1,17 @@
+#
+# The following properties should be added or removed if you want to skip those
+# parts of the build.  Adding all of these skips cuts "ant clean dist" on my 
+# machine down from about 3m30s to about 1m10s.  Without the clean it's about 55s
+#
+
+#
+# ******   D O   N O T   C H E C K   I N   C H A N G E S   T O   T H I S   F I L E   ******
+#
+
+
+#skip.javadoc=true
+#skip.server.esb=true
+#skip.ftp.server=true
+#skip.services=true
+#skip.docs=true
+#skip.samples=true


Property changes on: labs/jbossesb/trunk/product/skip.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native




More information about the jboss-svn-commits mailing list