Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit fe46f40

Browse files
authored
Update application.xml
add semi colon between http urls in the xmlns:xsi= tag
1 parent 099c075 commit fe46f40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/com.ibm.cicsdev.ejb.app/EarContent/META-INF/application.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?><application id="Application_ID" version="6" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_6.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?><application id="Application_ID" version="6" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee;http://java.sun.com/xml/ns/javaee/application_6.xsd">
22
<display-name>com.ibm.cicsdev.ejb.app</display-name>
33
<module id="Module_1497592399821">
44
<ejb>com.ibm.cicsdev.ejb.jar</ejb>
@@ -15,4 +15,4 @@
1515
<context-root>stock</context-root>
1616
</web>
1717
</module>
18-
</application>
18+
</application>

0 commit comments

Comments
 (0)