forked from eclipse-simrel/simrel.build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimRel.setup
187 lines (186 loc) · 8.03 KB
/
SimRel.setup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<?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:git="http://www.eclipse.org/oomph/setup/git/1.0"
xmlns:predicates="http://www.eclipse.org/oomph/predicates/1.0"
xmlns:projects="http://www.eclipse.org/oomph/setup/projects/1.0"
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Git.ecore http://www.eclipse.org/oomph/predicates/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/projects/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/Projects.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 https://raw.githubusercontent.com/eclipse-oomph/oomph/master/setups/models/SetupWorkingSets.ecore"
name="simrel"
label="SimRel">
<annotation
source="ConfigurationReference">
<reference
href="SimRelConfiguration.setup#/"/>
</annotation>
<setupTask
xsi:type="setup:CompoundTask"
name="User Preferences">
<setupTask
xsi:type="setup:CompoundTask"
name="org.eclipse.core.resources">
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.core.resources/refresh.enabled"
value="true"/>
</setupTask>
</setupTask>
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Doomph.redirection.simrel"
value="=https://raw.githubusercontent.com/eclipse-simrel/simrel.build/main/SimRel.setup->${simrel.build.github.clone.location|uri}/SimRel.setup"
vm="true">
<description>Redirect to the development version of the releng setup model.</description>
</setupTask>
<setupTask
xsi:type="setup:ResourceCreationTask"
excludedTriggers="STARTUP MANUAL"
targetURL="${workspace.location|uri}/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml"
encoding="UTF-8">
<description>Initialize the Package Explorer to display workings sets.</description>
<content>
<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
<section name="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart">
<item value="true" key="group_libraries"/>
<item value="false" key="linkWithEditor"/>
<item value="2" key="layout"/>
<item value="2" key="rootMode"/>
<item value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#x0D;&#x0A;&lt;packageExplorer configured=&quot;true&quot; group_libraries=&quot;1&quot; layout=&quot;2&quot; linkWithEditor=&quot;0&quot; rootMode=&quot;2&quot; sortWorkingSets=&quot;false&quot; workingSetName=&quot;&quot;&gt;&#x0D;&#x0A;&lt;localWorkingSetManager&gt;&#x0D;&#x0A;&lt;workingSet editPageId=&quot;org.eclipse.jdt.internal.ui.OthersWorkingSet&quot; factoryID=&quot;org.eclipse.ui.internal.WorkingSetFactory&quot; id=&quot;1382792884467_1&quot; label=&quot;Other Projects&quot; name=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;/localWorkingSetManager&gt;&#x0D;&#x0A;&lt;activeWorkingSet workingSetName=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;allWorkingSets workingSetName=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;/packageExplorer&gt;" key="memento"/>
</section>
</section>
</content>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task"
label="SimRel">
<requirement
name="org.eclipse.egit.feature.group"/>
<requirement
name="org.eclipse.cbi.p2repo.aggregator.editor.feature.feature.group"/>
<requirement
name="org.eclipse.cbi.p2repo.aggregator.analyzer.editor.feature.feature.group"/>
<repository
url="https://download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/latest"/>
<repository
url="https://download.eclipse.org/egit/updates-stable-nightly"/>
</setupTask>
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
value="None"/>
<setupTask
xsi:type="setup:VariableTask"
name="simrel.build.fork"
label="SimRel Build Fork">
<choice
value="[email protected]:${github.user.id}/simrel.build.git"
label="SSH"/>
<choice
value="https://github.com/${github.user.id}/simrel.build.git"
label="HTTPS"/>
<description>The remote URL to be used for pull requests via your fork of simrel.build</description>
</setupTask>
<setupTask
xsi:type="git:GitCloneTask"
id="simrel.build.github.clone"
remoteURI="eclipse-simrel/simrel.build">
<annotation
source="http://www.eclipse.org/oomph/setup/InducedChoices">
<detail
key="inherit">
<value>github.remoteURIs</value>
</detail>
<detail
key="label">
<value>SimRel Build GitHub Repository</value>
</detail>
<detail
key="target">
<value>remoteURI</value>
</detail>
</annotation>
<configSections
name="remote">
<subsections
name="${github.user.id}">
<properties
key="url"
value="${simrel.build.fork}"/>
</subsections>
</configSections>
<description>SimRel Build</description>
</setupTask>
<setupTask
xsi:type="setup:VariableTask"
name="simrel.tools.fork"
label="SimRel Tools Fork">
<choice
value="[email protected]:${github.user.id}/simrel.tools.git"
label="SSH"/>
<choice
value="https://github.com/${github.user.id}/simrel.tools.git"
label="HTTPS"/>
<description>The remote URL to be used for pull requests via your fork of simrel.build</description>
</setupTask>
<setupTask
xsi:type="git:GitCloneTask"
id="simrel.tools.github.clone"
remoteURI="eclipse-simrel/simrel.tools">
<annotation
source="http://www.eclipse.org/oomph/setup/InducedChoices">
<detail
key="inherit">
<value>github.remoteURIs</value>
</detail>
<detail
key="label">
<value>SimRel Tools GitHub Repository</value>
</detail>
<detail
key="target">
<value>remoteURI</value>
</detail>
</annotation>
<configSections
name="remote">
<subsections
name="${github.user.id}">
<properties
key="url"
value="${simrel.tools.fork}"/>
</subsections>
</configSections>
<description>SimRel Tools</description>
</setupTask>
<setupTask
xsi:type="projects:ProjectsImportTask">
<sourceLocator
rootFolder="${simrel.build.github.clone.location}"/>
<sourceLocator
rootFolder="${simrel.tools.github.clone.location}"/>
</setupTask>
<setupTask
xsi:type="setup.workingsets:WorkingSetTask">
<workingSet
name="SimRel">
<predicate
xsi:type="predicates:AndPredicate">
<operand
xsi:type="predicates:NamePredicate"
pattern="org\.eclipse\.simrel\.(build|tools)"/>
</predicate>
</workingSet>
<description>The dynamic working sets for ${scope.project.label}</description>
</setupTask>
<stream name="main"
label="Main"/>
<logicalProjectContainer
xsi:type="setup:ProjectCatalog"
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']"/>
<description>The Simultaneous Release provides support for the quarterly simultaneous releases of the participating Eclipse projects.</description>
</setup:Project>