1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: velocity-tools
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk
Build-Depends-Indep: ant-optional,
antlr,
junit4,
libcommons-beanutils-java,
libcommons-collections3-java,
libcommons-digester-java,
libcommons-lang-java,
libcommons-logging-java,
libcommons-validator-java,
libdom4j-java,
liboro-java,
libservlet3.1-java,
maven-repo-helper,
velocity
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/velocity-tools.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/velocity-tools.git
Homepage: http://velocity.apache.org/tools/
Package: libvelocity-tools-java
Architecture: all
Depends: libcommons-beanutils-java,
libcommons-collections3-java,
libcommons-digester-java,
libcommons-lang-java,
libcommons-logging-java,
libcommons-validator-java,
libdom4j-java,
liboro-java,
velocity,
${misc:Depends}
Description: collection of useful tools for Velocity template engine
The VelocityTools project is a collection of useful Java classes (aka tools),
as well as infrastructure to easily, automatically and transparently
make these tools available to Velocity templates.
.
Project include easy integration of Velocity into the view-layer of
web applications (via the VelocityViewTag and
VelocityViewServlet) and integration with Struts 1.x applications.
Package: libvelocity-tools-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libvelocity-tools-java
Description: collection of useful tools for Velocity template engine - documentation
The VelocityTools project is a collection of useful Java classes (aka tools),
as well as infrastructure to easily, automatically and transparently
make these tools available to Velocity templates.
.
Project include easy integration of Velocity into the view-layer of
web applications (via the VelocityViewTag and
VelocityViewServlet) and integration with Struts 1.x applications.
.
This package provides the API documentation for Velocity Tools.
|