Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/testNamespace/1/plugin.xml')
-rw-r--r--bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/testNamespace/1/plugin.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/testNamespace/1/plugin.xml b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/testNamespace/1/plugin.xml
new file mode 100644
index 000000000..18c36d4a0
--- /dev/null
+++ b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/testNamespace/1/plugin.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+
+ <extension-point id="org.abc.xptNS1" name="Label xptNS1" schema="schema/xptNS1.exsd"/>
+
+ <extension point="org.abc.xptNS1" id="org.abc.extNS1">
+ </extension>
+
+</plugin>

Back to the top