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

svn commit: r763828 - in /ofbiz/trunk: applications/order/data/OrderTypeData.xml framework/example/data/ExampleTypeData.xml specialpurpose/ecommerce/data/DemoProduct.xml

Author: jonesde
Date: Thu Apr  9 22:12:11 2009
New Revision: 763828

URL: http://svn.apache.org/viewvc?rev=763828&view=rev
Log:
Added/moved some missing WebSite data needed for selecting themes, etc

Modified:
    ofbiz/trunk/applications/order/data/OrderTypeData.xml
    ofbiz/trunk/framework/example/data/ExampleTypeData.xml
    ofbiz/trunk/specialpurpose/ecommerce/data/DemoProduct.xml

Modified: ofbiz/trunk/applications/order/data/OrderTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/data/OrderTypeData.xml?rev=763828&r1=763827&r2=763828&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/data/OrderTypeData.xml (original)
+++ ofbiz/trunk/applications/order/data/OrderTypeData.xml Thu Apr  9 22:12:11 2009
@@ -336,4 +336,6 @@
 
     <!-- Content Types -->
     <OrderContentType description="Image" hasTable="N" parentTypeId="" orderContentTypeId="IMAGE_URL"/>
+
+    <WebSite webSiteId="OrderEntry" siteName="Order Entry Web Site" productStoreId="9000" visualThemeSetId="BACKOFFICE"/>
 </entity-engine-xml>

Modified: ofbiz/trunk/framework/example/data/ExampleTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/data/ExampleTypeData.xml?rev=763828&r1=763827&r2=763828&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/data/ExampleTypeData.xml (original)
+++ ofbiz/trunk/framework/example/data/ExampleTypeData.xml Thu Apr  9 22:12:11 2009
@@ -50,4 +50,6 @@
     <Enumeration description="Customer" enumCode="CUSTOMER" enumId="EXFTSRC_CUSTOMER" sequenceId="01" enumTypeId="EXMPL_FEAT_SOURCE"/>
     <Enumeration description="Partner" enumCode="PARTNER" enumId="EXFTSRC_PARTNER" sequenceId="02" enumTypeId="EXMPL_FEAT_SOURCE"/>
     <Enumeration description="Employee" enumCode="EMPLOYEE" enumId="EXFTSRC_EMPLOYEE" sequenceId="03" enumTypeId="EXMPL_FEAT_SOURCE"/>
+
+    <WebSite webSiteId="EXAMPLE" siteName="Example Application" visualThemeSetId="BACKOFFICE"/>
 </entity-engine-xml>

Modified: ofbiz/trunk/specialpurpose/ecommerce/data/DemoProduct.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/data/DemoProduct.xml?rev=763828&r1=763827&r2=763828&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/data/DemoProduct.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/data/DemoProduct.xml Thu Apr  9 22:12:11 2009
@@ -105,7 +105,6 @@
 
     <WebSite webSiteId="WebStore" siteName="eCommerce Web Site" productStoreId="9000" visualThemeSetId="ECOMMERCE"/>
     <WebSite webSiteId="WebStoreClone" siteName="Cloned eCommerce Web Site" productStoreId="9000" visualThemeSetId="ECOMMERCE"/>
-    <WebSite webSiteId="OrderEntry" siteName="Order Entry Web Site" productStoreId="9000"/>
 
     <ProdCatalog prodCatalogId="DemoCatalog" catalogName="Demo Catalog" useQuickAdd="Y"/>
     <ProdCatalog prodCatalogId="TestCatalog" catalogName="Test Catalog" useQuickAdd="N"/>