You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/09/23 22:38:00 UTC

svn commit: r698343 - /ofbiz/trunk/specialpurpose/mypage/webapp/mypage/WEB-INF/web.xml

Author: jleroux
Date: Tue Sep 23 13:37:59 2008
New Revision: 698343

URL: http://svn.apache.org/viewvc?rev=698343&view=rev
Log:
Oops I forgot some there

Modified:
    ofbiz/trunk/specialpurpose/mypage/webapp/mypage/WEB-INF/web.xml

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=698343&r1=698342&r2=698343&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/mypage/webapp/mypage/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/mypage/webapp/mypage/WEB-INF/web.xml Tue Sep 23 13:37:59 2008
@@ -21,7 +21,7 @@
 
 <web-app>
     <display-name>Open For Business - My Page</display-name>
-    <description>Asset Management component of the Open For Business Project</description>
+    <description>My Page component of the Open For Business Project</description>
     
     <context-param>
         <param-name>entityDelegatorName</param-name>
@@ -30,7 +30,7 @@
     </context-param>
     <context-param>
         <param-name>localDispatcherName</param-name>
-        <param-value>assetmaint</param-value>
+        <param-value>mypage</param-value>
         <description>A unique name used to identify/recognize the local dispatcher for the Service Engine</description>
     </context-param>    
     <context-param>