You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2011/01/11 08:50:48 UTC

svn commit: r1057510 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/plain.tagx

Author: lofwyr
Date: Tue Jan 11 07:50:48 2011
New Revision: 1057510

URL: http://svn.apache.org/viewvc?rev=1057510&view=rev
Log:
set correct JSP version: 2.1

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/plain.tagx

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/plain.tagx
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/plain.tagx?rev=1057510&r1=1057509&r2=1057510&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/plain.tagx (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/plain.tagx Tue Jan 11 07:50:48 2011
@@ -17,7 +17,7 @@
  * limitations under the License.
 -->
 
-<jsp:root version="2.0"
+<jsp:root version="2.1"
           xmlns:tc="http://myfaces.apache.org/tobago/component"
           xmlns:tx="http://myfaces.apache.org/tobago/extension"
           xmlns:jsp="http://java.sun.com/JSP/Page"