[libspring-ldap-java] 05/08: Generate Java 5 compatible bytecode

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Sep 9 10:20:46 UTC 2014


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 <ebourg at apache.org>
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



More information about the pkg-java-commits mailing list