32 lines
890 B
XML
32 lines
890 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE application PUBLIC
|
|
"-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
|
|
"http://java.sun.com/dtd/application_1_3.dtd">
|
|
<application>
|
|
<display-name>dcm4chee-web-ear</display-name>
|
|
<description></description>
|
|
<module>
|
|
<ejb>dcm4chee-arc-entities-3.0.5-mysql.jar</ejb>
|
|
</module>
|
|
<module>
|
|
<ejb>dcm4chee-usr-entity-3.0.5-mysql.jar</ejb>
|
|
</module>
|
|
<module>
|
|
<ejb>dcm4chee-usr-dao-3.0.5.jar</ejb>
|
|
</module>
|
|
<module>
|
|
<ejb>dcm4chee-web-ejb-3.0.5.jar</ejb>
|
|
</module>
|
|
<module>
|
|
<web>
|
|
<web-uri>dcm4chee-web-war-3.0.5.war</web-uri>
|
|
<context-root>/dcm4chee-web3</context-root>
|
|
</web>
|
|
</module>
|
|
<module>
|
|
<web>
|
|
<web-uri>dcm4chee-web-dicom-3.0.5.war</web-uri>
|
|
<context-root>/dcm4chee-web3-dicom</context-root>
|
|
</web>
|
|
</module>
|
|
</application> |