Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-09-29 10:19:09 +0000
committerEike Stepper2007-09-29 10:19:09 +0000
commit4d08609d3f32cd6a90a668a7359e76825a416d1a (patch)
treedc2fd9109ad5ae510efdfe206ef912c7427bb79a /plugins/org.eclipse.emf.cdo.server/plugin.xml
parentf957527aafb26ef9e3d95dc3a18b683a1f52199c (diff)
downloadcdo-4d08609d3f32cd6a90a668a7359e76825a416d1a.tar.gz
cdo-4d08609d3f32cd6a90a668a7359e76825a416d1a.tar.xz
cdo-4d08609d3f32cd6a90a668a7359e76825a416d1a.zip
[204887] Provide CDOServer product
https://bugs.eclipse.org/bugs/show_bug.cgi?id=204887
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.server/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.server/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server/plugin.xml b/plugins/org.eclipse.emf.cdo.server/plugin.xml
index 517546175d..9da83d9ccc 100644
--- a/plugins/org.eclipse.emf.cdo.server/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.server/plugin.xml
@@ -40,7 +40,7 @@
id="app"
point="org.eclipse.core.runtime.applications"
name="CDOServer">
- <application cardinality="1" thread="any">
+ <application cardinality="1" thread="main">
<run class="org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplication"/>
</application>
</extension>

Back to the top