Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlena Laskavaia2010-03-24 13:21:15 +0000
committerAlena Laskavaia2010-03-24 13:21:15 +0000
commitd06798f4ef51d55170a97055b689fcf4725aba88 (patch)
tree2929d72922ae795c9cf413838aa26916ebed7fd1 /codan/org.eclipse.cdt.codan.examples/META-INF/MANIFEST.MF
parent4abe599850dd5a159e22fc27320343cbac7cef9c (diff)
downloadorg.eclipse.cdt-d06798f4ef51d55170a97055b689fcf4725aba88.tar.gz
org.eclipse.cdt-d06798f4ef51d55170a97055b689fcf4725aba88.tar.xz
org.eclipse.cdt-d06798f4ef51d55170a97055b689fcf4725aba88.zip
- removed dependencies on cdt 7.0 so it can be used with cdt 6.0
Diffstat (limited to 'codan/org.eclipse.cdt.codan.examples/META-INF/MANIFEST.MF')
-rw-r--r--codan/org.eclipse.cdt.codan.examples/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/codan/org.eclipse.cdt.codan.examples/META-INF/MANIFEST.MF b/codan/org.eclipse.cdt.codan.examples/META-INF/MANIFEST.MF
index ee2a344f188..ff72dae7e32 100644
--- a/codan/org.eclipse.cdt.codan.examples/META-INF/MANIFEST.MF
+++ b/codan/org.eclipse.cdt.codan.examples/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@ Bundle-Vendor: Eclipse CDT
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.cdt.codan.core.cxx;bundle-version="1.0.0",
org.eclipse.cdt.codan.core;bundle-version="1.0.0",
- org.eclipse.cdt.core;bundle-version="5.2.0",
- org.eclipse.core.resources;bundle-version="3.6.0"
+ org.eclipse.cdt.core,
+ org.eclipse.core.resources
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy

Back to the top