Advertisement
Guest User

maven creates this application.xml

a guest
Apr 19th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.61 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE application PUBLIC
  3.     "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
  4.     "http://java.sun.com/dtd/application_1_3.dtd">
  5. <application>
  6.   <display-name>archivetool-app</display-name>
  7.   <module>
  8.     <java>archivetool-client-1.9.5.jar</java>
  9.   </module>
  10.   <module>
  11.     <ejb>archivetool-ejb-1.9.5.jar</ejb>
  12.   </module>
  13.   <module>
  14.     <ejb>archivetool-conflict-ejb-1.9.5.jar</ejb>
  15.   </module>
  16.   <module>
  17.     <web>
  18.       <web-uri>archivetool-web-1.9.5.war</web-uri>
  19.       <context-root>/ArchiveTool</context-root>
  20.     </web>
  21.   </module>
  22. </application>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement