lttng: Add the 4.3 JDT annotations to the 4.2 and 3.8 targets
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 27 Nov 2013 18:20:25 +0000 (13:20 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 6 Dec 2013 17:57:26 +0000 (12:57 -0500)
Since we know that this is not a runtime dependency, we can safely
add it to the target definitions, so the code actually compiles when
we're using these targets.

Change-Id: I8fd8540ac4e9cd3cc4ae94290bd4b2a3ecbf0a22
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/18990
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.lttng.target/lttng-e3.8.target
org.eclipse.linuxtools.lttng.target/lttng-e4.2.target

index 2fa0450d36db3dbaacef15e10f06f4b7db86ab24..79a1ad1ba9b786b55572a10308ab04eab5aebcdb 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="lttng-e3.8" sequenceNumber="15">
+<?pde version="3.8"?><target name="lttng-e3.8" sequenceNumber="16">
 <locations>
 <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
 <unit id="org.antlr.runtime" version="3.2.0.v201101311130"/>
 <unit id="org.eclipse.test.feature.group" version="0.0.0"/>
 <repository location="http://download.eclipse.org/eclipse/updates/3.8/"/>
 </location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
+<repository location="http://download.eclipse.org/eclipse/updates/4.3/"/>
+</location>
 </locations>
 <targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 <launcherArgs>
index f51a082bd407be6cfc34585984766cb2530ca3b0..899eb76f721a19b0e0c0c7f5790a577ee55ab2e4 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="lttng-e4.2" sequenceNumber="15">
+<?pde version="3.8"?><target name="lttng-e4.2" sequenceNumber="16">
 <locations>
 <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
 <unit id="org.antlr.runtime" version="3.2.0.v201101311130"/>
 <unit id="org.eclipse.test.feature.group" version="0.0.0"/>
 <repository location="http://download.eclipse.org/eclipse/updates/4.2/"/>
 </location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
+<repository location="http://download.eclipse.org/eclipse/updates/4.3/"/>
+</location>
 </locations>
 <targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 <launcherArgs>
This page took 0.029245 seconds and 5 git commands to generate.