Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/nonSingletonFragment/fragment/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/nonSingletonFragment/fragment/META-INF/MANIFEST.MF8
1 files changed, 8 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/nonSingletonFragment/fragment/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/nonSingletonFragment/fragment/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..5d7024232
--- /dev/null
+++ b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/nonSingletonFragment/fragment/META-INF/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: NonSingletonFragment Fragment
+Bundle-SymbolicName: NonSingletonFragment
+Bundle-Version: 1.0.0
+Bundle-ClassPath: a.jar
+Fragment-Host: Regular;bundle-version="[1.0.0,2.0.0)"
+Bundle-Localization: plugin

Back to the top