PageRenderTime 50ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/jboss-as-7.1.1.Final/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/web/rootcontext/resources/application-root.xml

#
XML | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | eaed64a3d9fd654f42ceae91d1a77b61 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN" "http://java.sun.com/dtd/application_1_3.dtd">
  3. <application>
  4. <display-name>JBossTest Web Container Testsuite</display-name>
  5. <module>
  6. <web>
  7. <web-uri>root-web.war</web-uri>
  8. <context-root>/</context-root>
  9. </web>
  10. </module>
  11. </application>