You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/07/17 12:33:56 UTC

svn commit: r556877 - in /myfaces/tobago/trunk/example/sandbox: pom.xml src/main/webapp/WEB-INF/web.xml

Author: bommel
Date: Tue Jul 17 03:33:45 2007
New Revision: 556877

URL: http://svn.apache.org/viewvc?view=rev&rev=556877
Log:
move tomahawk example page from sandbox to test

Modified:
    myfaces/tobago/trunk/example/sandbox/pom.xml
    myfaces/tobago/trunk/example/sandbox/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/tobago/trunk/example/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/sandbox/pom.xml?view=diff&rev=556877&r1=556876&r2=556877
==============================================================================
--- myfaces/tobago/trunk/example/sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/example/sandbox/pom.xml Tue Jul 17 03:33:45 2007
@@ -85,11 +85,6 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.myfaces.tomahawk</groupId>
-      <artifactId>tomahawk</artifactId>
-      <version>1.1.6</version>
-    </dependency>
-    <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
       <version>1.2.11</version>

Modified: myfaces/tobago/trunk/example/sandbox/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/sandbox/src/main/webapp/WEB-INF/web.xml?view=diff&rev=556877&r1=556876&r2=556877
==============================================================================
--- myfaces/tobago/trunk/example/sandbox/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tobago/trunk/example/sandbox/src/main/webapp/WEB-INF/web.xml Tue Jul 17 03:33:45 2007
@@ -33,27 +33,7 @@
     <url-pattern>/faces/*</url-pattern>
   </filter-mapping>
 
-  <filter>
-	<filter-name>MyFacesExtensionsFilter</filter-name>
-	<filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class>
-    <init-param>
-        <param-name>maxFileSize</param-name>
-        <param-value>2m</param-value>
-    </init-param>
-</filter>
 
-<!-- extension mapping for adding <script/>, <link/>, and other resource tags to JSF-pages  -->
-<filter-mapping>
-    <filter-name>MyFacesExtensionsFilter</filter-name>
-    <!-- servlet-name must match the name of your javax.faces.webapp.FacesServlet entry -->
-    <servlet-name>FacesServlet</servlet-name>
-</filter-mapping>
-
-<!-- extension mapping for serving page-independent resources (javascript, stylesheets, images, etc.)  -->
-<filter-mapping>
-    <filter-name>MyFacesExtensionsFilter</filter-name>
-    <url-pattern>/faces/myFacesExtensionResource/*</url-pattern>
-</filter-mapping>
 
 <!--  workaround (e.g. for Oracle AS 10.1.2.0.0)-->
   <listener>