You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/02/26 23:15:57 UTC

svn commit: r748332 - in /ofbiz/trunk: applications/ecommerce/data/EcommerceTypeData.xml framework/base/config/component-load.xml

Author: jleroux
Date: Thu Feb 26 22:15:57 2009
New Revision: 748332

URL: http://svn.apache.org/viewvc?rev=748332&view=rev
Log:
betterSolution.patch from Bruno Busco "Theme component should be loaded after applications component" (https://issues.apache.org/jira/browse/OFBIZ-2201) - OFBIZ-2201

Modified:
    ofbiz/trunk/applications/ecommerce/data/EcommerceTypeData.xml
    ofbiz/trunk/framework/base/config/component-load.xml

Modified: ofbiz/trunk/applications/ecommerce/data/EcommerceTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/data/EcommerceTypeData.xml?rev=748332&r1=748331&r2=748332&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/data/EcommerceTypeData.xml (original)
+++ ofbiz/trunk/applications/ecommerce/data/EcommerceTypeData.xml Thu Feb 26 22:15:57 2009
@@ -19,9 +19,7 @@
 -->
 
 <entity-engine-xml>
-
-    <VisualThemeSet visualThemeSetId="ECOMMERCE" description="ECommerce Visual Themes"/>
-    
+  
     <!-- Ecommerce Default Visual Theme -->
     <VisualTheme visualThemeId="EC_DEFAULT" visualThemeSetId="ECOMMERCE" description="OFBiz Ecommerce Standard Floating Layout"/>
     <VisualThemeResource visualThemeId="EC_DEFAULT" resourceTypeEnumId="VT_STYLESHEET" resourceValue="/ecommerce/images/blog.css" sequenceId="01"/>

Modified: ofbiz/trunk/framework/base/config/component-load.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/component-load.xml?rev=748332&r1=748331&r2=748332&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/component-load.xml (original)
+++ ofbiz/trunk/framework/base/config/component-load.xml Thu Feb 26 22:15:57 2009
@@ -21,8 +21,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="framework"/> 
+    <load-components parent-directory="themes"/> 
     <load-components parent-directory="applications"/>
     <load-components parent-directory="specialpurpose"/>
-    <load-components parent-directory="themes"/> 
     <load-components parent-directory="hot-deploy"/>
 </component-loader>