Author: adrianc
Date: Thu Oct 2 08:20:28 2008
New Revision: 701151
URL:
http://svn.apache.org/viewvc?rev=701151&view=revLog:
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>