Author: deepak
Date: Wed Apr 26 18:15:26 2017 New Revision: 1792788 URL: http://svn.apache.org/viewvc?rev=1792788&view=rev Log: Improved: Removed old data migration services. (OFBIZ-9327) Removed: ofbiz/ofbiz-framework/trunk/applications/accounting/minilang/UpgradeServices.xml ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/services_upgrade.xml ofbiz/ofbiz-framework/trunk/applications/order/minilang/UpgradeServices.xml ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services_upgrade.xml ofbiz/ofbiz-framework/trunk/applications/product/minilang/product/UpgradeServices.xml ofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_upgrade.xml Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ofbiz-component.xml ofbiz/ofbiz-framework/trunk/applications/order/ofbiz-component.xml ofbiz/ofbiz-framework/trunk/applications/product/ofbiz-component.xml Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/ofbiz-component.xml?rev=1792788&r1=1792787&r2=1792788&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/applications/accounting/ofbiz-component.xml (original) +++ ofbiz/ofbiz-framework/trunk/applications/accounting/ofbiz-component.xml Wed Apr 26 18:15:26 2017 @@ -77,9 +77,6 @@ under the License. <!-- Accounting Permission Services --> <service-resource type="model" loader="main" location="servicedef/services_perm.xml"/> - <!-- Accounting Migration Service Definition --> - <service-resource type="model" loader="main" location="servicedef/services_upgrade.xml"/> - <service-resource type="group" loader="main" location="servicedef/groups.xml"/> <service-resource type="eca" loader="main" location="servicedef/secas.xml"/> <service-resource type="eca" loader="main" location="servicedef/secas_payment.xml"/> Modified: ofbiz/ofbiz-framework/trunk/applications/order/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/ofbiz-component.xml?rev=1792788&r1=1792787&r2=1792788&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/applications/order/ofbiz-component.xml (original) +++ ofbiz/ofbiz-framework/trunk/applications/order/ofbiz-component.xml Wed Apr 26 18:15:26 2017 @@ -50,7 +50,6 @@ under the License. <service-resource type="model" loader="main" location="servicedef/services_requirement.xml"/> <service-resource type="model" loader="main" location="servicedef/services_reservations.xml"/> <service-resource type="model" loader="main" location="servicedef/services_return.xml"/> - <service-resource type="model" loader="main" location="servicedef/services_upgrade.xml"/> <service-resource type="model" loader="main" location="servicedef/services_checkout.xml"/> <service-resource type="model" loader="main" location="servicedef/services_perm.xml"/> <service-resource type="eca" loader="main" location="servicedef/secas.xml"/> Modified: ofbiz/ofbiz-framework/trunk/applications/product/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/ofbiz-component.xml?rev=1792788&r1=1792787&r2=1792788&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/applications/product/ofbiz-component.xml (original) +++ ofbiz/ofbiz-framework/trunk/applications/product/ofbiz-component.xml Wed Apr 26 18:15:26 2017 @@ -67,7 +67,6 @@ under the License. <service-resource type="model" loader="main" location="servicedef/services_uom.xml"/> <service-resource type="eca" loader="main" location="servicedef/secas.xml"/> <service-resource type="eca" loader="main" location="servicedef/secas_shipment.xml"/> - <service-resource type="model" loader="main" location="servicedef/services_upgrade.xml"/> <service-resource type="group" loader="main" location="servicedef/groups.xml"/> <!-- test suite --> |
Free forum by Nabble | Edit this page |