Author: hansbak
Date: Fri Dec 24 15:28:22 2010
New Revision: 1052523

URL: http://svn.apache.org/viewvc?rev=1052523&view=rev
Log:
reverted unintended change in previous commit

Modified:
    ofbiz/trunk/applications/order/ofbiz-component.xml

Modified: ofbiz/trunk/applications/order/ofbiz-component.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/ofbiz-component.xml?rev=1052523&r1=1052522&r2=1052523&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/order/ofbiz-component.xml Fri Dec 24 15:28:22 2010
@@ -38,6 +38,7 @@ under the License.
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/OrderHelpData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" 
location="data/OrderDemoUser.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" 
location="data/OrderDemoData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" 
location="data/SalesOrderDemoData.xml"/>
 
     <service-resource type="model" loader="main" 
location="servicedef/services.xml"/>
     <service-resource type="model" loader="main" 
location="servicedef/services_cart.xml"/>


Reply via email to