Author: jleroux
Date: Fri Aug 5 12:27:21 2016 New Revision: 1755306 URL: http://svn.apache.org/viewvc?rev=1755306&view=rev Log: Fixes "Remove warnings regarding missing component lib folders" - https://issues.apache.org/jira/browse/OFBIZ-7776 - by cleaning/clearing the references to non existent/empty dirs. Notes: * Also removes empty framework/base/lib/scripting and useless applications\content\lib\uno\README (miss doc in wiki) * When jpim-0.1.jar will be (hopefully) replaced we can drop lib ref in framework/base/ofbiz-component.xml * I wonder if we should let the geronimo component alone with only 2 classes, could we not put that in entity or entityext? Removed: ofbiz/trunk/applications/content/lib/ ofbiz/trunk/framework/base/lib/scripting/ Modified: ofbiz/trunk/applications/accounting/ofbiz-component.xml ofbiz/trunk/applications/content/ofbiz-component.xml ofbiz/trunk/applications/humanres/ofbiz-component.xml ofbiz/trunk/applications/manufacturing/ofbiz-component.xml ofbiz/trunk/applications/marketing/ofbiz-component.xml ofbiz/trunk/applications/order/ofbiz-component.xml ofbiz/trunk/applications/party/ofbiz-component.xml ofbiz/trunk/applications/product/ofbiz-component.xml ofbiz/trunk/applications/securityext/ofbiz-component.xml ofbiz/trunk/applications/workeffort/ofbiz-component.xml ofbiz/trunk/framework/base/ofbiz-component.xml ofbiz/trunk/framework/catalina/ofbiz-component.xml ofbiz/trunk/framework/common/ofbiz-component.xml ofbiz/trunk/framework/datafile/ofbiz-component.xml ofbiz/trunk/framework/entity/ofbiz-component.xml ofbiz/trunk/framework/entityext/ofbiz-component.xml ofbiz/trunk/framework/geronimo/ofbiz-component.xml ofbiz/trunk/framework/minilang/ofbiz-component.xml ofbiz/trunk/framework/resources/templates/ofbiz-component.xml ofbiz/trunk/framework/security/ofbiz-component.xml ofbiz/trunk/framework/service/ofbiz-component.xml ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/load-data.properties ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/rmi.properties ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/start.properties ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/test.properties ofbiz/trunk/framework/testtools/ofbiz-component.xml ofbiz/trunk/framework/webapp/ofbiz-component.xml ofbiz/trunk/framework/webtools/ofbiz-component.xml ofbiz/trunk/framework/widget/ofbiz-component.xml ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml ofbiz/trunk/specialpurpose/bi/ofbiz-component.xml ofbiz/trunk/specialpurpose/birt/ofbiz-component.xml ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml ofbiz/trunk/specialpurpose/ecommerce/ofbiz-component.xml ofbiz/trunk/specialpurpose/example/ofbiz-component.xml ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml ofbiz/trunk/specialpurpose/ldap/ofbiz-component.xml ofbiz/trunk/specialpurpose/lucene/ofbiz-component.xml ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml ofbiz/trunk/specialpurpose/passport/ofbiz-component.xml ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml ofbiz/trunk/specialpurpose/solr/ofbiz-component.xml ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml Modified: ofbiz/trunk/applications/accounting/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/ofbiz-component.xml (original) +++ ofbiz/trunk/applications/accounting/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -22,9 +22,7 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <classpath type="jar" location="build/lib/*"/> <classpath type="dir" location="config"/> - <classpath type="jar" location="lib/*"/> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_reports.xml"/> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_old.xml"/> Modified: ofbiz/trunk/applications/content/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/applications/content/ofbiz-component.xml (original) +++ ofbiz/trunk/applications/content/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -24,9 +24,8 @@ under the License. <resource-loader name="main" type="component"/> <classpath type="dir" location="config"/> <classpath type="dir" location="dtd"/> - <classpath type="jar" location="lib/*"/> <classpath type="jar" location="lib/uno/*"/> - <classpath type="jar" location="build/lib/*"/> + <entity-resource type="eca" reader-name="main" loader="main" location="entitydef/eecas.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/ContentTypeData.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/ContentOperationData.xml"/> Modified: ofbiz/trunk/applications/humanres/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/ofbiz-component.xml (original) +++ ofbiz/trunk/applications/humanres/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -22,8 +22,8 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <classpath type="jar" location="build/lib/*"/> <classpath type="dir" location="config"/> + <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_old.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/HumanResTypeData.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/HumanResHelpData.xml"/> Modified: ofbiz/trunk/applications/manufacturing/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/ofbiz-component.xml (original) +++ ofbiz/trunk/applications/manufacturing/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -23,10 +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="lib/*"/>--> - <classpath type="jar" location="build/lib/*"/> - <!-- place the config directory on the classpath to access configuration files --> <classpath type="dir" location="config"/> Modified: ofbiz/trunk/applications/marketing/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/ofbiz-component.xml (original) +++ ofbiz/trunk/applications/marketing/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -22,8 +22,8 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <classpath type="jar" location="build/lib/*"/> <classpath type="dir" location="config"/> + <entity-resource type="data" reader-name="seed" loader="main" location="data/MarketingTypeData.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/MarketingSecurityPermissionSeedData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/MarketingSecurityGroupDemoData.xml"/> Modified: ofbiz/trunk/applications/order/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/applications/order/ofbiz-component.xml (original) +++ ofbiz/trunk/applications/order/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -22,9 +22,9 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <classpath type="jar" location="build/lib/*"/> <classpath type="dir" location="config"/> <classpath type="dir" location="email"/> + <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_old.xml"/> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_view.xml"/> <entity-resource type="eca" reader-name="main" loader="main" location="entitydef/eecas.xml"/> Modified: ofbiz/trunk/applications/party/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/applications/party/ofbiz-component.xml (original) +++ ofbiz/trunk/applications/party/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -22,7 +22,6 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <classpath type="jar" location="build/lib/*"/> <classpath type="dir" location="config"/> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_old.xml"/> Modified: ofbiz/trunk/applications/product/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/applications/product/ofbiz-component.xml (original) +++ ofbiz/trunk/applications/product/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -23,8 +23,6 @@ under the License. xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> <classpath type="dir" location="config"/> - <classpath type="jar" location="build/lib/*"/> - <classpath type="jar" location="lib/*"/> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_view.xml"/> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_old.xml"/> Modified: ofbiz/trunk/applications/securityext/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/securityext/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/applications/securityext/ofbiz-component.xml (original) +++ ofbiz/trunk/applications/securityext/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -22,8 +22,8 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <classpath type="jar" location="build/lib/*"/> <classpath type="dir" location="config"/> + <entity-resource type="data" reader-name="seed" loader="main" location="data/SecurityPermissionSeedData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/UserDemoData.xml"/> <service-resource type="model" loader="main" location="servicedef/services.xml"/> Modified: ofbiz/trunk/applications/workeffort/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/ofbiz-component.xml (original) +++ ofbiz/trunk/applications/workeffort/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -22,8 +22,8 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <classpath type="jar" location="build/lib/*"/> <classpath type="dir" location="config"/> + <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_old.xml"/> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_view.xml"/> <entity-resource type="eca" reader-name="main" loader="main" location="entitydef/eecas.xml"/> Modified: ofbiz/trunk/framework/base/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/base/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/base/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -23,13 +23,8 @@ under the License. xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> <classpath type="dir" location="dtd"/> - <classpath type="jar" location="build/lib/*"/> <classpath type="dir" location="config"/> <classpath type="jar" location="lib/*"/> - <classpath type="jar" location="lib/ant/*"/> - <classpath type="jar" location="lib/commons/*"/> - <classpath type="jar" location="lib/j2eespecs/*"/> - <classpath type="jar" location="lib/scripting/*"/> <test-suite loader="main" location="testdef/basetests.xml"/> Modified: ofbiz/trunk/framework/catalina/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/catalina/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/catalina/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/catalina/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -22,8 +22,6 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <classpath type="jar" location="lib/*"/> - <classpath type="jar" location="build/lib/*"/> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> <container name="catalina-container" loaders="main" class="org.apache.ofbiz.catalina.container.CatalinaContainer"> Modified: ofbiz/trunk/framework/common/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/common/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/common/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -22,8 +22,8 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <classpath type="jar" location="build/lib/*"/> <classpath type="dir" location="config"/> + <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/CommonSecurityPermissionSeedData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/CommonSecurityGroupDemoData.xml"/> Modified: ofbiz/trunk/framework/datafile/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/datafile/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/datafile/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/datafile/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -23,5 +23,4 @@ under the License. xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> <classpath type="dir" location="dtd"/> - <classpath type="jar" location="build/lib/*"/> </ofbiz-component> Modified: ofbiz/trunk/framework/entity/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/entity/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/entity/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -24,9 +24,6 @@ under the License. <resource-loader name="main" type="component"/> <classpath type="dir" location="dtd"/> <classpath type="dir" location="config"/> - <classpath type="jar" location="lib/*"/> - <classpath type="jar" location="lib/jdbc/*"/> - <classpath type="jar" location="build/lib/*"/> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> <entity-resource type="group" reader-name="main" loader="main" location="entitydef/entitygroup.xml"/> Modified: ofbiz/trunk/framework/entityext/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entityext/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/entityext/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/entityext/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -23,7 +23,6 @@ under the License. xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> <classpath type="dir" location="config"/> - <classpath type="jar" location="build/lib/*"/> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> Modified: ofbiz/trunk/framework/geronimo/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/geronimo/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/geronimo/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/geronimo/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -22,7 +22,4 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <classpath type="jar" location="lib/*"/> - <classpath type="jar" location="build/lib/*"/> - <!-- <classpath type="dir" location="config"/> --> </ofbiz-component> Modified: ofbiz/trunk/framework/minilang/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/minilang/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/minilang/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -24,7 +24,6 @@ under the License. <resource-loader name="main" type="component"/> <classpath type="dir" location="config"/> <classpath type="dir" location="dtd"/> - <classpath type="jar" location="build/lib/*"/> <test-suite loader="main" location="testdef/MinilangTests.xml"/> </ofbiz-component> Modified: ofbiz/trunk/framework/resources/templates/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/resources/templates/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/resources/templates/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/resources/templates/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -9,10 +9,6 @@ <classpath type="dir" location="config"/> <classpath type="dir" location="dtd"/> - <!-- load single or multiple external libraries --> - <classpath type="jar" location="build/lib/*"/> - <classpath type="jar" location="lib/*"/> - <!-- entity resources: model(s), eca(s), group, and data definitions --> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> <!-- <entity-resource type="eca" reader-name="main" loader="main" location="entitydef/eecas.xml"/> --> Modified: ofbiz/trunk/framework/security/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/security/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/security/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/security/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -24,7 +24,7 @@ under the License. <resource-loader name="main" type="component"/> <classpath type="dir" location="config"/> <classpath type="dir" location="dtd"/> - <classpath type="jar" location="build/lib/*"/> + <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/SecurityPermissionSeedData.xml"/> <!-- NOTE: comment this line out to ensure no resetting of passwords --> Modified: ofbiz/trunk/framework/service/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/service/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/service/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -24,8 +24,6 @@ under the License. <resource-loader name="main" type="component"/> <classpath type="dir" location="config"/> <classpath type="dir" location="dtd"/> - <classpath type="jar" location="lib/*"/> - <classpath type="jar" location="build/lib/*"/> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/ScheduledServiceData.xml"/> Modified: ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/load-data.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/load-data.properties?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/load-data.properties (original) +++ ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/load-data.properties Fri Aug 5 12:27:21 2016 @@ -22,7 +22,7 @@ # --- Class paths needed to get StartupLoaders to work (see Start.createClassLoader()). ofbiz.start.classpath.addComponent=framework/base/config,framework/base/dtd -ofbiz.start.classpath.addFilesFromPath=framework/base/lib,framework/base/lib/commons,framework/base/build/lib +ofbiz.start.classpath.addFilesFromPath=framework/base/lib # --- Default logs directory (relative to ofbiz.home) #ofbiz.log.dir=runtime/logs Modified: ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/rmi.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/rmi.properties?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/rmi.properties (original) +++ ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/rmi.properties Fri Aug 5 12:27:21 2016 @@ -22,7 +22,7 @@ # --- Class paths needed to get StartupLoaders to work (see Start.createClassLoader()). ofbiz.start.classpath.addComponent=framework/base/config,framework/base/dtd -ofbiz.start.classpath.addFilesFromPath=framework/base/lib,framework/base/lib/commons,framework/base/build/lib +ofbiz.start.classpath.addFilesFromPath=framework/base/lib # --- Default logs directory (relative to ofbiz.home) #ofbiz.log.dir=runtime/logs Modified: ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/start.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/start.properties?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/start.properties (original) +++ ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/start.properties Fri Aug 5 12:27:21 2016 @@ -25,7 +25,7 @@ # --- Class paths needed to get StartupLoaders to work (see Start.createClassLoader()). ofbiz.start.classpath.addComponent=framework/base/config,framework/base/dtd -ofbiz.start.classpath.addFilesFromPath=framework/base/lib,framework/base/lib/commons,framework/base/build/lib +ofbiz.start.classpath.addFilesFromPath=framework/base/lib # --- Set these for shutting down when running as background process ofbiz.admin.host=127.0.0.1 Modified: ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/test.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/test.properties?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/test.properties (original) +++ ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/test.properties Fri Aug 5 12:27:21 2016 @@ -22,7 +22,7 @@ # --- Class paths needed to get StartupLoaders to work (see Start.createClassLoader()). ofbiz.start.classpath.addComponent=framework/base/config,framework/base/dtd -ofbiz.start.classpath.addFilesFromPath=framework/base/lib,framework/base/lib/commons,framework/base/build/lib +ofbiz.start.classpath.addFilesFromPath=framework/base/lib # --- Default logs directory (relative to ofbiz.home) #ofbiz.log.dir=runtime/logs Modified: ofbiz/trunk/framework/testtools/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/testtools/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/testtools/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -27,10 +27,6 @@ <!-- place the config directory on the classpath to access configuration files --> <classpath type="dir" location="dtd"/> - <!-- load single or multiple external libraries --> - <classpath type="jar" location="lib/*"/> - <classpath type="jar" location="build/lib/*"/> - <!-- service resources: model(s), eca(s) and group definitions --> <service-resource type="model" loader="main" location="servicedef/services.xml"/> Modified: ofbiz/trunk/framework/webapp/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/webapp/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/webapp/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -26,8 +26,6 @@ under the License. <classpath type="dir" location="config"/> <classpath type="dir" location="dtd"/> - <classpath type="jar" location="lib/*"/> - <classpath type="jar" location="build/lib/*"/> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> <!-- Modified: ofbiz/trunk/framework/webtools/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/webtools/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -22,8 +22,8 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <classpath type="jar" location="build/lib/*"/> <classpath type="dir" location="config"/> + <entity-resource type="data" reader-name="seed" loader="main" location="data/WebtoolsSecurityPermissionSeedData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/WebtoolsSecurityGroupDemoData.xml"/> <service-resource type="model" loader="main" location="servicedef/services.xml"/> Modified: ofbiz/trunk/framework/widget/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/framework/widget/ofbiz-component.xml (original) +++ ofbiz/trunk/framework/widget/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -24,6 +24,6 @@ under the License. <resource-loader name="main" type="component"/> <classpath type="dir" location="config"/> <classpath type="dir" location="dtd"/> - <classpath type="jar" location="build/lib/*"/> + <test-suite loader="main" location="testdef/widgettests.xml"/> </ofbiz-component> Modified: ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -27,9 +27,6 @@ <!-- place the config directory on the classpath to access configuration files --> <classpath type="dir" location="config"/> - <!-- load single or multiple external libraries --> - <classpath type="jar" location="build/lib/*"/> - <!-- entity resources: model(s), eca(s), group, and data definitions --> <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/AssetMaintSecurityPermissionSeedData.xml"/> Modified: ofbiz/trunk/specialpurpose/bi/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/bi/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/bi/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/bi/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -23,7 +23,7 @@ under the License. xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> <classpath type="dir" location="config"/> - <classpath type="jar" location="build/lib/*"/> + <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> <entity-resource type="group" reader-name="main" loader="main" location="entitydef/entitygroup.xml"/> Modified: ofbiz/trunk/specialpurpose/birt/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/birt/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/birt/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -22,8 +22,8 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <classpath type="jar" location="lib/*"/> - <classpath type="jar" location="build/lib/*"/> + + <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/OrderPortletData.xml"/> Modified: ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/ebay/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -23,7 +23,7 @@ under the License. xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> <classpath type="dir" location="config"/> - <classpath type="jar" location="build/lib/*"/> + <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/EbaySecurityPermissionSeedData.xml"/> Modified: ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/ebaystore/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -1,49 +1,47 @@ -<?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. ---> - -<ofbiz-component name="ebaystore" enabled="true" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> - <resource-loader name="main" type="component"/> - <classpath type="dir" location="config"/> - <classpath type="jar" location="lib/*"/> - <classpath type="jar" location="build/lib/*"/> - - <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> - - <entity-resource type="data" reader-name="seed" loader="main" location="data/EbayStoreSecurityPermissionSeedData.xml"/> - <entity-resource type="data" reader-name="demo" loader="main" location="data/EbayStoreSecurityGroupDemoData.xml"/> - <entity-resource type="data" reader-name="seed" loader="main" location="data/EbayStoreTypeData.xml"/> - <entity-resource type="data" reader-name="seed" loader="main" location="data/EbayStoreHelpData.xml"/> - <entity-resource type="data" reader-name="seed" loader="main" location="data/EbayStorePortletData.xml"/> - <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoEbayStoreData.xml"/> - - <service-resource type="eca" loader="main" location="servicedef/secas.xml"/> - <service-resource type="model" loader="main" location="servicedef/services.xml"/> - - <webapp name="ebaystore" - title="eBay Store" - menu-name="secondary" - server="default-server" - location="webapp/ebaystore" - base-permission="EBAYSTORE" - mount-point="/ebaystore" - app-bar-display="true"/> -</ofbiz-component> +<?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. +--> + +<ofbiz-component name="ebaystore" enabled="true" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> + <resource-loader name="main" type="component"/> + <classpath type="dir" location="config"/> + + <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> + + <entity-resource type="data" reader-name="seed" loader="main" location="data/EbayStoreSecurityPermissionSeedData.xml"/> + <entity-resource type="data" reader-name="demo" loader="main" location="data/EbayStoreSecurityGroupDemoData.xml"/> + <entity-resource type="data" reader-name="seed" loader="main" location="data/EbayStoreTypeData.xml"/> + <entity-resource type="data" reader-name="seed" loader="main" location="data/EbayStoreHelpData.xml"/> + <entity-resource type="data" reader-name="seed" loader="main" location="data/EbayStorePortletData.xml"/> + <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoEbayStoreData.xml"/> + + <service-resource type="eca" loader="main" location="servicedef/secas.xml"/> + <service-resource type="model" loader="main" location="servicedef/services.xml"/> + + <webapp name="ebaystore" + title="eBay Store" + menu-name="secondary" + server="default-server" + location="webapp/ebaystore" + base-permission="EBAYSTORE" + mount-point="/ebaystore" + app-bar-display="true"/> +</ofbiz-component> Modified: ofbiz/trunk/specialpurpose/ecommerce/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/ecommerce/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -22,7 +22,7 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <classpath type="jar" location="build/lib/*"/> + <classpath type="dir" location="config"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/EcommerceTypeData.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/EcommerceSecurityData.xml"/> Modified: ofbiz/trunk/specialpurpose/example/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/example/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/example/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -28,9 +28,6 @@ under the License. <classpath type="dir" location="config"/> <classpath type="dir" location="dtd"/> - <!-- load single or multiple external libraries --> - <classpath type="jar" location="build/lib/*"/> - <classpath type="jar" location="lib/*"/> <!-- 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/trunk/specialpurpose/hhfacility/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/hhfacility/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -22,7 +22,7 @@ under the License. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> - <classpath type="jar" location="build/lib/*"/> + <entity-resource type="data" reader-name="seed" loader="main" location="data/HhFacilitySecurityPermissionSeedData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/HhFacilitySecurityGroupDemoData.xml"/> Modified: ofbiz/trunk/specialpurpose/ldap/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ldap/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ldap/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/ldap/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -27,8 +27,5 @@ under the License. <!-- place the config directory on the classpath to access configuration files --> <classpath type="dir" location="config"/> - <!-- load single or multiple external libraries --> - <classpath type="jar" location="build/lib/*"/> - <classpath type="jar" location="lib/*"/> </ofbiz-component> Modified: ofbiz/trunk/specialpurpose/lucene/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/lucene/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/lucene/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/lucene/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -26,9 +26,6 @@ under the License. <!-- place the config directory on the classpath to access configuration files --> <classpath type="dir" location="config"/> - <!-- load single or multiple external libraries --> - <classpath type="jar" location="build/lib/*"/> - <classpath type="jar" location="lib/*"/> <!-- entity resources: model(s), eca(s), group, and data definitions --> <entity-resource type="eca" reader-name="main" loader="main" location="entitydef/eecas_product.xml"/> Modified: ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/oagis/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -23,7 +23,7 @@ under the License. xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> <classpath type="dir" location="config"/> - <classpath type="jar" location="build/lib/*"/> + <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> Modified: ofbiz/trunk/specialpurpose/passport/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/passport/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/passport/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/passport/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -8,9 +8,6 @@ <!-- place the config directory on the classpath to access configuration files --> <classpath type="dir" location="config"/> - <!-- load single or multiple external libraries --> - <classpath type="jar" location="build/lib/*"/> - <!-- 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/trunk/specialpurpose/projectmgr/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -23,7 +23,7 @@ under the License. xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> <classpath type="dir" location="config"/> - <classpath type="jar" location="build/lib/*"/> + <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/> Modified: ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -25,7 +25,7 @@ under the License. <!-- place the config directory on the classpath to access configuration files --> <classpath type="dir" location="config"/> - <classpath type="jar" location="build/lib/*"/> + <!-- 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/trunk/specialpurpose/solr/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/solr/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/solr/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -24,12 +24,8 @@ under the License. <resource-loader name="main" type="component" /> - <classpath type="dir" location="conf"/> <classpath type="dir" location="config"/> - <classpath type="jar" location="build/lib/*"/> - <classpath type="jar" location="lib/compile/*"/> - <classpath type="jar" location="lib/runtime/*"/> - + <entity-resource type="eca" reader-name="main" loader="main" location="entitydef/eecas.xml"/> <service-resource type="model" loader="main" location="servicedef/solrservices.xml"/> Modified: ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml?rev=1755306&r1=1755305&r2=1755306&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml (original) +++ ofbiz/trunk/specialpurpose/webpos/ofbiz-component.xml Fri Aug 5 12:27:21 2016 @@ -23,7 +23,7 @@ under the License. xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> <resource-loader name="main" type="component"/> <classpath type="dir" location="config"/> - <classpath type="jar" location="build/lib/*"/> + <entity-resource type="data" reader-name="demo" loader="main" location="data/DemoPosData.xml"/> <entity-resource type="data" reader-name="seed" loader="main" location="data/WebPosSecurityPermissionSeedData.xml"/> |
Free forum by Nabble | Edit this page |