velocity 1.6.4-1 source package in Ubuntu

Changelog

velocity (1.6.4-1) unstable; urgency=low

  * Team upload
  * Newer but not newest upstream version.
  * Remove Arnaud and Wolfgang from Uploaders list.
  * Switch to debhelper level 7.
  * Update Standards-Version: 3.9.2.
  * Remove bundled ivy*.jar from orig tarball.
  * Switch to source format 3.0.
  * Mangle alpha and beta versions in debian/watch.
  * Document copyright and license of xmleb.jar.
  * Use Maven to build the package. Parts of the documentation that require the
    maven-site-plugin do not build yet.
  * Refresh remaining patch.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 16:41:14 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
velocity_1.6.4.orig.tar.gz 702.6 KiB 8ded1d2539e18690c0a4d024e213b6f004138904fc6768180abf964c2cb4cf5e
velocity_1.6.4-1.debian.tar.gz 8.9 KiB 6a74134bebc01c0f808bd800820ac510cae6263af1191b00e22f32fc5d614c33
velocity_1.6.4-1.dsc 1.6 KiB 9521f4e1803f6d6a581394394b69a316e96c76ffa1d4f506a5caf71f0bbabc0d

Available diffs

View changes file

Binary packages built by this source

velocity: Java-based template engine for web application

 Velocity is a Java-based template engine. It permits anyone to use
 the simple yet powerful template language to reference objects
 defined in Java code.
 When Velocity is used for web development, Web designers can work in
 parallel with Java programmers to develop web sites according to the
 Model-View-Controller (MVC) model, meaning that web page designers
 can focus solely on creating a site that looks good, and programmers
 can focus solely on writing top-notch code. Velocity separates Java
 code from the web pages, making the web site more maintainable over
 the long run and providing a viable alternative to Java Server Pages
 (JSPs) or PHP.

velocity-doc: Documentation for velocity

 Velocity is a Java-based template engine which is useful to develop
 Model-View-Controller (MVC) model web application. It permits anyone
 to use the simple yet powerful template language to reference objects
 defined in Java code. This package provides documents and examples for
 velocity.