Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyushman Jain2012-05-23 12:38:24 +0000
committerAyushman Jain2012-05-23 12:38:24 +0000
commit7ca9f198dab5ae249453376b5f6d99317f797266 (patch)
tree60f9487b3cb5680a95548bc9325e0bd8ee1eda7e /org.eclipse.jdt.core.tests.model/META-INF
parent2072066236cf0c2b3eb69a2feda2961caae93e20 (diff)
downloadeclipse.jdt.core-7ca9f198dab5ae249453376b5f6d99317f797266.tar.gz
eclipse.jdt.core-7ca9f198dab5ae249453376b5f6d99317f797266.tar.xz
eclipse.jdt.core-7ca9f198dab5ae249453376b5f6d99317f797266.zip
Fixed bug 379726: Include Eclipse-BundleShape in test plugin MANIFEST.MFv20120523-1238
Diffstat (limited to 'org.eclipse.jdt.core.tests.model/META-INF')
-rw-r--r--org.eclipse.jdt.core.tests.model/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core.tests.model/META-INF/MANIFEST.MF b/org.eclipse.jdt.core.tests.model/META-INF/MANIFEST.MF
index 4361c6d208..9a21f6e89b 100644
--- a/org.eclipse.jdt.core.tests.model/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.core.tests.model/META-INF/MANIFEST.MF
@@ -26,3 +26,4 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.2.0,2.0.0)",
org.eclipse.jdt.annotation;bundle-version="[1.0.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Eclipse-BundleShape: dir

Back to the top