| Line |   | 
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?>
 | 
|---|
| 2 | <!DOCTYPE application PUBLIC
 | 
|---|
| 3 |         "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
 | 
|---|
| 4 |         "http://java.sun.com/dtd/application_1_3.dtd">
 | 
|---|
| 5 | <application>
 | 
|---|
| 6 |   <display-name>edis-tracking-application</display-name>
 | 
|---|
| 7 |   <description>Emergency Department Integration Software - Tracking Application Bundle</description>
 | 
|---|
| 8 |   <module>
 | 
|---|
| 9 |     <web>
 | 
|---|
| 10 |       <web-uri>main.war</web-uri>
 | 
|---|
| 11 |       <context-root>/main</context-root>
 | 
|---|
| 12 |     </web>
 | 
|---|
| 13 |   </module>
 | 
|---|
| 14 |   <module>
 | 
|---|
| 15 |     <web>
 | 
|---|
| 16 |       <web-uri>bigboard.war</web-uri>
 | 
|---|
| 17 |       <context-root>/bigboard</context-root>
 | 
|---|
| 18 |     </web>
 | 
|---|
| 19 |   </module>
 | 
|---|
| 20 |   <module>
 | 
|---|
| 21 |     <web>
 | 
|---|
| 22 |       <web-uri>help.war</web-uri>
 | 
|---|
| 23 |       <context-root>/help</context-root>
 | 
|---|
| 24 |     </web>
 | 
|---|
| 25 |   </module>
 | 
|---|
| 26 | </application>
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.