Author: jleroux
Date: Wed Jan 17 05:03:33 2007
New Revision: 497011

URL: http://svn.apache.org/viewvc?view=rev&rev=497011
Log:
Fix a problem found while running ant run-install after an ant clean-all on an 
updated working space

Modified:
    ofbiz/trunk/framework/common/servicedef/groups_test.xml

Modified: ofbiz/trunk/framework/common/servicedef/groups_test.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/groups_test.xml?view=diff&rev=497011&r1=497010&r2=497011
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/groups_test.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/groups_test.xml Wed Jan 17 05:03:33 
2007
@@ -18,8 +18,8 @@
 
 <service-group xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
         
xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/service-group.xsd";>
-       <group name="testGroup" send-mode="all">
-               <invoke name="testScv" mode="sync"/>
-               <service name="testBsh" mode="sync"/>
-       </group>
+    <group name="testGroup" send-mode="all">
+        <invoke name="testScv" mode="sync"/>
+        <invoke name="testBsh" mode="sync"/>
+    </group>
 </service-group>


Reply via email to