svn commit: r751214 - in /ofbiz/trunk: applications/accounting/webapp/accounting/WEB-INF/ applications/accounting/webapp/ap/WEB-INF/ applications/accounting/webapp/ar/WEB-INF/ applications/content/webapp/content/WEB-INF/ applications/ecommerce/webapp/e...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r751214 - in /ofbiz/trunk: applications/accounting/webapp/accounting/WEB-INF/ applications/accounting/webapp/ap/WEB-INF/ applications/accounting/webapp/ar/WEB-INF/ applications/content/webapp/content/WEB-INF/ applications/ecommerce/webapp/e...

buscob
Author: buscob
Date: Sat Mar  7 07:19:07 2009
New Revision: 751214

URL: http://svn.apache.org/viewvc?rev=751214&view=rev
Log:
Changed WebSiteId parameter description to be more general

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml
    ofbiz/trunk/applications/accounting/webapp/ap/WEB-INF/web.xml
    ofbiz/trunk/applications/accounting/webapp/ar/WEB-INF/web.xml
    ofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml
    ofbiz/trunk/applications/ecommerce/webapp/ecomclone/WEB-INF/web.xml
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/web.xml
    ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/web.xml
    ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml
    ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml
    ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/web.xml
    ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml
    ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml
    ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml
    ofbiz/trunk/applications/workeffort/webapp/ical/WEB-INF/web.xml
    ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml
    ofbiz/trunk/framework/example/webapp/example/WEB-INF/web.xml
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml
    ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml
    ofbiz/trunk/specialpurpose/assetmaint/webapp/ismgr/WEB-INF/web.xml
    ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/WEB-INF/web.xml
    ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/web.xml
    ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/web.xml
    ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/web.xml
    ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/web.xml
    ofbiz/trunk/specialpurpose/mypage/webapp/mypage/WEB-INF/web.xml
    ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/web.xml
    ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/web.xml
    ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml
    ofbiz/trunk/specialpurpose/shark/webapp/shark/WEB-INF/web.xml
    ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/web.xml

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>ACCOUNTING</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/applications/accounting/webapp/ap/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/ap/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/ap/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/ap/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -23,7 +23,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>ACCOUNTING_P</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/applications/accounting/webapp/ar/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/ar/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/ar/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/ar/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>ACCOUNTING_R</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>CONTENT_SITE</param-value>
-    <description>A unique ID used to look up the Content entity that serves as the root for publish points</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecomclone/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecomclone/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecomclone/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecomclone/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>WebStoreClone</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>localDispatcherName</param-name>

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>WebStore</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>localDispatcherName</param-name>

Modified: ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>HR</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>MANUFACTURING</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
   <context-param>
       <param-name>webSiteId</param-name>
       <param-value>MARKETING</param-value>
-      <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+      <description>A unique ID used to look up the WebSite entity</description>
   </context-param>
   <context-param>
     <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/sfa/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>SFA</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>OrderEntry</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
   <context-param>
       <param-name>webSiteId</param-name>
       <param-value>PARTY</param-value>
-      <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+      <description>A unique ID used to look up the WebSite entity</description>
   </context-param>
   <context-param>
     <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>PRODCATALOG</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>FACILITY</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/applications/workeffort/webapp/ical/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/ical/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/ical/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/workeffort/webapp/ical/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
   <context-param>
       <param-name>webSiteId</param-name>
       <param-value>ICAL</param-value>
-      <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+      <description>A unique ID used to look up the WebSite entity</description>
   </context-param>
   <context-param>
     <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -25,9 +25,9 @@
   <description>Work Manager Module of the Open For Business Project</description>
 
   <context-param>
-      <param-name>webSiteId</param-name>
-      <param-value>WORKEFFORT</param-value>
-      <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+    <param-name>webSiteId</param-name>
+    <param-value>WORKEFFORT</param-value>
+    <description>A unique ID used to look up the WebSite entity</description>
   </context-param>
   <context-param>
     <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/framework/example/webapp/example/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/webapp/example/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/webapp/example/WEB-INF/web.xml (original)
+++ ofbiz/trunk/framework/example/webapp/example/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -24,6 +24,11 @@
     <description>Example Component of the Open For Business Project</description>
     
     <context-param>
+        <param-name>webSiteId</param-name>
+        <param-value>EXAMPLE</param-value>
+        <description>A unique ID used to look up the WebSite entity</description>
+    </context-param>
+    <context-param>
         <param-name>localDispatcherName</param-name><param-value>example</param-value>
         <description>A unique name used to identify/recognize the local dispatcher for the Service Engine</description>
     </context-param>    

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
   <context-param>
     <param-name>webSiteId</param-name>
     <param-value>WEBTOOLS</param-value>
-    <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+    <description>A unique ID used to look up the WebSite entity</description>
   </context-param>
   <context-param>
     <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -26,7 +26,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>ASSETMAINT</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/specialpurpose/assetmaint/webapp/ismgr/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/webapp/ismgr/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/webapp/ismgr/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/webapp/ismgr/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -26,7 +26,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>ISMGR</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/cmssite/webapp/cmssite/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>CmsSite</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>localDispatcherName</param-name>

Modified: ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -27,7 +27,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>OfbizSite</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>localDispatcherName</param-name>

Modified: ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -26,7 +26,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>EBAY</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -26,7 +26,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>GOOGLEBASE</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -26,7 +26,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>HHFACILITY</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>localDispatcherName</param-name>

Modified: ofbiz/trunk/specialpurpose/mypage/webapp/mypage/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/webapp/mypage/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/mypage/webapp/mypage/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/mypage/webapp/mypage/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -26,7 +26,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>MYPAGE</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -26,7 +26,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>MYPORTAL</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -26,7 +26,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>OAGIS</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -26,7 +26,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>PROJECTMGR</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/specialpurpose/shark/webapp/shark/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/shark/webapp/shark/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/shark/webapp/shark/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/shark/webapp/shark/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -26,7 +26,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>SHARK</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>entityDelegatorName</param-name>

Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/web.xml?rev=751214&r1=751213&r2=751214&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/web.xml Sat Mar  7 07:19:07 2009
@@ -26,7 +26,7 @@
     <context-param>
         <param-name>webSiteId</param-name>
         <param-value>WebStorePos</param-value>
-        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+        <description>A unique ID used to look up the WebSite entity</description>
     </context-param>
     <context-param>
         <param-name>localDispatcherName</param-name>