Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2012-05-16 19:03:36 +0000
committerPaul Webster2012-05-16 19:07:42 +0000
commitd7bc9e731af09f134e3b045e3ef6cb4b2baa21df (patch)
treebffa435c34c1e5fde61b71b13dbe66066fedab5d
parent930c9cc5b1eb54ede52f9b9a4c79743d08c9c00c (diff)
downloadorg.eclipse.e4.databinding-d7bc9e731af09f134e3b045e3ef6cb4b2baa21df.tar.gz
org.eclipse.e4.databinding-d7bc9e731af09f134e3b045e3ef6cb4b2baa21df.tar.xz
org.eclipse.e4.databinding-d7bc9e731af09f134e3b045e3ef6cb4b2baa21df.zip
Added Eclipse-BundleShape: dir to test bundles
-rw-r--r--examples/org.eclipse.jface.examples.databinding/META-INF/MANIFEST.MF1
-rw-r--r--tests/org.eclipse.jface.tests.databinding.conformance/META-INF/MANIFEST.MF1
-rw-r--r--tests/org.eclipse.jface.tests.databinding/META-INF/MANIFEST.MF1
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/org.eclipse.jface.examples.databinding/META-INF/MANIFEST.MF b/examples/org.eclipse.jface.examples.databinding/META-INF/MANIFEST.MF
index 9e4b98dc..de98097a 100644
--- a/examples/org.eclipse.jface.examples.databinding/META-INF/MANIFEST.MF
+++ b/examples/org.eclipse.jface.examples.databinding/META-INF/MANIFEST.MF
@@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jface.examples.databinding
Bundle-Version: 1.0.200.qualifier
+Eclipse-BundleShape: dir
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/tests/org.eclipse.jface.tests.databinding.conformance/META-INF/MANIFEST.MF b/tests/org.eclipse.jface.tests.databinding.conformance/META-INF/MANIFEST.MF
index 9dcf5ee6..6073d5f2 100644
--- a/tests/org.eclipse.jface.tests.databinding.conformance/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.jface.tests.databinding.conformance/META-INF/MANIFEST.MF
@@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jface.tests.databinding.conformance
Bundle-Version: 1.1.0.qualifier
+Eclipse-BundleShape: dir
Require-Bundle: org.junit,
org.eclipse.core.databinding,
org.eclipse.jface.databinding,
diff --git a/tests/org.eclipse.jface.tests.databinding/META-INF/MANIFEST.MF b/tests/org.eclipse.jface.tests.databinding/META-INF/MANIFEST.MF
index 66ddd566..885e1809 100644
--- a/tests/org.eclipse.jface.tests.databinding/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.jface.tests.databinding/META-INF/MANIFEST.MF
@@ -19,3 +19,4 @@ Require-Bundle: org.eclipse.core.databinding;bundle-version="[1.3.0,2.0.0)",
Import-Package: com.ibm.icu.math,
com.ibm.icu.text
Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Eclipse-BundleShape: dir

Back to the top