Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMarc-Andre Laperle2011-07-12 05:27:37 +0000
committerMarc-Andre Laperle2011-07-12 05:27:37 +0000
commit4c60d237d0023fa2abb950324a332302b3d714e5 (patch)
tree22b054f78c589bc1c024ab3eb5e759af877eaa69 /core
parent3e9c760648d01af827bca000b69d3c5acc7f0243 (diff)
downloadorg.eclipse.cdt-4c60d237d0023fa2abb950324a332302b3d714e5.tar.gz
org.eclipse.cdt-4c60d237d0023fa2abb950324a332302b3d714e5.tar.xz
org.eclipse.cdt-4c60d237d0023fa2abb950324a332302b3d714e5.zip
Fix core.win32 not unpacking
Diffstat (limited to 'core')
-rw-r--r--core/org.eclipse.cdt.core.win32/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 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 f0023d2a42d..ce112e648fa 100644
--- a/core/org.eclipse.cdt.core.win32/META-INF/MANIFEST.MF
+++ b/core/org.eclipse.cdt.core.win32/META-INF/MANIFEST.MF
@@ -9,3 +9,4 @@ Fragment-Host: org.eclipse.cdt.core;bundle-version="[5.2.0,6.0.0)"
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Eclipse-PlatformFilter: (osgi.os=win32)
+Eclipse-BundleShape: dir

Back to the top