File: application.xml

package info (click to toggle)
jclic 0.3.2.10-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 17,172 kB
  • sloc: java: 106,038; xml: 3,854; javascript: 1,000; sh: 33; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN" "http://java.sun.com/j2ee/dtds/application_1_2.dtd">
<application>
  <display-name>JClic reports</display-name>
  <module>
    <web>
      <web-uri>jclicreports.war</web-uri>
      <context-root>/reports</context-root>
    </web>
  </module>
</application>