You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2009/06/27 23:24:09 UTC

svn commit: r789018 - /ofbiz/trunk/applications/commonext/webapp/WEB-INF/web.xml

Author: buscob
Date: Sat Jun 27 21:24:08 2009
New Revision: 789018

URL: http://svn.apache.org/viewvc?rev=789018&view=rev
Log:
Trivial fix

Modified:
    ofbiz/trunk/applications/commonext/webapp/WEB-INF/web.xml

Modified: ofbiz/trunk/applications/commonext/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/webapp/WEB-INF/web.xml?rev=789018&r1=789017&r2=789018&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/webapp/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/commonext/webapp/WEB-INF/web.xml Sat Jun 27 21:24:08 2009
@@ -21,8 +21,8 @@
 -->
 
 <web-app>
-  <display-name>Open For Business - Party Manager</display-name>
-  <description>Party Manager Module of the Open For Business Project</description>
+  <display-name>Open For Business - Common application extension</display-name>
+  <description>Common application extension Module of the Open For Business Project</description>
 
   <context-param>
     <param-name>entityDelegatorName</param-name>