Skip to content

Commit f8cfbd2

Browse files
committed
test test test
1 parent d6335b6 commit f8cfbd2

File tree

116 files changed

+12127
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+12127
-1
lines changed

.DS_Store

8 KB
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Manifest-Version: 1.0
2+
Ant-Version: Apache Ant 1.10.5
3+
Created-By: 1.8.0_181-b13 (Oracle Corporation)
4+
SHA1-Digest: 11c4a9c0924da9ba14196a484fb7dd41fa67b8d06fc5d64df43401249
5+
1e92ed31065f1720ae29824a515f1ce1f8739b9dfdb67fa43654fc37d39a167da3094
6+
00
7+
MD5-Digest: 4497cbf497e7cc26020ec69ec4c0e9d6
8+
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

ant/build/WEB-INF/faces-config.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<faces-config version="2.2" xmlns="http://xmlns.jcp.org/xml/ns/javaee"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
5+
http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_0.xsd">
6+
7+
<navigation-rule>
8+
<from-view-id>/views/index.xhtml</from-view-id>
9+
<navigation-case>
10+
<from-outcome>check</from-outcome>
11+
<to-view-id>/views/check.xhtml</to-view-id>
12+
</navigation-case>
13+
</navigation-rule>
14+
15+
<navigation-rule>
16+
<from-view-id>/views/check.xhtml</from-view-id>
17+
<navigation-case>
18+
<from-outcome>index</from-outcome>
19+
<to-view-id>/views/index.xhtml</to-view-id>
20+
</navigation-case>
21+
</navigation-rule>
22+
23+
<managed-bean>
24+
<managed-bean-name>results</managed-bean-name>
25+
<managed-bean-class>main.java.beans.Results</managed-bean-class>
26+
<managed-bean-scope>application</managed-bean-scope>
27+
</managed-bean>
28+
29+
<managed-bean>
30+
<managed-bean-name>ResultRow</managed-bean-name>
31+
<managed-bean-class>main.java.beans.ResultRow</managed-bean-class>
32+
<managed-bean-scope>application</managed-bean-scope>
33+
</managed-bean>
34+
35+
</faces-config>

0 commit comments

Comments
 (0)