Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/multiLang/fragmentA/fragment.xml')
-rw-r--r--bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/multiLang/fragmentA/fragment.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/multiLang/fragmentA/fragment.xml b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/multiLang/fragmentA/fragment.xml
new file mode 100644
index 000000000..9c790a905
--- /dev/null
+++ b/bundles/org.eclipse.equinox.common.tests/Plugin_Testing/registry/multiLang/fragmentA/fragment.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+ <extension-point id="org.eclipse.test.registryMulti.FragmentPointA"
+ name="Multi language registry test FragmentPointA"
+ schema="schema/FragmentPointA.exsd"/>
+ <extension id="org.eclipse.test.registryMulti.FragmentExtA"
+ name="Multi language registry test Extension A"
+ point="org.eclipse.test.registryMulti.FragmentPointA">
+ <product
+ name="%baseTest"
+ application="Application">
+ </product>
+ </extension>
+</plugin>

Back to the top