Skip to content

Commit

Permalink
Removed HelpData file entries from ofbiz-component.xml (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
dixitdeepak committed Feb 12, 2021
1 parent 728354a commit 73876cd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions birt/ofbiz-component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand All @@ -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"/>
Expand Down
1 change: 0 additions & 1 deletion ebay/ofbiz-component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
1 change: 0 additions & 1 deletion example/ofbiz-component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
1 change: 0 additions & 1 deletion projectmgr/ofbiz-component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
1 change: 0 additions & 1 deletion scrum/ofbiz-component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 73876cd

Please sign in to comment.