Skip to content

Commit 044188b

Browse files
author
Arun Gupta
committed
Removing metadata-complete and slight formatting
1 parent a7b3f5d commit 044188b

File tree

1 file changed

+2
-2
lines changed
  • jsf/simple-facelet/src/main/webapp/WEB-INF

1 file changed

+2
-2
lines changed

jsf/simple-facelet/src/main/webapp/WEB-INF/web.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
*/
4242
-->
4343
<web-app
44-
metadata-complete="true"
4544
version="3.1"
4645
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
4746
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
48-
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"> <context-param>
47+
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd">
48+
<context-param>
4949
<param-name>javax.faces.PROJECT_STAGE</param-name>
5050
<param-value>Development</param-value>
5151
</context-param>

0 commit comments

Comments
 (0)