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
|
Source: tiles-autotag
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.5)
Build-Depends-Indep: junit4,
libcommons-io-java,
libeasymock-java,
libfreemarker-java,
libmaven-bundle-plugin-java,
libmaven3-core-java,
libplexus-compiler-java,
libqdox-java,
libxstream-java,
velocity
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/tiles-autotag.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/tiles-autotag.git
Homepage: http://tiles.apache.org/tiles-autotag/
Package: libtiles-autotag-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Automatic tag generation for Apache Tiles
Autotag generates tags (or tag-like) artifact from a common template
code for a range of templating languages. JSP tags, Freemarker directive
models and Velocity directives are generated from a common template model.
|