Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.provider.trivial/plugin.xml')
-rwxr-xr-xexamples/bundles/org.eclipse.ecf.examples.provider.trivial/plugin.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.provider.trivial/plugin.xml b/examples/bundles/org.eclipse.ecf.examples.provider.trivial/plugin.xml
index 3bc68af0e..a5f039785 100755
--- a/examples/bundles/org.eclipse.ecf.examples.provider.trivial/plugin.xml
+++ b/examples/bundles/org.eclipse.ecf.examples.provider.trivial/plugin.xml
@@ -19,5 +19,17 @@
server="false">
</containerFactory>
</extension>
+ <extension
+ id="Trivial"
+ point="org.eclipse.core.runtime.applications">
+ <application
+ cardinality="singleton-global"
+ thread="main"
+ visible="true">
+ <run
+ class="org.eclipse.ecf.examples.provider.trivial.TrivialApplication">
+ </run>
+ </application>
+ </extension>
</plugin>

Back to the top