Author: hansbak
Date: Sun Jan 11 21:01:01 2009
New Revision: 733624

URL: http://svn.apache.org/viewvc?rev=733624&view=rev
Log:
change sheduled jobs to seed data

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

Modified: ofbiz/trunk/applications/party/ofbiz-component.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/ofbiz-component.xml?rev=733624&r1=733623&r2=733624&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/party/ofbiz-component.xml Sun Jan 11 21:01:01 2009
@@ -29,7 +29,7 @@
     <entity-resource type="model" reader-name="main" loader="main" 
location="entitydef/entitymodel.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/PartyTypeData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/PartySecurityData.xml"/>
-    <entity-resource type="data" reader-name="seed-initial" loader="main" 
location="data/ScheduledJobs.xml"/>
+    <entity-resource type="data" reader-name="seed" loader="main" 
location="data/ScheduledJobs.xml"/>
     <service-resource type="model" loader="main" 
location="servicedef/services.xml"/>
     <service-resource type="model" loader="main" 
location="servicedef/services_view.xml"/>
     <service-resource type="eca" loader="main" 
location="servicedef/secas.xml"/>


Reply via email to