useless declaration in web.xml files git-svn-id: https://svn.apache.org/repos/asf/ofbiz/branches/20120209RemoveBsh@1242882 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/applications/commonext/webapp/WEB-INF/web.xml b/applications/commonext/webapp/WEB-INF/web.xml index e6690d6..ea775bb 100644 --- a/applications/commonext/webapp/WEB-INF/web.xml +++ b/applications/commonext/webapp/WEB-INF/web.xml
@@ -44,11 +44,6 @@ <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>
diff --git a/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml b/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml index 3dc4f1f..2486cd1 100644 --- a/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml +++ b/applications/commonext/webapp/ofbizsetup/WEB-INF/web.xml
@@ -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>
diff --git a/applications/marketing/webapp/marketing/WEB-INF/web.xml b/applications/marketing/webapp/marketing/WEB-INF/web.xml index 5968930..52a0220 100644 --- a/applications/marketing/webapp/marketing/WEB-INF/web.xml +++ b/applications/marketing/webapp/marketing/WEB-INF/web.xml
@@ -40,11 +40,6 @@ <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>
diff --git a/applications/party/webapp/partymgr/WEB-INF/web.xml b/applications/party/webapp/partymgr/WEB-INF/web.xml index 36c01ab..9bb8aa7 100644 --- a/applications/party/webapp/partymgr/WEB-INF/web.xml +++ b/applications/party/webapp/partymgr/WEB-INF/web.xml
@@ -44,11 +44,6 @@ <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>
diff --git a/applications/workeffort/webapp/workeffort/WEB-INF/web.xml b/applications/workeffort/webapp/workeffort/WEB-INF/web.xml index 7eff637..2c0e289 100644 --- a/applications/workeffort/webapp/workeffort/WEB-INF/web.xml +++ b/applications/workeffort/webapp/workeffort/WEB-INF/web.xml
@@ -40,11 +40,6 @@ <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>
diff --git a/framework/webtools/webapp/webtools/WEB-INF/web.xml b/framework/webtools/webapp/webtools/WEB-INF/web.xml index 0a2ac23..ae3c5ed 100644 --- a/framework/webtools/webapp/webtools/WEB-INF/web.xml +++ b/framework/webtools/webapp/webtools/WEB-INF/web.xml
@@ -40,11 +40,6 @@ <!--<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>