Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Xenos2016-03-13 23:24:44 +0000
committerStefan Xenos2016-03-13 23:24:44 +0000
commit8b2f66cc26106fde02a121bba64e778e431f3227 (patch)
tree2e54869ab183586dace49ff3eba2a46a58b994ca /org.eclipse.ua.releng
parentfead8dfcb5c48d5e53c9a010ff144bc0dac36762 (diff)
downloadeclipse.platform.ua-8b2f66cc26106fde02a121bba64e778e431f3227.tar.gz
eclipse.platform.ua-8b2f66cc26106fde02a121bba64e778e431f3227.tar.xz
eclipse.platform.ua-8b2f66cc26106fde02a121bba64e778e431f3227.zip
Bug 489518 - Create an oomph configuration for platform UAI20160315-0800I20160314-2000I20160314-1400I20160314-0800
Diffstat (limited to 'org.eclipse.ua.releng')
-rw-r--r--org.eclipse.ua.releng/.project11
-rw-r--r--org.eclipse.ua.releng/platformUa.setup90
2 files changed, 101 insertions, 0 deletions
diff --git a/org.eclipse.ua.releng/.project b/org.eclipse.ua.releng/.project
new file mode 100644
index 000000000..0fb6bbb84
--- /dev/null
+++ b/org.eclipse.ua.releng/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.ua.releng</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
diff --git a/org.eclipse.ua.releng/platformUa.setup b/org.eclipse.ua.releng/platformUa.setup
new file mode 100644
index 000000000..2d9eb5ecc
--- /dev/null
+++ b/org.eclipse.ua.releng/platformUa.setup
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<setup:Project
+ xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
+ name="ua"
+ label="UA">
+ <setupTask
+ xsi:type="setup:EclipseIniTask"
+ option="-Doomph.redirection.platform.ua"
+ value="=https://git.eclipse.org/c/platform/eclipse.platform.ua.git/plain/org.eclipse.ua.releng/platformUa.setup->${git.clone.platform.ua.location|uri}/org.eclipse.ua.releng/platformUa.setup"
+ vm="true"/>
+ <setupTask
+ xsi:type="git:GitCloneTask"
+ id="git.clone.platform.ua"
+ remoteURI="platform/eclipse.platform.ua"
+ pushURI="">
+ <annotation
+ source="http://www.eclipse.org/oomph/setup/InducedChoices">
+ <detail
+ key="inherit">
+ <value>eclipse.git.gerrit.remoteURIs</value>
+ </detail>
+ <detail
+ key="label">
+ <value>Platform UA Git or Gerrit Repository</value>
+ </detail>
+ <detail
+ key="target">
+ <value>remoteURI</value>
+ </detail>
+ </annotation>
+ <description>Platform UA</description>
+ </setupTask>
+ <setupTask
+ xsi:type="setup.targlets:TargletTask">
+ <targlet
+ name="Platform UA"
+ activeRepositoryList="${eclipse.target.platform}"
+ includeAllPlatforms="true">
+ <requirement
+ name="*"/>
+ <sourceLocator
+ rootFolder="${git.clone.platform.ua.location}"
+ locateNestedProjects="true"/>
+ </targlet>
+ </setupTask>
+ <setupTask
+ xsi:type="setup.workingsets:WorkingSetTask">
+ <workingSet
+ name="Platform UA">
+ <predicate
+ xsi:type="predicates:AndPredicate">
+ <operand
+ xsi:type="predicates:RepositoryPredicate"
+ project="org.eclipse.help"/>
+ <operand
+ xsi:type="workingsets:ExclusionPredicate"
+ excludedWorkingSet="//@projects[name='ua']/@setupTasks.2/@workingSets.1"/>
+ </predicate>
+ </workingSet>
+ <workingSet
+ name="Platform UA Tests"
+ id="">
+ <predicate
+ xsi:type="predicates:AndPredicate">
+ <operand
+ xsi:type="predicates:RepositoryPredicate"
+ project="org.eclipse.help"/>
+ <operand
+ xsi:type="predicates:NamePredicate"
+ pattern=".*\.tests.*"/>
+ </predicate>
+ </workingSet>
+ </setupTask>
+ <stream
+ name="master"
+ label="Master">
+ <setupTask
+ xsi:type="setup:VariableTask"
+ name="eclipse.target.platform"
+ 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']"/>
+</setup:Project>

Back to the top