You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2009/11/09 19:03:27 UTC

svn commit: r834163 [3/3] - in /myfaces/portlet-bridge/testsuite/trunk: ./ src/main/java/org/apache/myfaces/portlet/faces/testsuite/annotation/ src/main/java/org/apache/myfaces/portlet/faces/testsuite/beans/ src/main/java/org/apache/myfaces/portlet/fac...

Propchange: myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/WEB-INF/portlet.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/WEB-INF/web.xml?rev=834163&r1=834162&r2=834163&view=diff
==============================================================================
--- myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/WEB-INF/web.xml Mon Nov  9 18:02:59 2009
@@ -1,30 +1,30 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN' 'http://java.sun.com/dtd/web-app_2_3.dtd'>
-<web-app>
-  <display-name>bridge_Test_web</display-name>
-  <context-param>
-    <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
-    <param-value>.jsp</param-value>
-  </context-param>
-  
-  
-  <!-- Faces Servlet -->
-  <servlet>
-    <servlet-name>faces</servlet-name>
-    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
-  </servlet>
-  
-
-  <!-- Faces Servlet Mappings -->
-  <!-- 
-    In this demo application, I chose to use suffix mapping.  I did this because it makes urls
-    in the portlet world look nicer in the source.  The portlet url should be the same 
-    reguardless.
-  -->
-  <servlet-mapping>
-    <servlet-name>faces</servlet-name>
-    <url-pattern>*.jsf</url-pattern>
-  </servlet-mapping>
-</web-app>
-
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN' 'http://java.sun.com/dtd/web-app_2_3.dtd'>
+<web-app>
+  <display-name>bridge_Test_web</display-name>
+  <context-param>
+    <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
+    <param-value>.jsp</param-value>
+  </context-param>
+  
+  
+  <!-- Faces Servlet -->
+  <servlet>
+    <servlet-name>faces</servlet-name>
+    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
+  </servlet>
+  
+
+  <!-- Faces Servlet Mappings -->
+  <!-- 
+    In this demo application, I chose to use suffix mapping.  I did this because it makes urls
+    in the portlet world look nicer in the source.  The portlet url should be the same 
+    reguardless.
+  -->
+  <servlet-mapping>
+    <servlet-name>faces</servlet-name>
+    <url-pattern>*.jsf</url-pattern>
+  </servlet-mapping>
+</web-app>
+

Propchange: myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/DispatchTest.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/MultiRequestFormDataTest.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/MultiRequestTest.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/MultiRequestTestResult.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/MultiRequestTestResultRenderCheck.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/RedirectTestResultRenderCheck.jsp
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/RedirectTestResultRenderCheck.jsp?rev=834163&r1=834162&r2=834163&view=diff
==============================================================================
--- myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/RedirectTestResultRenderCheck.jsp (original)
+++ myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/RedirectTestResultRenderCheck.jsp Mon Nov  9 18:02:59 2009
@@ -1,21 +1,21 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
-<%@ page contentType="text/html;charset=UTF-8"%>
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-     
-<f:view>
-  <html>
-    <head>
-      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-      <title>JSR 301 Multi Request TCK Test</title>
-    </head>
-    <body>
-      <h:form>
-        <h:panelGrid columns="1">
-          <h:outputText escape = "false" value="#{test.renderTestResult}"/>
-        </h:panelGrid>
-      </h:form>
-    </body>
-  </html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+     
+<f:view>
+  <html>
+    <head>
+      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+      <title>JSR 301 Multi Request TCK Test</title>
+    </head>
+    <body>
+      <h:form>
+        <h:panelGrid columns="1">
+          <h:outputText escape = "false" value="#{test.renderTestResult}"/>
+        </h:panelGrid>
+      </h:form>
+    </body>
+  </html>
 </f:view>
\ No newline at end of file

Propchange: myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/RedirectTestResultRenderCheck.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/SingleRequestTest.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/chapter6.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/portlet-bridge/testsuite/trunk/src/test/java/org/apache/myfaces/portlet/faces/tckharness/TckParameterized.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/portlet-bridge/testsuite/trunk/src/test/java/org/apache/myfaces/portlet/faces/tckharness/TckTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/portlet-bridge/testsuite/trunk/src/test/resources/pluto-portal-driver-config.xsl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/portlet-bridge/testsuite/trunk/src/test/resources/test.xsl
------------------------------------------------------------------------------
    svn:eol-style = native