Author: taher Date: Sat Jun 24 19:46:05 2017 New Revision: 1799778 URL: http://svn.apache.org/viewvc?rev=1799778&view=rev Log: Implemented: removed unnecessary classpath entry from cmssite component
Modified: ofbiz/ofbiz-plugins/trunk/cmssite/ofbiz-component.xml Modified: ofbiz/ofbiz-plugins/trunk/cmssite/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/cmssite/ofbiz-component.xml?rev=1799778&r1=1799777&r2=1799778&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/cmssite/ofbiz-component.xml (original) +++ ofbiz/ofbiz-plugins/trunk/cmssite/ofbiz-component.xml Sat Jun 24 19:46:05 2017 @@ -23,9 +23,6 @@ under the License. xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <!-- load single or multiple external libraries --> - <classpath type="jar" location="build/lib/*"/> - <entity-resource type="data" reader-name="demo" loader="main" location="data/CmsMultiSiteDemoData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/CmsSiteDemoData.xml"/>