Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/fragmentToNonSingleton/fragment.xml')
-rw-r--r--bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/fragmentToNonSingleton/fragment.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/fragmentToNonSingleton/fragment.xml b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/fragmentToNonSingleton/fragment.xml
new file mode 100644
index 000000000..992aa6c1b
--- /dev/null
+++ b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/fragmentToNonSingleton/fragment.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<fragment>
+ <extension-point id="Bar" name="bar name" schema="schema/Bar.exsd"/>
+
+</fragment>

Back to the top