| author | Igor Fedorenko | 2012-05-16 14:54:41 (EDT) |
|---|---|---|
| committer | Thomas Watson | 2012-05-16 14:54:41 (EDT) |
| commit | ee6653261fcb65d6ea98721dd5961c38f8f29172 (patch) (side-by-side diff) | |
| tree | 431e58223019cd2b5816995c06b782052f12aedc | |
| parent | e7c4cd2397de3a5ec46ffe51e490b7b3ab720d3c (diff) | |
| download | rt.equinox.bundles-ee6653261fcb65d6ea98721dd5961c38f8f29172.zip rt.equinox.bundles-ee6653261fcb65d6ea98721dd5961c38f8f29172.tar.gz rt.equinox.bundles-ee6653261fcb65d6ea98721dd5961c38f8f29172.tar.bz2 | |
Bug 379732 - Include Eclipse-BundleShape in test plugin MANIFEST.MF v20120516-1854I20120520-2100I20120520-1900I20120519-2100I20120519-1900I20120518-2345I20120518-2145I20120518-1730I20120518-1530I20120517-1915I20120516-2100I20120516-1900
4 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.bidi.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.bidi.tests/META-INF/MANIFEST.MF index 06d34b1..4e0297a 100644 --- a/bundles/org.eclipse.equinox.bidi.tests/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.bidi.tests/META-INF/MANIFEST.MF @@ -9,3 +9,4 @@ Require-Bundle: org.junit;bundle-version="3.8.2", Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.4 Export-Package: org.eclipse.equinox.bidi.internal.tests;x-internal:=true +Eclipse-BundleShape: dir diff --git a/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF index 84f89bf..b215b75 100644 --- a/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF @@ -17,3 +17,4 @@ Import-Package: org.osgi.util.tracker;version="1.4.2" Export-Package: org.eclipse.equinox.ds.tests.tbc Bundle-RequiredExecutionEnvironment: J2SE-1.4 +Eclipse-BundleShape: dir diff --git a/bundles/org.eclipse.equinox.region.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.region.tests/META-INF/MANIFEST.MF index 7f302af..1c58d52 100644 --- a/bundles/org.eclipse.equinox.region.tests/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.region.tests/META-INF/MANIFEST.MF @@ -21,3 +21,4 @@ Import-Package: junit.framework;version="4.8.1", org.osgi.resource; version="[1.0.0, 1.1.0)" Bundle-ClassPath: stubs/org.eclipse.virgo.teststubs.osgi.jar, . +Eclipse-BundleShape: dir diff --git a/bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF index 0eab06b..b2a5243 100644 --- a/bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF @@ -17,3 +17,4 @@ Export-Package: org.eclipse.equinox.internal.security.tests;x-internal:=true, org.eclipse.equinox.internal.security.tests.storage;x-internal:=true, org.eclipse.equinox.security.tests;version="1.0.0" Bundle-ActivationPolicy: lazy +Eclipse-BundleShape: dir |

