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
|
Source: tiles
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-ant-helper
Build-Depends-Indep: libcommons-digester-java, libslf4j-java, libognl-java,
libservlet2.5-java, libtomcat6-java, libspring-core-java, libspring-web-java,
libfreemarker-java, maven-repo-helper, libmvel-java
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/tiles/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/tiles/
Homepage: http://tiles.apache.org/
Package: libtiles-java
Architecture: all
Depends: ${misc:Depends}, libcommons-digester-java, libslf4j-java
Suggests: libservlet2.5-java, libognl-java, libtomcat6-java, libfreemarker-java,
libspring-core-java, libspring-web-java, libmvel-java
Description: Java templating framework for web application user interfaces
Apache Tiles is a Java templating framework built to simplify the development
of web application user interfaces. Tiles allows authors to define page
fragments which can be assembled into a complete page at runtime.
.
Tiles grew in popularity as a component of the popular
Struts <http://struts.apache.org/1.x/> framework.
.
It has since been extracted from Struts and is now integrated with various
frameworks, such as Struts 2 <http://struts.apache.org/2.x/>
and Shale <http://shale.apache.org/>.
Package: libtiles-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libtiles-java
Description: Java templating framework for web application user interfaces - documentation
Apache Tiles is a Java templating framework built to simplify the development
of web application user interfaces. Tiles allows authors to define page
fragments which can be assembled into a complete page at runtime.
.
Tiles grew in popularity as a component of the popular
Struts <http://struts.apache.org/1.x/> framework.
.
It has since been extracted from Struts and is now integrated with various
frameworks, such as Struts 2 <http://struts.apache.org/2.x/>
and Shale <http://shale.apache.org/>.
.
This package contains the Javadoc API of Tiles.
|