[ivy] 04/05: Set the source/target level to 1.5 in debian/build.xml

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Apr 29 21:17:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ivy.

commit 2ecafe58f9535f58dc2ad1d8209945792c792d43
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Apr 29 23:06:21 2015 +0200

    Set the source/target level to 1.5 in debian/build.xml
---
 debian/build.xml | 2 +-
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/build.xml b/debian/build.xml
index 1c98fe6..1d272d0 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -28,7 +28,7 @@
   <target name="compile">
     <mkdir dir="${class.dir}" />
     <javac srcdir="${source.dir}" destdir="${class.dir}"
-	   debug="true" source="1.4" target="1.4"/>
+	   debug="true" source="1.5" target="1.5"/>
     <copy todir="${class.dir}">
       <fileset dir="${source.dir}">
         <patternset refid="compiler.resources" />
diff --git a/debian/changelog b/debian/changelog
index 78a22ff..fb28b16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ivy (2.4.0-1) UNRELEASED; urgency=medium
   * New upstream release.
     - Refreshed the VFS patch
     - New dependency on libjsch-agent-proxy-java
+    - Set the source/target level to 1.5 in debian/build.xml
   * Use XZ compression for the upstream tarball
   * Moved the package to Git
   * Switch to debhelper level 9

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ivy.git



More information about the pkg-java-commits mailing list