Author: erwan
Date: Wed Jan 27 15:22:49 2010
New Revision: 903673
URL:
http://svn.apache.org/viewvc?rev=903673&view=revLog:
Adding website information on BI component so we can change the UI theme
Added:
ofbiz/trunk/framework/bi/data/
ofbiz/trunk/framework/bi/data/BiTypeData.xml (with props)
Modified:
ofbiz/trunk/framework/bi/ofbiz-component.xml
Added: ofbiz/trunk/framework/bi/data/BiTypeData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/bi/data/BiTypeData.xml?rev=903673&view=auto==============================================================================
--- ofbiz/trunk/framework/bi/data/BiTypeData.xml (added)
+++ ofbiz/trunk/framework/bi/data/BiTypeData.xml Wed Jan 27 15:22:49 2010
@@ -0,0 +1,23 @@
+<?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.
+-->
+
+<entity-engine-xml>
+ <WebSite webSiteId="BI" siteName="Business Intelligence Application" visualThemeSetId="BACKOFFICE"/>
+</entity-engine-xml>
Propchange: ofbiz/trunk/framework/bi/data/BiTypeData.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ofbiz/trunk/framework/bi/data/BiTypeData.xml
------------------------------------------------------------------------------
svn:keywords = Date Rev Author URL Id
Propchange: ofbiz/trunk/framework/bi/data/BiTypeData.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Modified: ofbiz/trunk/framework/bi/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/bi/ofbiz-component.xml?rev=903673&r1=903672&r2=903673&view=diff==============================================================================
--- ofbiz/trunk/framework/bi/ofbiz-component.xml (original)
+++ ofbiz/trunk/framework/bi/ofbiz-component.xml Wed Jan 27 15:22:49 2010
@@ -24,6 +24,7 @@
<resource-loader name="main" type="component"/>
<classpath type="dir" location="config"/>
<classpath type="jar" location="build/lib/*"/>
+ <entity-resource type="data" reader-name="seed" loader="main" location="data/BiTypeData.xml"/>
<service-resource type="model" loader="main" location="servicedef/services.xml"/>