From 9df8efffb11c88213ebf6bf68aa7311ba3b320ec Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Tue, 20 May 2014 18:33:38 -0400 Subject: [PATCH] lttng: Restrict version of jdt.annotation in Tycho target platform This works around the problem of jdt.annotation 2.0 being used which requires Java 8. Change-Id: I042709d044e40c3eb1220c2cc2a5c5687c06c102 Signed-off-by: Marc-Andre Laperle Reviewed-on: https://git.eclipse.org/r/26967 Tested-by: Hudson CI --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index cc86913a30..d5e53661e2 100644 --- a/pom.xml +++ b/pom.xml @@ -188,6 +188,15 @@ x86_64 + + + eclipse-plugin + org.eclipse.jdt.annotation + + [1.0,2.0) + + + -- 2.34.1