Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.emf.cdo-feature/feature.xml')
-rw-r--r--features/org.eclipse.emf.cdo-feature/feature.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/features/org.eclipse.emf.cdo-feature/feature.xml b/features/org.eclipse.emf.cdo-feature/feature.xml
index f10ca9c037..78812d268e 100644
--- a/features/org.eclipse.emf.cdo-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo-feature/feature.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2007-2013 Eike Stepper (Berlin, Germany) and others.
+ Copyright (c) 2007-2013 Eike Stepper (Berlin, Germany), CEA LIST, and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -8,6 +8,7 @@
Contributors:
Eike Stepper - initial API and implementation
+ Christian W. Damus (CEA LIST) - 399306
-->
<feature
id="org.eclipse.emf.cdo"
@@ -140,6 +141,13 @@
unpack="false"/>
<plugin
+ id="org.eclipse.emf.cdo.security.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.emf.cdo.admin"
download-size="0"
install-size="0"

Back to the top