Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-07-06 06:51:46 +0000
committerEike Stepper2009-07-06 06:51:46 +0000
commit81f787d0bff8667448a803a29a49e4fa3ac7a1c8 (patch)
tree9bc197a488bd908cfe394b075141752c64cbeb77 /features/org.eclipse.emf.cdo-feature/feature.xml
parentf2a20d5fe83127ba8393ffc331fe2c1c169623f3 (diff)
downloadcdo-81f787d0bff8667448a803a29a49e4fa3ac7a1c8.tar.gz
cdo-81f787d0bff8667448a803a29a49e4fa3ac7a1c8.tar.xz
cdo-81f787d0bff8667448a803a29a49e4fa3ac7a1c8.zip
[282481] Provide an EmbeddedSessionProtocol
https://bugs.eclipse.org/bugs/show_bug.cgi?id=282481
Diffstat (limited to 'features/org.eclipse.emf.cdo-feature/feature.xml')
-rw-r--r--features/org.eclipse.emf.cdo-feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.emf.cdo-feature/feature.xml b/features/org.eclipse.emf.cdo-feature/feature.xml
index ebfc6a9393..120fa9ab98 100644
--- a/features/org.eclipse.emf.cdo-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo-feature/feature.xml
@@ -69,4 +69,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.emf.cdo.net4j"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top