Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/testH/3/plugin.xml')
-rw-r--r--bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/testH/3/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/testH/3/plugin.xml b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/testH/3/plugin.xml
new file mode 100644
index 000000000..5a10bb480
--- /dev/null
+++ b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/testH/3/plugin.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<plugin>
+
+ <extension-point id="unused" name="unused in tests" schema="schema/xptH1.exsd"/>
+
+</plugin>

Back to the top