application.xml 546 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns="http://xmlns.jcp.org/xml/ns/javaee"
	xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/application_7.xsd"
	version="7">
	<display-name>moya-ear</display-name>
	<module>
		<ejb>moya-beans-0.2.0.jar</ejb>
	</module>
	<module>
		<web>
			<web-uri>moya-web-0.2.0.war</web-uri>
			<context-root>/MoyaWeb</context-root>
		</web>
	</module>
	<library-directory>lib</library-directory>
</application>