Author: matzew
Date: Wed Jun 21 10:57:05 2006
New Revision: 416054
URL: http://svn.apache.org/viewvc?rev=416054&view=rev
Log:
ADF FACES 30
Modified:
incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
Modified:
incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml?rev=416054&r1=416053&r2=416054&view=diff
==============================================================================
---
incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
(original)
+++
incubator/adffaces/trunk/plugins/maven-adf-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
Wed Jun 21 10:57:05 2006
@@ -14,9 +14,10 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!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>
-
+<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
+ version="2.4">
<!-- Use client-side state saving. In ADF Faces, it is an
optimized, token-based mechanism that is almost always a
better choice than the standard JSF server-side state saving. -->