Skip to main content
summaryrefslogtreecommitdiffstats
path: root/xlc
diff options
context:
space:
mode:
authorVivian Kong2009-05-04 16:39:20 +0000
committerVivian Kong2009-05-04 16:39:20 +0000
commitd1c84ba0354d241ef336bab65a23e4851b8c9c12 (patch)
tree86825ca55ff2986010a03685097061b9e9073d55 /xlc
parent7723fad7e9e43648ee44c1a737f4916d15592140 (diff)
downloadorg.eclipse.cdt-d1c84ba0354d241ef336bab65a23e4851b8c9c12.tar.gz
org.eclipse.cdt-d1c84ba0354d241ef336bab65a23e4851b8c9c12.tar.xz
org.eclipse.cdt-d1c84ba0354d241ef336bab65a23e4851b8c9c12.zip
plugin dependencies
Diffstat (limited to 'xlc')
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/META-INF/MANIFEST.MF b/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/META-INF/MANIFEST.MF
index 1c69eb927f5..8ca84e37e8f 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/META-INF/MANIFEST.MF
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/META-INF/MANIFEST.MF
@@ -13,8 +13,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.cdt.ui;bundle-version="5.0.2",
org.eclipse.ui.ide;bundle-version="3.4.1",
org.eclipse.core.variables;bundle-version="3.2.100",
- org.eclipse.cdt.managedbuilder.xlc.ui;bundle-version="5.0.0",
- org.eclipse.cdt.core.parser.upc;bundle-version="5.0.0"
+ org.eclipse.cdt.core.parser.upc;bundle-version="5.0.0",
+ org.eclipse.cdt.managedbuilder.xlc.ui;bundle-version="6.0.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor.0

Back to the top