Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2012-04-03 06:35:04 +0000
committerAlexander Kurtakov2012-04-03 06:35:04 +0000
commit7320295c92703b92698e0d9ceae43eb32e462367 (patch)
treec28c8f4dc5d4c0b9555b4c6dbe34be8f804fa936 /changelog
parentfddcb11057fbdc88d2883902e9ffceee4c002db8 (diff)
downloadorg.eclipse.linuxtools-7320295c92703b92698e0d9ceae43eb32e462367.tar.gz
org.eclipse.linuxtools-7320295c92703b92698e0d9ceae43eb32e462367.tar.xz
org.eclipse.linuxtools-7320295c92703b92698e0d9ceae43eb32e462367.zip
Define only one BREE.
Diffstat (limited to 'changelog')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.tests/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.tests/META-INF/MANIFEST.MF b/changelog/org.eclipse.linuxtools.changelog.tests/META-INF/MANIFEST.MF
index 7e661c7388..9f0df67257 100644
--- a/changelog/org.eclipse.linuxtools.changelog.tests/META-INF/MANIFEST.MF
+++ b/changelog/org.eclipse.linuxtools.changelog.tests/META-INF/MANIFEST.MF
@@ -9,8 +9,7 @@ Require-Bundle:
org.eclipse.jdt.ui,
org.junit4;bundle-version="4.8.1"
Fragment-Host: org.eclipse.linuxtools.changelog.core
-Bundle-RequiredExecutionEnvironment: J2SE-1.5,
- JavaSE-1.6
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.cdt.core,
org.eclipse.cdt.core.model,

Back to the top