This is an automated email from the ASF dual-hosted git repository.

deepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 73876cd  Removed HelpData file entries from ofbiz-component.xml (#54)
73876cd is described below

commit 73876cdb143c99dc97e572b917913054530af106
Author: Deepak Dixit <deepak.di...@hotwax.co>
AuthorDate: Fri Feb 12 12:46:59 2021 +0530

    Removed HelpData file entries from ofbiz-component.xml (#54)
---
 birt/ofbiz-component.xml       | 2 --
 ebay/ofbiz-component.xml       | 1 -
 example/ofbiz-component.xml    | 1 -
 projectmgr/ofbiz-component.xml | 1 -
 scrum/ofbiz-component.xml      | 1 -
 5 files changed, 6 deletions(-)

diff --git a/birt/ofbiz-component.xml b/birt/ofbiz-component.xml
index 1e73d01..19b6116 100644
--- a/birt/ofbiz-component.xml
+++ b/birt/ofbiz-component.xml
@@ -25,7 +25,6 @@ under the License.
 
 
     <classpath type="dir" location="config"/>
-    <entity-resource type="data" reader-name="seed" loader="main" 
location="data/BirtHelpData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/BirtTypeData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/OrderPortletData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" 
location="data/BirtSecurityGroupDemoData.xml"/>
@@ -36,7 +35,6 @@ under the License.
     <entity-resource type="data" reader-name="demo" loader="main" 
location="data/example/ExampleSecurityGroupDemoData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/example/ExamplePortletData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/example/ExamplePortalSeedData.xml"/>
-    <entity-resource type="data" reader-name="seed" loader="main" 
location="data/example/ExampleHelpData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" 
location="data/example/ExampleDemoData.xml"/>
 
     <entity-resource type="model" reader-name="main" loader="main" 
location="entitydef/ServiceReportsView.xml"/>
diff --git a/ebay/ofbiz-component.xml b/ebay/ofbiz-component.xml
index 6721398..a85dfb3 100644
--- a/ebay/ofbiz-component.xml
+++ b/ebay/ofbiz-component.xml
@@ -29,7 +29,6 @@ under the License.
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/EbaySecurityPermissionSeedData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" 
location="data/EbaySecurityGroupDemoData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/EbayTypeData.xml"/>
-    <entity-resource type="data" reader-name="seed" loader="main" 
location="data/EbayHelpData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" 
location="data/DemoEbayData.xml"/>
 
     <service-resource type="model" loader="main" 
location="servicedef/services.xml"/>
diff --git a/example/ofbiz-component.xml b/example/ofbiz-component.xml
index fd2ea24..590e1fb 100644
--- a/example/ofbiz-component.xml
+++ b/example/ofbiz-component.xml
@@ -36,7 +36,6 @@ under the License.
     <entity-resource type="data" reader-name="demo" loader="main" 
location="data/ExampleSecurityGroupDemoData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/ExamplePortletData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/ExamplePortalSeedData.xml"/>
-    <entity-resource type="data" reader-name="seed" loader="main" 
location="data/ExampleHelpData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" 
location="data/ExampleDemoData.xml"/>
 
     <!-- service resources: model(s), eca(s) and group definitions -->
diff --git a/projectmgr/ofbiz-component.xml b/projectmgr/ofbiz-component.xml
index 834c769..29e4777 100644
--- a/projectmgr/ofbiz-component.xml
+++ b/projectmgr/ofbiz-component.xml
@@ -28,7 +28,6 @@ under the License.
     <entity-resource type="model" reader-name="main" loader="main" 
location="entitydef/entitymodel.xml"/>
 
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/ProjectMgrTypeData.xml"/>
-    <entity-resource type="data" reader-name="seed" loader="main" 
location="data/ProjectMgrHelpData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/ProjectMgrSecurityPermissionSeedData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" 
location="data/ProjectMgrSecurityGroupDemoData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/ProjectMgrPortletData.xml"/>
diff --git a/scrum/ofbiz-component.xml b/scrum/ofbiz-component.xml
index b9761e1..efbb94c 100644
--- a/scrum/ofbiz-component.xml
+++ b/scrum/ofbiz-component.xml
@@ -33,7 +33,6 @@ under the License.
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/scrumTypeData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" 
location="data/scrumSecurityPermissionSeedData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" 
location="data/scrumSecurityGroupDemoData.xml"/>
-    <entity-resource type="data" reader-name="seed" loader="main" 
location="data/scrumHelpData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" 
location="data/scrumDemoData.xml"/>
 
     <!-- service resources: model(s), eca(s) and group definitions -->

Reply via email to