You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/03/30 08:01:27 UTC

svn commit: r523953 - /ofbiz/trunk/build.xml

Author: jaz
Date: Thu Mar 29 23:01:27 2007
New Revision: 523953

URL: http://svn.apache.org/viewvc?view=rev&rev=523953
Log:
added exclude to hide components from being built

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?view=diff&rev=523953&r1=523952&r2=523953
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Thu Mar 29 23:01:27 2007
@@ -114,6 +114,7 @@
         </subant>
         <subant inheritall="false">
             <fileset dir="${basedir}/hot-deploy" casesensitive="no">
+                <exclude name="disabled/**"/>
                 <include name="**/build.xml"/>
             </fileset>
         </subant>