You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/04/20 10:46:14 UTC

svn commit: r766623 - in /ofbiz/trunk: applications/manufacturing/ofbiz-component.xml framework/component-load.xml specialpurpose/component-load.xml

Author: hansbak
Date: Mon Apr 20 08:46:13 2009
New Revision: 766623

URL: http://svn.apache.org/viewvc?rev=766623&view=rev
Log:
reverted some unwanted changes

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

Modified: ofbiz/trunk/applications/manufacturing/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/ofbiz-component.xml?rev=766623&r1=766622&r2=766623&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/manufacturing/ofbiz-component.xml Mon Apr 20 08:46:13 2009
@@ -55,7 +55,6 @@
         server="default-server"
         location="webapp/manufacturing"
         base-permission="OFBTOOLS,MANUFACTURING"
-        app-bar-display="false"
         mount-point="/manufacturing"/>
 
 </ofbiz-component>

Modified: ofbiz/trunk/framework/component-load.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/component-load.xml?rev=766623&r1=766622&r2=766623&view=diff
==============================================================================
--- ofbiz/trunk/framework/component-load.xml (original)
+++ ofbiz/trunk/framework/component-load.xml Mon Apr 20 08:46:13 2009
@@ -25,12 +25,12 @@
     <load-component component-location="catalina"/>
     <!-- <load-component component-location="jetty"/> -->
     <load-component component-location="security"/>
-    <!--load-component component-location="datafile"/-->
+    <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="bi"/-->
+    <load-component component-location="bi"/>
     <load-component component-location="webapp"/>
     <load-component component-location="guiapp"/>
     <load-component component-location="widget"/>
@@ -39,6 +39,6 @@
     <load-component component-location="webtools"/>
     <load-component component-location="webslinger"/>
     <load-component component-location="images"/>
-    <!--load-component component-location="example"/>
-    <load-component component-location="exampleext"/-->
+    <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=766623&r1=766622&r2=766623&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/component-load.xml (original)
+++ ofbiz/trunk/specialpurpose/component-load.xml Mon Apr 20 08:46:13 2009
@@ -20,17 +20,17 @@
 
 <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="ecommerce"/>
+    <load-component component-location="ecommerce"/>
     <load-component component-location="pos"/>
     <load-component component-location="hhfacility"/>
     <load-component component-location="assetmaint"/>
-    <load-component component-location="cmssite"/-->
+    <load-component component-location="cmssite"/>
     <load-component component-location="projectmgr"/>
-    <!--load-component component-location="oagis"/>
+    <load-component component-location="oagis"/>
     <load-component component-location="googlebase"/>
-    <load-component component-location="ebay"/-->
+    <load-component component-location="ebay"/>
     <load-component component-location="myportal"/>
-    <!--load-component component-location="webpos"/-->
+    <load-component component-location="webpos"/>
     <!-- <load-component component-location="workflow"/> -->
     <!-- <load-component component-location="shark"/> -->
 </component-loader>