-
Notifications
You must be signed in to change notification settings - Fork 41
/
SimRelConfiguration.setup
63 lines (63 loc) · 2.8 KB
/
SimRelConfiguration.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
<?xml version="1.0" encoding="UTF-8"?>
<setup:Configuration
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"
label="SimRel">
<annotation
source="http://www.eclipse.org/oomph/setup/BrandingInfo">
<detail
key="imageURI">
<value>https://raw.githubusercontent.com/eclipse-cbi/p2repo-aggregator/main/plugins/org.eclipse.cbi.p2repo.aggregator.editor/icons/full/wizban/NewAggregator.png</value>
</detail>
<detail
key="siteURI">
<value>https://wiki.eclipse.org/Simrel/Contributing_to_Simrel_Aggregation_Build</value>
</detail>
<detail
key="badgeLabel">
<value>simrel</value>
</detail>
</annotation>
<installation
name="simultaneous.release.train.installation"
label="Simultaneous Release Train Installation">
<setupTask
xsi:type="setup:VariableTask"
name="installation.id.default"
value="simrel"/>
<productVersion
href="index:/org.eclipse.setup#//@productCatalogs[name='org.eclipse.products']/@products[name='epp.package.committers']/@versions[name='latest']"/>
<description>The Simultaneous Release Train installation installs the necessary tools for working with the contributions to the train.</description>
</installation>
<workspace
name="simultaneous.release.train.workspace"
label="Simultaneous Release Train Workspace">
<setupTask
xsi:type="setup:CompoundTask"
name="User Preferences">
<setupTask
xsi:type="setup:CompoundTask"
name="org.eclipse.ui.ide">
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.ui.ide/WORKSPACE_NAME"
value="SimRel"/>
</setupTask>
</setupTask>
<stream
href="SimRel.setup#//@streams[name='main']"/>
<description>The Simultaneous Release Train workspace provides access to the clone in which contributions are maintained.</description>
</workspace>
<description>
<p>
The Simultaneous Release Train configuration provides a specialized development environment for contributing to the <a href="https://wiki.eclipse.org/Simrel/Contributing_to_Simrel_Aggregation_Build" target="simrel_wiki">Simultaneous Release</a>.
Please read the preceding wiki link for detailed contribution instructions.
</p>
<p>
The installation is based the latest committers package and includes the tools for working with the aggregation resources.
The workspace includes the simrel.build project from the <a href="https://github.com/eclipse-simrel/simrel.build" target="simrel_git">SimRel Git clone</a>.
</p>
</description>
</setup:Configuration>