Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'framework/bundles/org.eclipse.ecf/plugin.xml')
-rw-r--r--framework/bundles/org.eclipse.ecf/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf/plugin.xml b/framework/bundles/org.eclipse.ecf/plugin.xml
index b3e456446..7be7c7edf 100644
--- a/framework/bundles/org.eclipse.ecf/plugin.xml
+++ b/framework/bundles/org.eclipse.ecf/plugin.xml
@@ -3,4 +3,11 @@
<plugin>
<extension-point id="containerFactory" name="ECF Container Factory" schema="schema/containerFactory.exsd"/>
<extension-point id="namespace" name="ECF Namespace" schema="schema/namespace.exsd"/>
+ <extension
+ point="org.eclipse.ecf.containerFactory">
+ <containerFactory
+ class="org.eclipse.ecf.internal.impl.standalone.StandaloneContainerInstantiator"
+ description="standalone container implementation for testing"
+ name="standalone"/>
+ </extension>
</plugin>

Back to the top