svn commit: r1642580 - /ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1642580 - /ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml

adrianc
Author: adrianc
Date: Sun Nov 30 18:11:41 2014
New Revision: 1642580

URL: http://svn.apache.org/r1642580
Log:
Party Manager - remove unused element from web.xml.

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

Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml?rev=1642580&r1=1642579&r2=1642580&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/web.xml Sun Nov 30 18:11:41 2014
@@ -39,11 +39,6 @@ under the License.
     <param-value>component://party/widget/partymgr/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>
   </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>