source: EDIS/trunk/java/tracking-ear/src/main/application/META-INF/application.xml@ 1227

Last change on this file since 1227 was 1227, checked in by George Lilly, 13 years ago

initial load of EDIS 1.0

File size: 751 bytes
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.