lttng: Restrict version of jdt.annotation in Tycho target platform
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 20 May 2014 22:33:38 +0000 (18:33 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 20 May 2014 23:47:29 +0000 (19:47 -0400)
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 <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/26967
Tested-by: Hudson CI
pom.xml

diff --git a/pom.xml b/pom.xml
index cc86913a300f12454de04a8b9cd7529ef66b6a22..d5e53661e2654af60d87f528e41d353b3806a61f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                             <arch>x86_64</arch>
                         </environment>
                     </environments>
+                    <filters>
+                      <filter>
+                        <type>eclipse-plugin</type>
+                        <id>org.eclipse.jdt.annotation</id>
+                        <restrictTo>
+                          <versionRange>[1.0,2.0)</versionRange>
+                        </restrictTo>
+                      </filter>
+                    </filters>
                 </configuration>
             </plugin>
             <plugin>
This page took 0.035901 seconds and 5 git commands to generate.