Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.common.tests/Plugin_Testing/adapters/testAdapter_1.0.0/plugin.xml')
-rw-r--r--bundles/org.eclipse.equinox.common.tests/Plugin_Testing/adapters/testAdapter_1.0.0/plugin.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/adapters/testAdapter_1.0.0/plugin.xml b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/adapters/testAdapter_1.0.0/plugin.xml
new file mode 100644
index 000000000..4b6e398f0
--- /dev/null
+++ b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/adapters/testAdapter_1.0.0/plugin.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+ <extension
+ point="org.eclipse.equinox.common.tests.factoryLoaderTest">
+ <AdapterClass
+ name="testAdapter.testUnknown">
+ </AdapterClass>
+ </extension>
+</plugin>

Back to the top