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 2006/11/19 00:07:27 UTC

svn commit: r476652 - in /incubator/ofbiz/trunk/applications/ecommerce: data/DemoProduct.xml webapp/ecomclone/WEB-INF/web.xml

Author: jonesde
Date: Sat Nov 18 15:07:26 2006
New Revision: 476652

URL: http://svn.apache.org/viewvc?view=rev&rev=476652
Log:
Added a WebStoreClone WebSite record, and pointed to it from the web.xml file in the new ecomclone webapp
's web.xml file

Modified:
    incubator/ofbiz/trunk/applications/ecommerce/data/DemoProduct.xml
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecomclone/WEB-INF/web.xml

Modified: incubator/ofbiz/trunk/applications/ecommerce/data/DemoProduct.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/data/DemoProduct.xml?view=diff&rev=476652&r1=476651&r2=476652
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/data/DemoProduct.xml (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/data/DemoProduct.xml Sat Nov 18 15:07:26 2006
@@ -88,6 +88,7 @@
     <ProductStoreKeywordOvrd productStoreId="9000" keyword="gizmo" fromDate="2001-05-13 12:00:00.0" target="100" targetTypeEnumId="KOTT_PRODCAT"/>
 
     <WebSite webSiteId="WebStore" siteName="eCommerce Web Site" productStoreId="9000"/>
+    <WebSite webSiteId="WebStoreClone" siteName="Cloned eCommerce Web Site" productStoreId="9000"/>
     <WebSite webSiteId="OrderEntry" siteName="Order Entry Web Site" productStoreId="9000"/>
 
     <ProdCatalog prodCatalogId="DemoCatalog" catalogName="Demo Catalog" useQuickAdd="Y"/>

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecomclone/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecomclone/WEB-INF/web.xml?view=diff&rev=476652&r1=476651&r2=476652
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecomclone/WEB-INF/web.xml (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecomclone/WEB-INF/web.xml Sat Nov 18 15:07:26 2006
@@ -2,7 +2,6 @@
 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
 
 <!--
-
 Copyright 2001-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -24,7 +23,7 @@
 
     <context-param>
         <param-name>webSiteId</param-name>
-        <param-value>WebStore</param-value>
+        <param-value>WebStoreClone</param-value>
         <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
     </context-param>
     <context-param>