libfreemarker-java 2.3.23-6 source package in Ubuntu

Changelog

libfreemarker-java (2.3.23-6) unstable; urgency=medium

  * Team upload.

  [ Emmanuel Bourg ]
  * Marked bug #801011 as closed in 2.3.23-4

  [ Markus Koschany ]
  * Switch from findbugs to libfindbugs-annotations-java.
    Thanks to Chris Lamb for the report. (Closes: #834211)

 -- Markus Koschany <email address hidden>  Sun, 14 Aug 2016 23:42:31 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfreemarker-java_2.3.23-6.dsc 2.9 KiB fc09037fad72e3d9252bb0eb6a021f39ed50ec93de0c0456b62ac08b532e2064
libfreemarker-java_2.3.23.orig.tar.xz 937.9 KiB baf3358d3d09106b0284840e54b5060f3ea68a963e049eb52fcccc1fbc067876
libfreemarker-java_2.3.23-6.debian.tar.xz 11.3 KiB 909ffb7d15459e2346e8c45467b5051169c1e36bea6c4272ebc5414e04c07c0d

Available diffs

No changes file available.

Binary packages built by this source

libfreemarker-java: No summary available for libfreemarker-java in ubuntu artful.

No description available for libfreemarker-java in ubuntu artful.

libfreemarker-java-doc: template engine written in Java (documentation)

 FreeMarker is a "template engine"; a generic tool to generate text output
 (anything from HTML to autogenerated source code) based on templates. It's a
 Java package, a class library for Java programmers. It's not an application
 for end-users in itself, but something that programmers can embed into their
 products.
 .
 FreeMarker is designed to be practical for the generation of HTML Web pages,
 particularly by servlet-based applications following the MVC (Model View
 Controller) pattern. The idea behind using the MVC pattern for dynamic Web
 pages is that you separate the designers (HTML authors) from the programmers.
 Everybody works on what they are good at. Designers can change the appearance
 of a page without programmers having to change or recompile code, because the
 application logic (Java programs) and page design (FreeMarker templates) are
 separated. Templates do not become polluted with complex program fragments.
 This separation is useful even for projects where the programmer and the HMTL
 page author is the same person, since it helps to keep the application clear
 and easily maintainable.
 .
 This package contains the documentation of libfreemarker-java.