Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <application xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/application_7.xsd" version="7">
  3.  
  4. <application-name>LLVM3</application-name>
  5.  
  6. <initialize-in-order>false</initialize-in-order>
  7.  
  8. <module><ejb>LLVM3_EJB.jar</ejb></module>
  9.  
  10. <module>
  11. <web>
  12. <web-uri>LLVM3_WEB.war</web-uri>
  13. <context-root>LLVM3_WEB</context-root>
  14. </web>
  15. </module>
  16.  
  17. </application>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement