Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Xenos2016-03-15 17:30:21 +0000
committerStefan Xenos2016-03-15 17:32:16 +0000
commit49982739a6b7b3353e5834ecc8a07692dc398978 (patch)
treeeee031206451addc05962cf993c6ae08af74a78c
parent8b2f66cc26106fde02a121bba64e778e431f3227 (diff)
downloadeclipse.platform.ua-49982739a6b7b3353e5834ecc8a07692dc398978.tar.gz
eclipse.platform.ua-49982739a6b7b3353e5834ecc8a07692dc398978.tar.xz
eclipse.platform.ua-49982739a6b7b3353e5834ecc8a07692dc398978.zip
Bug 489518 - Oomph configuration for platform UA
Fix several problems in the Oomph configuration. Signed-off-by: Stefan Xenos <sxenos@gmail.com>
-rw-r--r--org.eclipse.ua.releng/platformUa.setup13
1 files changed, 9 insertions, 4 deletions
diff --git a/org.eclipse.ua.releng/platformUa.setup b/org.eclipse.ua.releng/platformUa.setup
index 2d9eb5ecc..abbdf2e4c 100644
--- a/org.eclipse.ua.releng/platformUa.setup
+++ b/org.eclipse.ua.releng/platformUa.setup
@@ -3,7 +3,13 @@
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0"
+ xmlns:predicates="http://www.eclipse.org/oomph/predicates/1.0"
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
+ xmlns:setup.targlets="http://www.eclipse.org/oomph/setup/targlets/1.0"
+ xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
+ xmlns:workingsets="http://www.eclipse.org/oomph/workingsets/1.0"
+ 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/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="ua"
label="UA">
<setupTask
@@ -57,7 +63,7 @@
project="org.eclipse.help"/>
<operand
xsi:type="workingsets:ExclusionPredicate"
- excludedWorkingSet="//@projects[name='ua']/@setupTasks.2/@workingSets.1"/>
+ excludedWorkingSet="//@setupTasks.3/@workingSets.1"/>
</predicate>
</workingSet>
<workingSet
@@ -74,8 +80,7 @@
</predicate>
</workingSet>
</setupTask>
- <stream
- name="master"
+ <stream name="master"
label="Master">
<setupTask
xsi:type="setup:VariableTask"
@@ -83,8 +88,8 @@
value="Neon"
storageURI="scope://Workspace"/>
</stream>
- <description>The Platform UA support</description>
<logicalProjectContainer
xsi:type="setup:Project"
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='platform']"/>
+ <description>The Platform UA support</description>
</setup:Project>

Back to the top