Skip to content

Commit 1ead658

Browse files
committed
Corrections / copyrights
1 parent d0ee848 commit 1ead658

File tree

43 files changed

+17
-140
lines changed

Some content is hidden

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

43 files changed

+17
-140
lines changed

dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIIntegrationTest.war/resources/WEB-INF/faces-config.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<faces-config
1512
xmlns="http://xmlns.jcp.org/xml/ns/javaee"

dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIIntegrationTest.war/resources/WEB-INF/web.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<web-app id="WebApp_ID" version="4.0"
1512
xmlns="http://xmlns.jcp.org/xml/ns/javaee"

dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIIntegrationTest.war/resources/index.xhtml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<html xmlns="http://www.w3.org/1999/xhtml"
1512
xmlns:h="http://xmlns.jcp.org/jsf/html">
@@ -22,4 +19,4 @@
2219
<br/>
2320
<h:outputText id="testOutput" value="#{testBean.message}" />
2421
</h:body>
25-
</html>
22+
</html>

dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIIntegrationTest.war/src/com/ibm/ws/jsf23/fat/cdi/integration/application/CustomApplication.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.cdi.integration.application;
1411

dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIIntegrationTest.war/src/com/ibm/ws/jsf23/fat/cdi/integration/application/CustomApplicationFactory.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.cdi.integration.application;
1411

dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIIntegrationTest.war/src/com/ibm/ws/jsf23/fat/cdi/integration/beans/TestBean.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.cdi.integration.beans;
1411

dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIIntegrationTest.war/src/com/ibm/ws/jsf23/fat/cdi/integration/viewhandler/CustomViewHandler.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.cdi.integration.viewhandler;
1411

dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIManagedProperty.war/resources/WEB-INF/web.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
http://www.eclipse.org/legal/epl-2.0/
88
99
SPDX-License-Identifier: EPL-2.0
10-
11-
Contributors:
12-
IBM Corporation - initial API and implementation
1310
-->
1411
<web-app id="WebApp_ID" version="4.0"
1512
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
@@ -32,4 +29,4 @@
3229
<welcome-file>index.jsf</welcome-file>
3330
</welcome-file-list>
3431

35-
</web-app>
32+
</web-app>

dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIManagedProperty.war/resources/index.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
<p/>
3232
</h:form>
3333
</h:body>
34-
</html>
34+
</html>

dev/io.openliberty.checkpoint_fat_faces/test-applications/CDIManagedProperty.war/src/com/ibm/ws/jsf23/fat/cdi/managedproperty/ManagedPropertyBean.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package com.ibm.ws.jsf23.fat.cdi.managedproperty;
1411

0 commit comments

Comments
 (0)