We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b3f5d commit 044188bCopy full SHA for 044188b
jsf/simple-facelet/src/main/webapp/WEB-INF/web.xml
@@ -41,11 +41,11 @@
41
*/
42
-->
43
<web-app
44
- metadata-complete="true"
45
version="3.1"
46
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
47
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>
+ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd">
+ <context-param>
49
<param-name>javax.faces.PROJECT_STAGE</param-name>
50
<param-value>Development</param-value>
51
</context-param>
0 commit comments