Author: mthl
Date: Sat Aug 24 00:30:34 2019
New Revision: 1865797
URL:
http://svn.apache.org/viewvc?rev=1865797&view=revLog:
Improved: Remove redundant "dtd" directory from classpath
(OFBIZ-11161)
the "dtd" directories are already present as resources distributed
inside OFBiz jar, so there is no need to augment the classpath to find
the XML schema inside those directories.
Modified:
ofbiz/ofbiz-plugins/trunk/example/ofbiz-component.xml
ofbiz/ofbiz-plugins/trunk/msggateway/ofbiz-component.xml
Modified: ofbiz/ofbiz-plugins/trunk/example/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/example/ofbiz-component.xml?rev=1865797&r1=1865796&r2=1865797&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/example/ofbiz-component.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/example/ofbiz-component.xml Sat Aug 24 00:30:34 2019
@@ -26,8 +26,6 @@ under the License.
<!-- place the config directory on the classpath to access configuration files -->
<classpath type="dir" location="config"/>
- <classpath type="dir" location="dtd"/>
-
<!-- entity resources: model(s), eca(s), group, and data definitions -->
<entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
Modified: ofbiz/ofbiz-plugins/trunk/msggateway/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/msggateway/ofbiz-component.xml?rev=1865797&r1=1865796&r2=1865797&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/msggateway/ofbiz-component.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/msggateway/ofbiz-component.xml Sat Aug 24 00:30:34 2019
@@ -26,7 +26,6 @@ under the License.
<!-- place the config directory on the classpath to access configuration files -->
<classpath type="dir" location="config"/>
- <classpath type="dir" location="dtd"/>
<!-- entity resources: model(s), eca(s), group, and data definitions -->
<entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>