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 2012/05/31 10:45:04 UTC

svn commit: r1344598 - in /ofbiz/trunk/specialpurpose: ecommerce/ofbiz-component.xml googlebase/data/GoogleBaseTypeData.xml googlecheckout/data/GoogleCheckoutTypeData.xml

Author: hansbak
Date: Thu May 31 08:45:03 2012
New Revision: 1344598

URL: http://svn.apache.org/viewvc?rev=1344598&view=rev
Log:
removed 2 not used data items

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseTypeData.xml
    ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutTypeData.xml

Modified: ofbiz/trunk/specialpurpose/ecommerce/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/ofbiz-component.xml?rev=1344598&r1=1344597&r2=1344598&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/ofbiz-component.xml Thu May 31 08:45:03 2012
@@ -68,4 +68,10 @@ under the License.
         location="webapp/ecomclone"
         mount-point="/ecomclone"
         app-bar-display="false"/>
+    <webapp name="demoecommerce"
+        title="Demo eCommerce"
+        server="default-server"
+        location="webapp/ecommerce"
+        mount-point="/"
+        app-bar-display="false"/>
 </ofbiz-component>

Modified: ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseTypeData.xml?rev=1344598&r1=1344597&r2=1344598&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseTypeData.xml (original)
+++ ofbiz/trunk/specialpurpose/googlebase/data/GoogleBaseTypeData.xml Thu May 31 08:45:03 2012
@@ -21,7 +21,6 @@ under the License.
 <entity-engine-xml>
 
     <GoodIdentificationType description="Google Id" goodIdentificationTypeId="GOOGLE_ID" hasTable="N" parentTypeId=""/>
-    <WebSite webSiteId="GOOGLEBASE" siteName="Google Base Application" visualThemeSetId="BACKOFFICE"/>
     
     <GoodIdentificationType description="Google Id en_US" goodIdentificationTypeId="GOOGLE_ID_en_US" hasTable="N"/>
     <GoodIdentificationType description="Google Id en_GB" goodIdentificationTypeId="GOOGLE_ID_en_GB" hasTable="N"/>

Modified: ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutTypeData.xml?rev=1344598&r1=1344597&r2=1344598&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutTypeData.xml (original)
+++ ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutTypeData.xml Thu May 31 08:45:03 2012
@@ -21,7 +21,6 @@ under the License.
 <entity-engine-xml>
     <Enumeration description="Google Checkout Channel" enumCode="GC_CHANNEL" enumId="GC_SALES_CHANNEL" sequenceId="01" enumTypeId="ORDER_SALES_CHANNEL"/>
     <PaymentMethodType description="Google Checkout" paymentMethodTypeId="EXT_GOOGLE_CHECKOUT"/>
-    <WebSite webSiteId="GOOGLECHECKOUT" siteName="Google Checkout Application" visualThemeSetId="BACKOFFICE"/>
     
     <EnumerationType description="Google Environment Types" enumTypeId="GOOGLE_ENV_TYPE" hasTable="N" parentTypeId=""/>
     <Enumeration description="Sandbox" enumCode="SANDBOX" enumId="GOOGLE_SANDBOX" sequenceId="01" enumTypeId="GOOGLE_ENV_TYPE"/>