You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2007/01/28 10:00:11 UTC

svn commit: r500764 - /ofbiz/trunk/applications/product/data/ProductScheduledServices.xml

Author: lektran
Date: Sun Jan 28 01:00:11 2007
New Revision: 500764

URL: http://svn.apache.org/viewvc?view=rev&rev=500764
Log:
Removed scheduled service call to updateShipmentFromStaging which no longer exists

Modified:
    ofbiz/trunk/applications/product/data/ProductScheduledServices.xml

Modified: ofbiz/trunk/applications/product/data/ProductScheduledServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/data/ProductScheduledServices.xml?view=diff&rev=500764&r1=500763&r2=500764
==============================================================================
--- ofbiz/trunk/applications/product/data/ProductScheduledServices.xml (original)
+++ ofbiz/trunk/applications/product/data/ProductScheduledServices.xml Sun Jan 28 01:00:11 2007
@@ -22,8 +22,4 @@
     <RecurrenceRule recurrenceRuleId="420" untilDateTime="" frequency="DAILY" intervalNumber="1" countNumber="-1"/>
     <RecurrenceInfo recurrenceInfoId="420" startDateTime="2000-01-01 00:00:00.000" recurrenceRuleId="420" recurrenceCount="0"/>
     <JobSandbox jobId="8100" jobName="Purge Old Store Auto-Entered Promos" runTime="2000-01-01 00:00:00.000" serviceName="purgeOldStoreAutoPromos" poolId="pool" runAsUser="system" recurrenceInfoId="420"/>
-
-    <RecurrenceRule recurrenceRuleId="421" untilDateTime="" frequency="DAILY" intervalNumber="1" countNumber="-1"/>
-    <RecurrenceInfo recurrenceInfoId="421" startDateTime="2000-01-01 19:00:00.000" recurrenceRuleId="421" recurrenceCount="0"/>
-    <JobSandbox jobId="8101" jobName="Update Shipment From Staging" runTime="2000-01-01 00:00:00.000" serviceName="updateShipmentFromStaging" poolId="pool" runAsUser="system" recurrenceInfoId="421"/>
 </entity-engine-xml>