Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leherbauer2007-03-22 14:44:59 +0000
committerAnton Leherbauer2007-03-22 14:44:59 +0000
commit1e05776561c339f5217632b0fd5b4b66a776454a (patch)
tree34c72985383e92e986a9775b710badb1e5ea89e9 /core/org.eclipse.cdt.core.win32
parentfda3d9751217fe8a564ba01fc0266996d35afaf1 (diff)
downloadorg.eclipse.cdt-1e05776561c339f5217632b0fd5b4b66a776454a.tar.gz
org.eclipse.cdt-1e05776561c339f5217632b0fd5b4b66a776454a.tar.xz
org.eclipse.cdt-1e05776561c339f5217632b0fd5b4b66a776454a.zip
Fix for 178786: Incorrect Plugin details
Diffstat (limited to 'core/org.eclipse.cdt.core.win32')
-rw-r--r--core/org.eclipse.cdt.core.win32/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core.win32/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.win32/META-INF/MANIFEST.MF
index 7e4dee3ab5c..0afee76d402 100644
--- a/core/org.eclipse.cdt.core.win32/META-INF/MANIFEST.MF
+++ b/core/org.eclipse.cdt.core.win32/META-INF/MANIFEST.MF
@@ -6,4 +6,4 @@ Bundle-Version: 4.0.0.qualifier
Bundle-ClassPath: cdt_win32.jar
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.cdt.core;bundle-version="[4.0.0,5.0.0)"
-Bundle-Localization: fragment
+Bundle-Localization: plugin

Back to the top