Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Raynaud2011-11-02 19:48:58 +0000
committerXavier Raynaud2011-11-02 19:48:58 +0000
commit0e87a0ce530353da75a14a03cc2bbd781257cd99 (patch)
treea667a0dbed3bd6fe89b0e04152a941cedc430bf0
parentfffb1094f9856527c68a2c5a13eaeeaaef733f84 (diff)
downloadorg.eclipse.linuxtools-0e87a0ce530353da75a14a03cc2bbd781257cd99.tar.gz
org.eclipse.linuxtools-0e87a0ce530353da75a14a03cc2bbd781257cd99.tar.xz
org.eclipse.linuxtools-0e87a0ce530353da75a14a03cc2bbd781257cd99.zip
change gcov test dependencies
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.test/META-INF/MANIFEST.MF25
1 files changed, 14 insertions, 11 deletions
diff --git a/gcov/org.eclipse.linuxtools.gcov.test/META-INF/MANIFEST.MF b/gcov/org.eclipse.linuxtools.gcov.test/META-INF/MANIFEST.MF
index d1bd6e8501..0e875eefdc 100644
--- a/gcov/org.eclipse.linuxtools.gcov.test/META-INF/MANIFEST.MF
+++ b/gcov/org.eclipse.linuxtools.gcov.test/META-INF/MANIFEST.MF
@@ -5,17 +5,20 @@ Bundle-SymbolicName: org.eclipse.linuxtools.gcov.test
Bundle-Version: 4.1.1.qualifier
Bundle-Activator: org.eclipse.linuxtools.gcov.test.Activator
Bundle-Vendor: %bundleProvider
-Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
- org.eclipse.ui;bundle-version="3.7.0",
- org.eclipse.ui.editors;bundle-version="3.7.0",
- org.eclipse.core.resources;bundle-version="3.7.100",
- org.junit,
- org.eclipse.swtbot.eclipse.finder;bundle-version="2.0.5",
- org.eclipse.swtbot.junit4_x;bundle-version="2.0.5",
- org.eclipse.ui.workbench;bundle-version="3.7.0",
- org.eclipse.linuxtools.dataviewers;bundle-version="4.0.0",
- org.eclipse.linuxtools.dataviewers.annotatedsourceeditor;bundle-version="4.1.0",
- org.eclipse.swtbot.forms.finder;bundle-version="2.0.5"
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.ui,
+ org.eclipse.ui.editors,
+ org.eclipse.core.resources,
+ org.eclipse.swtbot.eclipse.finder,
+ org.eclipse.swtbot.junit4_x,
+ org.eclipse.ui.workbench,
+ org.eclipse.linuxtools.dataviewers,
+ org.eclipse.linuxtools.dataviewers.annotatedsourceeditor,
+ org.eclipse.swtbot.forms.finder,
+ org.hamcrest,
+ org.eclipse.swtbot.eclipse.core,
+ org.apache.log4j,
+ org.eclipse.swtbot.go
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Localization: plugin

Back to the top