[eclipse-linuxtools] 06/17: Use javac target 1.7

Jakub Adam xhaakon-guest at moszumanska.debian.org
Tue Oct 14 18:11:51 BST 2014


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

xhaakon-guest pushed a commit to branch master
in repository eclipse-linuxtools.

commit 323e317a83187b66cc050cfbfc8cb8476eca693f
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Mon Jun 23 19:01:00 2014 +0200

    Use javac target 1.7
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ad3893b..fad49db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ eclipse-linuxtools (3.0.0-1) UNRELEASED; urgency=medium
   * Refreshed d/patches.
   * Don't build removed feature org.eclipse.linuxtools.tools.launch
     - merged into org.eclipse.linuxtools.profiling.
+  * Use javac target 1.7.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Mon, 23 Jun 2014 18:21:57 +0200
 
diff --git a/debian/rules b/debian/rules
index 427482f..323f8bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ BUILD_ID:=dist
 	dh $@ --with eclipse-helper
 
 override_jh_compilefeatures:
-	jh_compilefeatures --build-opts="-DjavacTarget=1.6 -DjavacSource=1.6 -DbuildId=$(BUILD_ID) -DforceContextQualifier=$(BUILD_ID)";
+	jh_compilefeatures --build-opts="-DjavacTarget=1.7 -DjavacSource=1.7 -DbuildId=$(BUILD_ID) -DforceContextQualifier=$(BUILD_ID)";
 
 # Directory changelog/ collides with dh_installchangelogs searching for upstream
 # logs and causes crash during build

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



More information about the pkg-java-commits mailing list