You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cd...@apache.org on 2008/04/19 15:42:05 UTC

svn commit: r649810 - /portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/

Author: cdoremus
Date: Sat Apr 19 06:42:04 2008
New Revision: 649810

URL: http://svn.apache.org/viewvc?rev=649810&view=rev
Log:
Updated taglib uri to portlet_2_0. This was causing runtime errors in the testsuite.

Modified:
    portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/ExternalAppScopedAttributeTest.jsp
    portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/SessionTimeoutTest.jsp
    portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/TestCompanionPortlet.jsp
    portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/introduction.jsp
    portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/portlet_mode_test.jsp
    portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/test4.jsp
    portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/window_state_test.jsp

Modified: portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/ExternalAppScopedAttributeTest.jsp
URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/ExternalAppScopedAttributeTest.jsp?rev=649810&r1=649809&r2=649810&view=diff
==============================================================================
--- portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/ExternalAppScopedAttributeTest.jsp (original)
+++ portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/ExternalAppScopedAttributeTest.jsp Sat Apr 19 06:42:04 2008
@@ -18,7 +18,7 @@
 --%>
 
 <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
-<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%>
+<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%>
 
 <portlet:defineObjects/>
 

Modified: portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/SessionTimeoutTest.jsp
URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/SessionTimeoutTest.jsp?rev=649810&r1=649809&r2=649810&view=diff
==============================================================================
--- portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/SessionTimeoutTest.jsp (original)
+++ portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/SessionTimeoutTest.jsp Sat Apr 19 06:42:04 2008
@@ -19,7 +19,7 @@
 --%>
 
 <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
-<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%>
+<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%>
 
 <portlet:defineObjects/>
 

Modified: portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/TestCompanionPortlet.jsp
URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/TestCompanionPortlet.jsp?rev=649810&r1=649809&r2=649810&view=diff
==============================================================================
--- portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/TestCompanionPortlet.jsp (original)
+++ portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/TestCompanionPortlet.jsp Sat Apr 19 06:42:04 2008
@@ -18,7 +18,7 @@
 --%>
 
 <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
-<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%>
+<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%>
 
 <portlet:defineObjects/>
 

Modified: portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/introduction.jsp
URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/introduction.jsp?rev=649810&r1=649809&r2=649810&view=diff
==============================================================================
--- portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/introduction.jsp (original)
+++ portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/introduction.jsp Sat Apr 19 06:42:04 2008
@@ -22,7 +22,7 @@
 <%@ page import="org.apache.pluto.testsuite.TestConfig" %>
 
 <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
-<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%>
+<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%>
 
 <portlet:defineObjects/>
 

Modified: portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/portlet_mode_test.jsp
URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/portlet_mode_test.jsp?rev=649810&r1=649809&r2=649810&view=diff
==============================================================================
--- portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/portlet_mode_test.jsp (original)
+++ portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/portlet_mode_test.jsp Sat Apr 19 06:42:04 2008
@@ -17,7 +17,7 @@
 limitations under the License.
 --%>
 <%@ page import="javax.portlet.PortletMode"%>
-<%@ taglib uri='http://java.sun.com/portlet' prefix='portlet'%>
+<%@ taglib uri='http://java.sun.com/portlet_2_0' prefix='portlet'%>
 
 <portlet:defineObjects/>
 

Modified: portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/test4.jsp
URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/test4.jsp?rev=649810&r1=649809&r2=649810&view=diff
==============================================================================
--- portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/test4.jsp (original)
+++ portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/test4.jsp Sat Apr 19 06:42:04 2008
@@ -17,7 +17,7 @@
 limitations under the License.
 -->
 <%@ page session="false" %>
-<%@ taglib uri='http://java.sun.com/portlet' prefix='portlet'%>
+<%@ taglib uri='http://java.sun.com/portlet_2_0' prefix='portlet'%>
 <%@ page import="javax.portlet.*"%>
 <%@ page import="java.util.*"%>
 <portlet:defineObjects/>

Modified: portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/window_state_test.jsp
URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/window_state_test.jsp?rev=649810&r1=649809&r2=649810&view=diff
==============================================================================
--- portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/window_state_test.jsp (original)
+++ portals/pluto/branches/2.0-spi-refactoring/pluto-testsuite/src/main/webapp/jsp/window_state_test.jsp Sat Apr 19 06:42:04 2008
@@ -17,7 +17,7 @@
 limitations under the License.
 --%>
 <%@ page import="javax.portlet.WindowState"%>
-<%@ taglib uri='http://java.sun.com/portlet' prefix='portlet'%>
+<%@ taglib uri='http://java.sun.com/portlet_2_0' prefix='portlet'%>
 
 <portlet:defineObjects/>