You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2014/03/20 22:27:25 UTC

svn commit: r1579750 - /ofbiz/trunk/specialpurpose/build.xml

Author: jleroux
Date: Thu Mar 20 21:27:24 2014
New Revision: 1579750

URL: http://svn.apache.org/r1579750
Log:
I noticed that ant-clean all was not cleaning the crowd build dir. While at it I alphabetically sorted the list and spotted a missing comma after webpos/build.xml

Modified:
    ofbiz/trunk/specialpurpose/build.xml

Modified: ofbiz/trunk/specialpurpose/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/build.xml?rev=1579750&r1=1579749&r2=1579750&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/build.xml (original)
+++ ofbiz/trunk/specialpurpose/build.xml Thu Mar 20 21:27:24 2014
@@ -22,22 +22,23 @@
     <filelist id="specialpurpose-builds" dir="specialpurpose"
         files="
         appserver/build.xml,
-        jetty/build.xml,
-        lucene/build.xml,
-        ecommerce/build.xml,
-        pos/build.xml,
-        hhfacility/build.xml,
         assetmaint/build.xml,
-        oagis/build.xml,
-        googlebase/build.xml,
+        birt/build.xml,
+        crowd/build.xml,
         ebay/build.xml,
         ebaystore/build.xml,
+        ecommerce/build.xml,
+        example/build.xml,
+        googlebase/build.xml,
+        googlecheckout/build.xml,
+        hhfacility/build.xml,
+        jetty/build.xml,
+        ldap/build.xml,
+        lucene/build.xml,
+        oagis/build.xml,
+        pos/build.xml,
         projectmgr/build.xml,
         scrum/build.xml,
-        ldap/build.xml,
         webpos/build.xml
-        googlecheckout/build.xml,
-        birt/build.xml,
-        example/build.xml
     "/>
 </project>