Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorEike Stepper2018-02-02 09:59:07 +0000
committerEike Stepper2018-02-02 09:59:07 +0000
commitdf7caf9eb19bbc6e5ff5d4e505e4f05a1a7dfada (patch)
tree07e445057d33dfa285b963b594b3ad10784f9ad3 /releng
parentfcd47ce88ec98102ee900cdcefe9ba607668cef5 (diff)
downloadcdo-df7caf9eb19bbc6e5ff5d4e505e4f05a1a7dfada.tar.gz
cdo-df7caf9eb19bbc6e5ff5d4e505e4f05a1a7dfada.tar.xz
cdo-df7caf9eb19bbc6e5ff5d4e505e4f05a1a7dfada.zip
[Releng] Provide a CDOConfiguration.setup
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.emf.cdo.releng/CDO.setup5
-rw-r--r--releng/org.eclipse.emf.cdo.releng/CDOConfiguration.setup20
2 files changed, 25 insertions, 0 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng/CDO.setup b/releng/org.eclipse.emf.cdo.releng/CDO.setup
index 8141105921..b1c328e8c7 100644
--- a/releng/org.eclipse.emf.cdo.releng/CDO.setup
+++ b/releng/org.eclipse.emf.cdo.releng/CDO.setup
@@ -16,6 +16,11 @@
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/setup/mylyn/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Mylyn.ecore http://www.eclipse.org/oomph/setup/pde/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/PDE.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/targlets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore http://www.eclipse.org/oomph/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore"
name="cdo"
label="CDO Model Repository">
+ <annotation
+ source="ConfigurationReference">
+ <reference
+ href="CDOConfiguration.setup#/"/>
+ </annotation>
<setupTask
xsi:type="setup.p2:P2Task"
label="CDO">
diff --git a/releng/org.eclipse.emf.cdo.releng/CDOConfiguration.setup b/releng/org.eclipse.emf.cdo.releng/CDOConfiguration.setup
new file mode 100644
index 0000000000..516e83b623
--- /dev/null
+++ b/releng/org.eclipse.emf.cdo.releng/CDOConfiguration.setup
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<setup:Configuration
+ xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI"
+ xmlns:setup="http://www.eclipse.org/oomph/setup/1.0">
+ <installation
+ name="cdo.development.environment.installation"
+ label="CDO Development Environment Installation">
+ <productVersion
+ href="index:/org.eclipse.setup#//@productCatalogs[name='org.eclipse.products']/@products[name='epp.package.committers']/@versions[name='latest']"/>
+ <description>The CDO Development Environment installation provides a full development environment for working on CDO.</description>
+ </installation>
+ <workspace
+ name="cdo.development.environment.workspace"
+ label="CDO Development Environment Workspace">
+ <stream
+ 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>
+</setup:Configuration>

Back to the top