Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-05-16 18:54:41 +0000
committerThomas Watson2012-05-16 18:54:41 +0000
commitee6653261fcb65d6ea98721dd5961c38f8f29172 (patch)
tree431e58223019cd2b5816995c06b782052f12aedc
parente7c4cd2397de3a5ec46ffe51e490b7b3ab720d3c (diff)
downloadrt.equinox.bundles-ee6653261fcb65d6ea98721dd5961c38f8f29172.tar.gz
rt.equinox.bundles-ee6653261fcb65d6ea98721dd5961c38f8f29172.tar.xz
rt.equinox.bundles-ee6653261fcb65d6ea98721dd5961c38f8f29172.zip
-rw-r--r--bundles/org.eclipse.equinox.bidi.tests/META-INF/MANIFEST.MF1
-rw-r--r--bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF1
-rw-r--r--bundles/org.eclipse.equinox.region.tests/META-INF/MANIFEST.MF1
-rw-r--r--bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF1
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 06d34b1a1..4e0297a09 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 84f89bf16..b215b75c6 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 7f302aff6..1c58d52b8 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 0eab06b4b..b2a5243d0 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

Back to the top