You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git-test1/Test/eartarget/application.xml

13 lines
535 B

<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/application_7.xsd" version="7">
<display-name>ear</display-name>
<module>
<ejb>root.project-ejbs-1.0.jar</ejb>
</module>
<module>
<web>
<web-uri>root.project.servlets-servlet-1.0.war</web-uri>
<context-root>/servlet</context-root>
</web>
</module>
</application>