rcp: Add compile-time dependency to jdt.annotation
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Sat, 31 Oct 2015 19:57:55 +0000 (15:57 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 3 Nov 2015 18:56:50 +0000 (13:56 -0500)
The rcp.ui plugin will indirectly depend on the null annotations
due to upcoming new external annotations.

Change-Id: Ief9a2635187cf3fe8ad998810a765b0bbc58176d
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/59419
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Hudson CI
rcp/org.eclipse.tracecompass.rcp.ui/build.properties

index caf7d4dbe659776b868a64e2891e490b19024d1b..3c84707e0f05e4eb16e65ea38cf966448b3deef8 100644 (file)
@@ -19,3 +19,5 @@ bin.includes = plugin.xml,\
                icons/,\
                about.html
 src.includes = about.html
+additional.bundles = org.eclipse.jdt.annotation
+jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
This page took 0.024451 seconds and 5 git commands to generate.