Skip to main content
summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorDoug Schaefer2006-05-24 18:54:05 +0000
committerDoug Schaefer2006-05-24 18:54:05 +0000
commit9174d8ce5802e70349434eaccc63eb61f36e21a6 (patch)
tree9e39092574414611f883e091c497d7f42348e3c4 /build
parentb62b69c677459460d30baa6adc3f6e38830f6aff (diff)
downloadorg.eclipse.cdt-9174d8ce5802e70349434eaccc63eb61f36e21a6.tar.gz
org.eclipse.cdt-9174d8ce5802e70349434eaccc63eb61f36e21a6.tar.xz
org.eclipse.cdt-9174d8ce5802e70349434eaccc63eb61f36e21a6.zip
Bug 141819 - Fix providers for some of the plugins.
Diffstat (limited to 'build')
-rw-r--r--build/org.eclipse.cdt.make.core.tests/META-INF/MANIFEST.MF1
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui.tests/META-INF/MANIFEST.MF2
2 files changed, 2 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.make.core.tests/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.make.core.tests/META-INF/MANIFEST.MF
index e990d0cc51c..0ac309fb04c 100644
--- a/build/org.eclipse.cdt.make.core.tests/META-INF/MANIFEST.MF
+++ b/build/org.eclipse.cdt.make.core.tests/META-INF/MANIFEST.MF
@@ -14,3 +14,4 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.cdt.core,
org.eclipse.core.resources
Eclipse-AutoStart: true
+Bundle-Vendor: Eclipse.org
diff --git a/build/org.eclipse.cdt.managedbuilder.ui.tests/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.managedbuilder.ui.tests/META-INF/MANIFEST.MF
index b54ca032c68..a9c1ddf7ec0 100644
--- a/build/org.eclipse.cdt.managedbuilder.ui.tests/META-INF/MANIFEST.MF
+++ b/build/org.eclipse.cdt.managedbuilder.ui.tests/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.ui.tests; singleton:=true
Bundle-Version: 3.1.0.qualifier
Bundle-ClassPath: tests.jar
Bundle-Activator: org.eclipse.cdt.managedbuilder.ui.tests.testplugin.TestsPlugin
-Bundle-Vendor: eclipse.org
+Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,

Back to the top