Move all user visible references to the service name from GSS to Pithos.
[pithos] / gss / ear / META-INF / application.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <application>
3         <display-name>GSS Service</display-name>
4         <module>
5                 <web>
6                         <web-uri>gss.war</web-uri>
7                         <context-root>/pithos</context-root>
8                 </web>
9         </module>
10         <module>
11                 <web>
12                         <web-uri>webdav.war</web-uri>
13                         <context-root>/webdav</context-root>
14                 </web>
15         </module>
16         <module>
17                 <ejb>ejbs.jar</ejb>
18         </module>
19         <module>
20                 <ejb>gss-mbeans.sar</ejb>
21         </module>
22 </application>