You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2006/06/21 17:43:52 UTC

svn commit: r416050 - in /incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp: index.jspx page2.jspx

Author: matzew
Date: Wed Jun 21 10:43:51 2006
New Revision: 416050

URL: http://svn.apache.org/viewvc?rev=416050&view=rev
Log:
ADFFACES-30. JSP 2.0 instead of 1.2

Modified:
    incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp/index.jspx
    incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp/page2.jspx

Modified: incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp/index.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp/index.jspx?rev=416050&r1=416049&r2=416050&view=diff
==============================================================================
--- incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp/index.jspx (original)
+++ incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp/index.jspx Wed Jun 21 10:43:51 2006
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="1.2"
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
           xmlns:f="http://java.sun.com/jsf/core"
           xmlns:af="http://myfaces.apache.org/adf/faces" >
   <jsp:directive.page contentType="text/html;charset=utf-8"/>

Modified: incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp/page2.jspx
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp/page2.jspx?rev=416050&r1=416049&r2=416050&view=diff
==============================================================================
--- incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp/page2.jspx (original)
+++ incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp/page2.jspx Wed Jun 21 10:43:51 2006
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="1.2"
+<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
           xmlns:f="http://java.sun.com/jsf/core"
           xmlns:af="http://myfaces.apache.org/adf/faces" >
   <jsp:directive.page contentType="text/html;charset=utf-8"/>