You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2008/10/02 17:20:29 UTC

svn commit: r701151 - /ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml

Author: adrianc
Date: Thu Oct  2 08:20:28 2008
New Revision: 701151

URL: http://svn.apache.org/viewvc?rev=701151&view=rev
Log:
Reverted part of my previous commit.

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

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=701151&r1=701150&r2=701151&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml Thu Oct  2 08:20:28 2008
@@ -46,12 +46,12 @@
     <context-param>
         <param-name>fixedAssetDecoratorLocation</param-name>
         <param-value>component://assetmaint/widget/CommonScreens.xml</param-value>
-        <description>The location of the fixedAssetDecorator screen to use for this webapp.</description>
+        <description>The location of the CommonFixedAssetDecorator screen to use for this webapp.</description>
     </context-param>
     <context-param>
         <param-name>fixedAssetMaintDecoratorLocation</param-name>
         <param-value>component://assetmaint/widget/AssetmaintScreens.xml</param-value>
-        <description>The location of the fixedAssetMaintDecorator screen to use for this webapp.</description>
+        <description>The location of the CommonFixedAssetMaintDecorator screen to use for this webapp.</description>
     </context-param>
 
     <filter>