Author: jleroux
Date: Sun May 18 19:00:58 2014
New Revision: 1595658
URL:
http://svn.apache.org/r1595658Log:
Removes useless entried in ofbiz-component.xml files
Indicates what to do in README for accounting optional libs
Modified:
ofbiz/trunk/applications/accounting/lib/README
ofbiz/trunk/applications/accounting/ofbiz-component.xml
ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml
Modified: ofbiz/trunk/applications/accounting/lib/README
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/lib/README?rev=1595658&r1=1595657&r2=1595658&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/lib/README (original)
+++ ofbiz/trunk/applications/accounting/lib/README Sun May 18 19:00:58 2014
@@ -1,3 +1,10 @@
To use the cybersource or worldpay or securepay libraries you can copy them to this directory.
See the ofbiz/OPTIONAL_LIBRARIES file for more information.
+
+Copy in ofbiz-component.xml if necessary
+<classpath type="jar" location="lib/securepay/*"/>
+<classpath type="jar" location="lib/cybersource/*"/>
+<classpath type="jar" location="lib/worldpay/*"/>
+<classpath type="dir" location="lib/worldpay"/>
+
Modified: ofbiz/trunk/applications/accounting/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/ofbiz-component.xml?rev=1595658&r1=1595657&r2=1595658&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/accounting/ofbiz-component.xml Sun May 18 19:00:58 2014
@@ -25,10 +25,6 @@ under the License.
<classpath type="jar" location="build/lib/*"/>
<classpath type="dir" location="config"/>
<classpath type="jar" location="lib/*"/>
- <classpath type="jar" location="lib/securepay/*"/>
- <classpath type="jar" location="lib/cybersource/*"/>
- <classpath type="jar" location="lib/worldpay/*"/>
- <classpath type="dir" location="lib/worldpay"/>
<entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
<entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_reports.xml"/>
Modified: ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml?rev=1595658&r1=1595657&r2=1595658&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml Sun May 18 19:00:58 2014
@@ -25,12 +25,7 @@ under the License.
<!-- place the config directory on the classpath to access configuration files -->
<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"/> -->