File: web.xml

package info (click to toggle)
libbsf-java 1%3A2.3.0%2Bcvs20050308a-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,460 kB
  • ctags: 1,264
  • sloc: java: 7,643; cpp: 2,514; xml: 1,773; jsp: 463; ansic: 182; makefile: 61; python: 45; sh: 29
file content (19 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">

<web-app>
  
  <description>
  Example web application illustrating the use of tags in the
  "bsf" custom tag library, from the JAKARTA-TAGLIBS project.
  </description>

  <taglib>
    <taglib-uri>http://jakarta.apache.org/taglibs/bsf-2.0</taglib-uri>
    <taglib-location>/WEB-INF/bsf.tld</taglib-location>
  </taglib>

</web-app>