You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2011/06/26 04:49:33 UTC

svn commit: r1139687 - /ofbiz/trunk/framework/build.xml

Author: doogie
Date: Sun Jun 26 02:49:33 2011
New Revision: 1139687

URL: http://svn.apache.org/viewvc?rev=1139687&view=rev
Log:
FIX: Add framework/sql to api unit tests.

Modified:
    ofbiz/trunk/framework/build.xml

Modified: ofbiz/trunk/framework/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/build.xml?rev=1139687&r1=1139686&r2=1139687&view=diff
==============================================================================
--- ofbiz/trunk/framework/build.xml (original)
+++ ofbiz/trunk/framework/build.xml Sun Jun 26 02:49:33 2011
@@ -33,7 +33,7 @@ under the License.
                testtools/build.xml,
                appserver/build.xml,webtools/build.xml,example/build.xml"/>
 
-    <filelist id="test-builds" dir="." files="base/build.xml,entity/build.xml"/>
+    <filelist id="test-builds" dir="." files="base/build.xml,sql/build.xml,entity/build.xml"/>
 
     <property name="memory.max.param" value="-Xmx384M"/>