diff options
Diffstat (limited to 'framework/bundles/org.eclipse.ecf/plugin.xml')
-rw-r--r-- | framework/bundles/org.eclipse.ecf/plugin.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf/plugin.xml b/framework/bundles/org.eclipse.ecf/plugin.xml new file mode 100644 index 000000000..b3e456446 --- /dev/null +++ b/framework/bundles/org.eclipse.ecf/plugin.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?eclipse version="3.0"?> +<plugin> + <extension-point id="containerFactory" name="ECF Container Factory" schema="schema/containerFactory.exsd"/> + <extension-point id="namespace" name="ECF Namespace" schema="schema/namespace.exsd"/> +</plugin> |