This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libspring-ldap-java.
commit 86ad3362c8397ac4ae991c44376b6098808c5383 Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 9 10:17:49 2014 +0200 Generate Java 5 compatible bytecode --- debian/build.xml | 2 ++ debian/changelog | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/build.xml b/debian/build.xml index b438e26..15f451c 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -37,6 +37,7 @@ classpathref="classpath" debug="${debug}" source="${target}" + target="${target}" /> </target> @@ -47,6 +48,7 @@ classpathref="classpath" debug="${debug}" source="${target}" + target="${target}" /> </target> diff --git a/debian/changelog b/debian/changelog index 935aaa1..2e0575e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libspring-ldap-java (1.3.1.RELEASE-5) UNRELEASED; urgency=medium * Team upload. + * Generate Java 5 compatible bytecode * debian/control: - Standards-Version updated to 3.9.5 (no changes) - Use canonical URLs for the Vcs-* fields -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-ldap-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

