1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libcommons-el-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror@gmx.de>, Niels Thykier <niels@thykier.net>
Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant
Build-Depends-Indep: junit (>= 3.8.1), libservlet2.5-java
Standards-Version: 3.9.1
Homepage: http://commons.apache.org/el/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-el-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-el-java
Package: libcommons-el-java
Architecture: all
Depends: libservlet2.5-java, ${misc:Depends}
Description: Implementation of the JSP2.0 Expression Language interpreter
The JSP 2.0 specification provides a portable API for evaluating "EL
Expressions": The classes and interfaces in the javax.servlet.jsp.el
package describe and define programmatic access to the Expression
Language evaluator. This package is an implementation of the API.
|