Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.server/META-INF/common.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.server/META-INF/common.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.server/META-INF/common.xml b/plugins/org.eclipse.emf.cdo.examples.server/META-INF/common.xml
index 3a3f6bf2a6..c580268b43 100644
--- a/plugins/org.eclipse.emf.cdo.examples.server/META-INF/common.xml
+++ b/plugins/org.eclipse.emf.cdo.examples.server/META-INF/common.xml
@@ -35,14 +35,14 @@
<bean id="protocolManager" class="org.eclipse.net4j.core.impl.ProtocolManagerImpl"/>
<!-- ######################################################## -->
- <bean id="basicServerProtocol" class="org.eclipse.net4j.core.protocol.BasicServerProtocol">
+ <bean id="serverControlProtocol" class="org.eclipse.net4j.core.protocol.ServerControlProtocol">
<property name="protocolManager">
<ref local="protocolManager"/>
</property>
</bean>
<!-- ######################################################## -->
- <bean id="basicClientProtocol" class="org.eclipse.net4j.core.protocol.BasicClientProtocol">
+ <bean id="clientControlProtocol" class="org.eclipse.net4j.core.protocol.ClientControlProtocol">
<property name="protocolManager">
<ref local="protocolManager"/>
</property>

Back to the top