File: control

package info (click to toggle)
webxml 1.12-3
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 388 kB
  • ctags: 123
  • sloc: cpp: 1,054; xml: 62; makefile: 22
file content (22 lines) | stat: -rw-r--r-- 868 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: webxml
Section: devel
Priority: optional
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), qt3-dev-tools,
 libqt3-mt-dev, docbook-to-man, patchutils
Maintainer: Martín Ferrari <tincho@debian.org>
Standards-Version: 3.7.3
Homepage: http://webxml.sourceforge.net/
Vcs-Browser: http://canterville.mine.nu/wsvn/debian/trunk/webxml/

Package: webxml
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple form-based generator/editor of Tomcat's web.xml files
 Webxml is a tool to easily edit web application descriptors (web.xml) used in
 Tomcat and other Java application servers.
 .
 It supports the following tags:
 <servlet>, <servlet-name>, <display-name>, <description>,
 <servlet-class>, <init-param>, <servlet-mapping>, <url-pattern>.
 These tags are basic and most of them are indispensable for every web
 application.