Skip to content

Commit c3fa174

Browse files
author
Reza Rahman
committed
Minor XML tweak
1 parent 2e98ec2 commit c3fa174

2 files changed

Lines changed: 9 additions & 55 deletions

File tree

actionbazaar/src/test/java/com/actionbazaar/test/AlertServletTest.java

Lines changed: 0 additions & 46 deletions
This file was deleted.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<wls:weblogic-web-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-web-app
1+
<weblogic-web-app xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-web-app
44
http://xmlns.oracle.com/weblogic/weblogic-web-app/1.7/weblogic-web-app.xsd">
5-
<wls:library-ref>
6-
<wls:library-name>jax-rs</wls:library-name>
7-
<wls:specification-version>2.0</wls:specification-version>
8-
<wls:exact-match>false</wls:exact-match>
9-
</wls:library-ref>
10-
</wls:weblogic-web-app>
5+
<library-ref>
6+
<library-name>jax-rs</library-name>
7+
<specification-version>2.0</specification-version>
8+
<exact-match>false</exact-match>
9+
</library-ref>
10+
</weblogic-web-app>

0 commit comments

Comments
 (0)