Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registryListener/bundle01/plugin.xml')
-rw-r--r--bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registryListener/bundle01/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registryListener/bundle01/plugin.xml b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registryListener/bundle01/plugin.xml
new file mode 100644
index 000000000..f609213a9
--- /dev/null
+++ b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registryListener/bundle01/plugin.xml
@@ -0,0 +1,3 @@
+<plugin>
+ <extension-point id="xp1" name="Extension Point 1"/>
+</plugin> \ No newline at end of file

Back to the top