svn commit: r585525 - in /ofbiz/trunk: applications/component-load.xml framework/base/config/component-load.xml framework/component-load.xml specialpurpose/component-load.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r585525 - in /ofbiz/trunk: applications/component-load.xml framework/base/config/component-load.xml framework/component-load.xml specialpurpose/component-load.xml

doogie-3
Author: doogie
Date: Wed Oct 17 07:45:26 2007
New Revision: 585525

URL: http://svn.apache.org/viewvc?rev=585525&view=rev
Log:
Make all paths in these files relative; they no longer include
${ofbiz.home}.  Closes:
https://issues.apache.org/jira/browse/OFBIZ-1290.

Modified:
    ofbiz/trunk/applications/component-load.xml
    ofbiz/trunk/framework/base/config/component-load.xml
    ofbiz/trunk/framework/component-load.xml
    ofbiz/trunk/specialpurpose/component-load.xml

Modified: ofbiz/trunk/applications/component-load.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/component-load.xml?rev=585525&r1=585524&r2=585525&view=diff
==============================================================================
--- ofbiz/trunk/applications/component-load.xml (original)
+++ ofbiz/trunk/applications/component-load.xml Wed Oct 17 07:45:26 2007
@@ -20,15 +20,15 @@
 
 <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="${ofbiz.home}/applications/party"/>
-    <load-component component-location="${ofbiz.home}/applications/securityext"/>
-    <load-component component-location="${ofbiz.home}/applications/content"/>
-    <load-component component-location="${ofbiz.home}/applications/workeffort"/>
-    <load-component component-location="${ofbiz.home}/applications/humanres"/>
-    <load-component component-location="${ofbiz.home}/applications/product"/>
-    <load-component component-location="${ofbiz.home}/applications/manufacturing"/>
-    <load-component component-location="${ofbiz.home}/applications/accounting"/>
-    <load-component component-location="${ofbiz.home}/applications/order"/>
-    <load-component component-location="${ofbiz.home}/applications/marketing"/>
-    <load-component component-location="${ofbiz.home}/applications/ecommerce"/>
+    <load-component component-location="party"/>
+    <load-component component-location="securityext"/>
+    <load-component component-location="content"/>
+    <load-component component-location="workeffort"/>
+    <load-component component-location="humanres"/>
+    <load-component component-location="product"/>
+    <load-component component-location="manufacturing"/>
+    <load-component component-location="accounting"/>
+    <load-component component-location="order"/>
+    <load-component component-location="marketing"/>
+    <load-component component-location="ecommerce"/>
 </component-loader>

Modified: ofbiz/trunk/framework/base/config/component-load.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/component-load.xml?rev=585525&r1=585524&r2=585525&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/component-load.xml (original)
+++ ofbiz/trunk/framework/base/config/component-load.xml Wed Oct 17 07:45:26 2007
@@ -20,8 +20,8 @@
 
 <component-loader xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/component-loader.xsd">
-    <load-components parent-directory="${ofbiz.home}/framework"/>
-    <load-components parent-directory="${ofbiz.home}/applications"/>
-    <load-components parent-directory="${ofbiz.home}/specialpurpose"/>
-    <load-components parent-directory="${ofbiz.home}/hot-deploy"/>
+    <load-components parent-directory="framework"/>
+    <load-components parent-directory="applications"/>
+    <load-components parent-directory="specialpurpose"/>
+    <load-components parent-directory="hot-deploy"/>
 </component-loader>

Modified: ofbiz/trunk/framework/component-load.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/component-load.xml?rev=585525&r1=585524&r2=585525&view=diff
==============================================================================
--- ofbiz/trunk/framework/component-load.xml (original)
+++ ofbiz/trunk/framework/component-load.xml Wed Oct 17 07:45:26 2007
@@ -20,25 +20,25 @@
 
 <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="${ofbiz.home}/framework/geronimo"/>
-    <load-component component-location="${ofbiz.home}/framework/entity"/>
-    <load-component component-location="${ofbiz.home}/framework/catalina"/>
-    <!-- <load-component component-location="${ofbiz.home}/framework/jetty"/> -->
-    <load-component component-location="${ofbiz.home}/framework/security"/>
-    <load-component component-location="${ofbiz.home}/framework/datafile"/>
-    <load-component component-location="${ofbiz.home}/framework/minilang"/>
-    <load-component component-location="${ofbiz.home}/framework/common"/>
-    <load-component component-location="${ofbiz.home}/framework/service"/>
-    <load-component component-location="${ofbiz.home}/framework/entityext"/>
-    <load-component component-location="${ofbiz.home}/framework/webapp"/>
-    <load-component component-location="${ofbiz.home}/framework/guiapp"/>
-    <load-component component-location="${ofbiz.home}/framework/widget"/>
-    <load-component component-location="${ofbiz.home}/framework/appserver"/>
-    <load-component component-location="${ofbiz.home}/framework/workflow"/>
-    <!-- load-component component-location="${ofbiz.home}/framework/shark"/-->
-    <load-component component-location="${ofbiz.home}/framework/testtools"/>
-    <load-component component-location="${ofbiz.home}/framework/webtools"/>
-    <load-component component-location="${ofbiz.home}/framework/images"/>
-    <load-component component-location="${ofbiz.home}/framework/example"/>
-    <load-component component-location="${ofbiz.home}/framework/exampleext"/>
+    <load-component component-location="geronimo"/>
+    <load-component component-location="entity"/>
+    <load-component component-location="catalina"/>
+    <!-- <load-component component-location="jetty"/> -->
+    <load-component component-location="security"/>
+    <load-component component-location="datafile"/>
+    <load-component component-location="minilang"/>
+    <load-component component-location="common"/>
+    <load-component component-location="service"/>
+    <load-component component-location="entityext"/>
+    <load-component component-location="webapp"/>
+    <load-component component-location="guiapp"/>
+    <load-component component-location="widget"/>
+    <load-component component-location="appserver"/>
+    <load-component component-location="workflow"/>
+    <!-- load-component component-location="shark"/-->
+    <load-component component-location="testtools"/>
+    <load-component component-location="webtools"/>
+    <load-component component-location="images"/>
+    <load-component component-location="example"/>
+    <load-component component-location="exampleext"/>
 </component-loader>

Modified: ofbiz/trunk/specialpurpose/component-load.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/component-load.xml?rev=585525&r1=585524&r2=585525&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/component-load.xml (original)
+++ ofbiz/trunk/specialpurpose/component-load.xml Wed Oct 17 07:45:26 2007
@@ -20,11 +20,11 @@
 
 <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="${ofbiz.home}/specialpurpose/pos"/>
-    <load-component component-location="${ofbiz.home}/specialpurpose/hhfacility"/>
-    <load-component component-location="${ofbiz.home}/specialpurpose/assetmaint"/>
-    <load-component component-location="${ofbiz.home}/specialpurpose/cmssite"/>
-    <load-component component-location="${ofbiz.home}/specialpurpose/projectmgr"/>
-    <load-component component-location="${ofbiz.home}/specialpurpose/oagis"/>
-    <load-component component-location="${ofbiz.home}/specialpurpose/bi"/>
+    <load-component component-location="pos"/>
+    <load-component component-location="hhfacility"/>
+    <load-component component-location="assetmaint"/>
+    <load-component component-location="cmssite"/>
+    <load-component component-location="projectmgr"/>
+    <load-component component-location="oagis"/>
+    <load-component component-location="bi"/>
 </component-loader>