Implemented: Load demo data shows error loading xml files
Fixed:
(OFBIZ-9211)

"gradlew cleanAll loadDefault" generates a data loading error

It's logically due to the removing of plugins/component-load.xml in OFBIZ-9182
A temporary solution is to put it in again. 
A definitive solution is to remove data dependencies. 
We have also this problem with ecommerce data which create dependencies 
from applications

jleroux: I don't close this issue yet because we need to work together on this.
I simply remove the regression by putting back plugins/component-load.xml

Thanks: Wai for report

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1782577 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/plugins/component-load.xml b/plugins/component-load.xml
new file mode 100644
index 0000000..899a3a7
--- /dev/null
+++ b/plugins/component-load.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<component-loader xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/component-loader.xsd">
+    <load-component component-location="lucene"/>
+    <load-component component-location="solr"/>
+    <load-component component-location="ecommerce"/>
+    <load-component component-location="hhfacility"/>
+    <load-component component-location="assetmaint"/>
+    <load-component component-location="cmssite"/>
+    <load-component component-location="projectmgr"/>
+    <load-component component-location="scrum"/>
+    <load-component component-location="ebay"/>
+    <!--
+    <load-component component-location="ebaystore"/>
+    -->
+    <load-component component-location="myportal"/>
+    <load-component component-location="ldap"/>
+    <load-component component-location="webpos"/>
+    <load-component component-location="birt"/>
+    <load-component component-location="bi"/>
+    <load-component component-location="example"/>
+    <load-component component-location="exampleext"/>
+    <load-component component-location="passport"/>
+    <load-component component-location="pricat"/>
+</component-loader>