Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/nonSingletonFragment/plugin/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/nonSingletonFragment/plugin/META-INF/MANIFEST.MF9
1 files changed, 9 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/nonSingletonFragment/plugin/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/nonSingletonFragment/plugin/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..86cac4f99
--- /dev/null
+++ b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/nonSingletonFragment/plugin/META-INF/MANIFEST.MF
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Regular Plug-in
+Bundle-SymbolicName: Regular; singleton:=true
+Bundle-Version: 1.0.0
+Bundle-ClassPath: NonSingleton.jar
+Bundle-Localization: plugin
+Eclipse-AutoStart: true
+Require-Bundle: org.eclipse.core.runtime

Back to the top