Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Hufmann2012-11-13 14:25:39 +0000
committerBernd Hufmann2012-11-15 21:21:28 +0000
commitd95ac9a196ab8a2e70e853f0de1613cfcfc16627 (patch)
tree9530633d68eb22ca355e8ae9c90f9f4a412f04db /lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests
parentd8dfc746769f92a5991f08cbb2a1e0e0ec59acfd (diff)
downloadorg.eclipse.linuxtools-d95ac9a196ab8a2e70e853f0de1613cfcfc16627.tar.gz
org.eclipse.linuxtools-d95ac9a196ab8a2e70e853f0de1613cfcfc16627.tar.xz
org.eclipse.linuxtools-d95ac9a196ab8a2e70e853f0de1613cfcfc16627.zip
Add support for older Eclipse version (e.g. 3.6) than 3.8
Change-Id: I67ec91e26e608ddb4b243eb9f21261b070ae6d03 Reviewed-on: https://git.eclipse.org/r/8654 Tested-by: Hudson CI Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com> IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
Diffstat (limited to 'lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests')
-rw-r--r--lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/META-INF/MANIFEST.MF b/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/META-INF/MANIFEST.MF
index 9d873476de..39de0db144 100644
--- a/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/META-INF/MANIFEST.MF
+++ b/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/META-INF/MANIFEST.MF
@@ -8,4 +8,4 @@ Bundle-SymbolicName: org.eclipse.linuxtools.lttng2.kernel.ui.tests
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Fragment-Host: org.eclipse.linuxtools.lttng2.kernel.ui
-Require-Bundle: org.junit;bundle-version="4.8.0"
+Require-Bundle: org.junit

Back to the top