You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/03/27 09:25:20 UTC

svn commit: r522802 - in /ofbiz/trunk/framework/webtools/webapp/webtools: WEB-INF/web.xml error/error403.jsp error/error404.jsp includes/appbar.ftl

Author: jacopoc
Date: Tue Mar 27 00:25:17 2007
New Revision: 522802

URL: http://svn.apache.org/viewvc?view=rev&rev=522802
Log:
Removed unused files.

Removed:
    ofbiz/trunk/framework/webtools/webapp/webtools/error/error403.jsp
    ofbiz/trunk/framework/webtools/webapp/webtools/error/error404.jsp
    ofbiz/trunk/framework/webtools/webapp/webtools/includes/appbar.ftl
Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml?view=diff&rev=522802&r1=522801&r2=522802
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/web.xml Tue Mar 27 00:25:17 2007
@@ -103,31 +103,10 @@
   <welcome-file-list>
     <welcome-file>index.jsp</welcome-file>
   </welcome-file-list>
-<!--
-  <error-page>
-    <error-code>403</error-code>
-    <location>/error/error403.jsp</location>
-  </error-page>
-  <error-page>
-    <error-code>404</error-code>
-    <location>/error/error404.jsp</location>
-  </error-page>
-  <error-page>
-    <error-code>410</error-code>
-    <location>/error/error.jsp</location>
-  </error-page>
-  <error-page>
-    <error-code>500</error-code>
-    <location>/error/error.jsp</location>
-  </error-page>
--->
+
   <taglib> 
      <taglib-uri>ofbizTags</taglib-uri>
      <taglib-location>/WEB-INF/ofbiz.tld</taglib-location> 
-  </taglib> 
-  <taglib>
-     <taglib-uri>regions</taglib-uri>
-     <taglib-location>/WEB-INF/regions.tld</taglib-location> 
   </taglib> 
 
 <!-- HTTP Response Code definitions: