Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorEike Stepper2018-02-03 09:18:16 +0000
committerEike Stepper2018-02-03 09:18:16 +0000
commitbdce43ce6362d226135a789f2772f8055bed473b (patch)
tree24c6f4ad45491f96f0e4f858930acc8fca638f8e /releng
parentdf7caf9eb19bbc6e5ff5d4e505e4f05a1a7dfada (diff)
downloadcdo-bdce43ce6362d226135a789f2772f8055bed473b.tar.gz
cdo-bdce43ce6362d226135a789f2772f8055bed473b.tar.xz
cdo-bdce43ce6362d226135a789f2772f8055bed473b.zip
[Releng] Provide a CDOConfiguration.setup
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.emf.cdo.releng/CDOConfiguration.setup4
1 files changed, 3 insertions, 1 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng/CDOConfiguration.setup b/releng/org.eclipse.emf.cdo.releng/CDOConfiguration.setup
index 516e83b623..b65152048c 100644
--- a/releng/org.eclipse.emf.cdo.releng/CDOConfiguration.setup
+++ b/releng/org.eclipse.emf.cdo.releng/CDOConfiguration.setup
@@ -2,7 +2,8 @@
<setup:Configuration
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
- xmlns:setup="http://www.eclipse.org/oomph/setup/1.0">
+ xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
+ label="CDO Development Environment">
<installation
name="cdo.development.environment.installation"
label="CDO Development Environment Installation">
@@ -17,4 +18,5 @@
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='cdo']/@streams[name='master']"/>
<description>The CDO Development Environment workspace contains all features and plugins from the CDO Git repository.</description>
</workspace>
+ <description>The CDO Development Environment configuration provides a full development environment for working on CDO.</description>
</setup:Configuration>

Back to the top