Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-06-06 18:05:10 +0000
committerEike Stepper2012-06-06 18:05:10 +0000
commit4a711b5a64c086bd1aec35465e96807cd7572dc0 (patch)
tree1f094a2acda82566abd8de555f21044dfdf16a40 /features/org.eclipse.emf.cdo-feature/feature.xml
parentbc6860460ea734dc2dfa4cc82238486f53c81d41 (diff)
downloadcdo-4a711b5a64c086bd1aec35465e96807cd7572dc0.tar.gz
cdo-4a711b5a64c086bd1aec35465e96807cd7572dc0.tar.xz
cdo-4a711b5a64c086bd1aec35465e96807cd7572dc0.zip
[381472] Design a repository administration API
https://bugs.eclipse.org/bugs/show_bug.cgi?id=381472
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 1873c0b870..4436b0edd7 100644
--- a/features/org.eclipse.emf.cdo-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo-feature/feature.xml
@@ -161,4 +161,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.emf.cdo.ui.admin"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top