application.xml from Negest at Krugle
Show application.xml syntax highlighted
<?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>negest</display-name>
<description>Negest</description>
<module>
<ejb>negestSvr.jar</ejb>
</module>
<module>
<web>
<web-uri>negestSvr.war</web-uri>
<context-root>negest</context-root>
</web>
</module>
</application>
See more files for this project here