Author: taher
Date: Thu Apr 27 11:40:59 2017 New Revision: 1792867 URL: http://svn.apache.org/viewvc?rev=1792867&view=rev Log: Implemented: Remove dependencies from OFBiz framework to plugins (OFBIZ-9322) This is related to a commit in ofbiz-framework r1792866 in which data that is removed in here is added to the framework. There is one modification to the DemoPurchasing.xml file in which we added a UserLoginSecurityGroup which is moved from DemoOrderPeopleData.xml because it has dependencies on security data in ecommerce. Other than that, all data is simply deleted. Removed: ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoOrderPeopleData.xml ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoOrderTestData.xml ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoProduct.xml ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoRentalShipping.xml ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoShipping.xml ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoStandardCosting.xml Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoPurchasing.xml ofbiz/ofbiz-plugins/trunk/ecommerce/ofbiz-component.xml Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoPurchasing.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoPurchasing.xml?rev=1792867&r1=1792866&r2=1792867&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoPurchasing.xml (original) +++ ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoPurchasing.xml Thu Apr 27 11:40:59 2017 @@ -19,6 +19,7 @@ under the License. --> <entity-engine-xml> + <UserLoginSecurityGroup groupId="ECOMMERCE_CUSTOMER" userLoginId="DemoCustomer" fromDate="2000-01-01 00:00:00.0"/> <!-- suppliers --> <Party partyId="DemoSupplier" partyTypeId="PARTY_GROUP"/> <PartyGroup partyId="DemoSupplier" groupName="Demo Supplier"/> Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/ofbiz-component.xml?rev=1792867&r1=1792866&r2=1792867&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/ecommerce/ofbiz-component.xml (original) +++ ofbiz/ofbiz-plugins/trunk/ecommerce/ofbiz-component.xml Thu Apr 27 11:40:59 2017 @@ -27,11 +27,7 @@ under the License. <entity-resource type="data" reader-name="seed" loader="main" location="data/EcommerceTypeData.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/EcommerceSecurityData.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/EcommerceSystemPropertyData.xml"/> - - <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoProduct.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoSurvey.xml"/> - <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoRentalShipping.xml"/> - <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoShipping.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoWebSitePublishPointData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoTemplateData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoContent.xml"/> @@ -43,11 +39,8 @@ under the License. <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoRentalProduct.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoProductImages.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoTaxAuthority.xml"/> - <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoOrderPeopleData.xml"/> - <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoOrderTestData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoMarketing.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoPurchasing.xml"/> - <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoStandardCosting.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoStoreGiftCertificateSettings.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoFinAccount.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoProductI18nData.xml"/> |
Free forum by Nabble | Edit this page |