Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/71826/fragmentF')
-rw-r--r--bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/71826/fragmentF/META-INF/MANIFEST.MF6
-rw-r--r--bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/71826/fragmentF/fragment.xml8
2 files changed, 14 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/71826/fragmentF/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/71826/fragmentF/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..06c85cdf9
--- /dev/null
+++ b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/71826/fragmentF/META-INF/MANIFEST.MF
@@ -0,0 +1,6 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: 71826F
+Bundle-SymbolicName: 71826F;singleton:=true
+Bundle-Version: 1.0.0
+Fragment-Host: 71826A; bundle-version=1.0.0
diff --git a/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/71826/fragmentF/fragment.xml b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/71826/fragmentF/fragment.xml
new file mode 100644
index 000000000..ae11176ce
--- /dev/null
+++ b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/71826/fragmentF/fragment.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<fragment>
+
+ <extension point="71826A.xptE" id="F1">
+ </extension>
+
+</fragment>

Back to the top