Author: erwan
Date: Fri Feb 10 18:48:08 2012 New Revision: 1242882 URL: http://svn.apache.org/viewvc?rev=1242882&view=rev Log: useless declaration in web.xml files Modified: ofbiz/branches/20120209RemoveBsh/applications/commonext/webapp/WEB-INF/web.xml ofbiz/branches/20120209RemoveBsh/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml ofbiz/branches/20120209RemoveBsh/applications/marketing/webapp/marketing/WEB-INF/web.xml ofbiz/branches/20120209RemoveBsh/applications/party/webapp/partymgr/WEB-INF/web.xml ofbiz/branches/20120209RemoveBsh/applications/workeffort/webapp/workeffort/WEB-INF/web.xml ofbiz/branches/20120209RemoveBsh/framework/webtools/webapp/webtools/WEB-INF/web.xml Modified: ofbiz/branches/20120209RemoveBsh/applications/commonext/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/20120209RemoveBsh/applications/commonext/webapp/WEB-INF/web.xml?rev=1242882&r1=1242881&r2=1242882&view=diff ============================================================================== --- ofbiz/branches/20120209RemoveBsh/applications/commonext/webapp/WEB-INF/web.xml (original) +++ ofbiz/branches/20120209RemoveBsh/applications/commonext/webapp/WEB-INF/web.xml Fri Feb 10 18:48:08 2012 @@ -44,11 +44,6 @@ under the License. <param-value>/WEB-INF/services.xml</param-value> <description>Configuration File(s) For The Service Dispatcher</description> </context-param> - <context-param> - <param-name>scriptLocationPath</param-name> - <param-value>/WEB-INF/bsh</param-value> - <description>BeanShell Script Location</description> - </context-param> <filter> <filter-name>ContextFilter</filter-name> Modified: ofbiz/branches/20120209RemoveBsh/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/20120209RemoveBsh/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml?rev=1242882&r1=1242881&r2=1242882&view=diff ============================================================================== --- ofbiz/branches/20120209RemoveBsh/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml (original) +++ ofbiz/branches/20120209RemoveBsh/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml Fri Feb 10 18:48:08 2012 @@ -44,12 +44,7 @@ <param-value>/WEB-INF/services.xml</param-value> <description>Configuration File(s) For The Service Dispatcher</description> </context-param> - <context-param> - <param-name>scriptLocationPath</param-name> - <param-value>/WEB-INF/bsh</param-value> - <description>BeanShell Script Location</description> - </context-param> - + <filter> <filter-name>ContextFilter</filter-name> <display-name>ContextFilter</display-name> Modified: ofbiz/branches/20120209RemoveBsh/applications/marketing/webapp/marketing/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/20120209RemoveBsh/applications/marketing/webapp/marketing/WEB-INF/web.xml?rev=1242882&r1=1242881&r2=1242882&view=diff ============================================================================== --- ofbiz/branches/20120209RemoveBsh/applications/marketing/webapp/marketing/WEB-INF/web.xml (original) +++ ofbiz/branches/20120209RemoveBsh/applications/marketing/webapp/marketing/WEB-INF/web.xml Fri Feb 10 18:48:08 2012 @@ -40,11 +40,6 @@ under the License. <description>Configuration File(s) For The Service Dispatcher</description> </context-param> <context-param> - <param-name>scriptLocationPath</param-name> - <param-value>/WEB-INF/bsh</param-value> - <description>BeanShell Script Location</description> - </context-param> - <context-param> <param-name>mainDecoratorLocation</param-name> <param-value>component://marketing/widget/CommonScreens.xml</param-value> <description>The location of the main-decorator screen to use for this webapp; referred to as a context variable in screen def XML files.</description> Modified: ofbiz/branches/20120209RemoveBsh/applications/party/webapp/partymgr/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/20120209RemoveBsh/applications/party/webapp/partymgr/WEB-INF/web.xml?rev=1242882&r1=1242881&r2=1242882&view=diff ============================================================================== --- ofbiz/branches/20120209RemoveBsh/applications/party/webapp/partymgr/WEB-INF/web.xml (original) +++ ofbiz/branches/20120209RemoveBsh/applications/party/webapp/partymgr/WEB-INF/web.xml Fri Feb 10 18:48:08 2012 @@ -44,11 +44,6 @@ under the License. <param-value>/WEB-INF/services.xml</param-value> <description>Configuration File(s) For The Service Dispatcher</description> </context-param> - <context-param> - <param-name>scriptLocationPath</param-name> - <param-value>/WEB-INF/bsh</param-value> - <description>BeanShell Script Location</description> - </context-param> <filter> <filter-name>ContextFilter</filter-name> Modified: ofbiz/branches/20120209RemoveBsh/applications/workeffort/webapp/workeffort/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/20120209RemoveBsh/applications/workeffort/webapp/workeffort/WEB-INF/web.xml?rev=1242882&r1=1242881&r2=1242882&view=diff ============================================================================== --- ofbiz/branches/20120209RemoveBsh/applications/workeffort/webapp/workeffort/WEB-INF/web.xml (original) +++ ofbiz/branches/20120209RemoveBsh/applications/workeffort/webapp/workeffort/WEB-INF/web.xml Fri Feb 10 18:48:08 2012 @@ -40,11 +40,6 @@ under the License. <description>Configuration File(s) For The Service Dispatcher</description> </context-param> <context-param> - <param-name>scriptLocationPath</param-name> - <param-value>/WEB-INF/bsh</param-value> - <description>BeanShell Script Location</description> - </context-param> - <context-param> <param-name>mainDecoratorLocation</param-name> <param-value>component://workeffort/widget/CommonScreens.xml</param-value> <description>The location of the main-decorator screen to use for this webapp; referred to as a context variable in screen def XML files.</description> Modified: ofbiz/branches/20120209RemoveBsh/framework/webtools/webapp/webtools/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/20120209RemoveBsh/framework/webtools/webapp/webtools/WEB-INF/web.xml?rev=1242882&r1=1242881&r2=1242882&view=diff ============================================================================== --- ofbiz/branches/20120209RemoveBsh/framework/webtools/webapp/webtools/WEB-INF/web.xml (original) +++ ofbiz/branches/20120209RemoveBsh/framework/webtools/webapp/webtools/WEB-INF/web.xml Fri Feb 10 18:48:08 2012 @@ -40,11 +40,6 @@ under the License. <!--<description>Configuration File(s) For The Service Dispatcher</description>--> </context-param> <context-param> - <param-name>scriptLocationPath</param-name> - <param-value>/WEB-INF/bsh</param-value> - <!--<description>BeanShell Script Location</description>--> - </context-param> - <context-param> <param-name>xmlrpc.enabledForExtensions</param-name> <param-value>true</param-value> </context-param> |
Free forum by Nabble | Edit this page |