Author: adrianc
Date: Fri Nov  9 03:58:16 2012
New Revision: 1407349

URL: http://svn.apache.org/viewvc?rev=1407349&view=rev
Log:
Added capability to include visual themes in the build.

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1407349&r1=1407348&r2=1407349&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Fri Nov  9 03:58:16 2012
@@ -215,6 +215,11 @@ under the License.
         <subant inheritall="false" failonerror="${specialpurpose.present}">
             <filelist dir="." files="specialpurpose/build.xml"/>
         </subant>
+        <subant inheritall="false">
+            <fileset dir="${basedir}/themes">
+                <include name="*/build.xml" />
+            </fileset>
+        </subant>
 
         <!-- a check is done, if no build.xml file is present in hot-deploy 
dir,
             then the build.xml files - if present - in hot-deploy sub-dirs 
will be used.


Reply via email to