-
Notifications
You must be signed in to change notification settings - Fork 98
/
configuration.setup
45 lines (45 loc) · 2.06 KB
/
configuration.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
<?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"
label="Nebula">
<annotation
source="http://www.eclipse.org/oomph/setup/BrandingInfo">
<detail
key="imageURI">
<value>https://eclipse.dev/nebula/images/nebula_logo_main_300.png</value>
</detail>
<detail
key="badgeLabel">
<value>Nebula</value>
</detail>
</annotation>
<installation
name="nebula.installation"
label="Nebula Installation">
<productVersion
href="index:/org.eclipse.setup#//@productCatalogs[name='org.eclipse.products']/@products[name='epp.package.committers']/@versions[name='latest']"/>
<description>The Nebula installation provides the tools needed to work with the set of projects from <a href="https://github.com/eclipse/nebula">Nebula's GitHub repository</a>.</description>
</installation>
<workspace
name="nebula.workspace"
label="Nebula Workspace">
<stream
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='nebula']/@streams[name='master']"/>
<description>The Nebula workspace provides the set of projects from <a href="https://github.com/eclipse/nebula">Nebula'SimRel GitHub repository</a>.</description>
</workspace>
<description>
<p>
The Nebula configuration provisions a dedicated development environment for working with the set of projects from <a href="https://github.com/eclipse/Nebula">Nebula's GitHub repository</a>.
</p>
<p>
The installation is based on the latest EPP Committers package,
the workspace consists of the projects from Nebula's GitHub repository,
and the PDE target platform is minimal.
<p>
</p>
Please <a href="https://wiki.eclipse.org/Eclipse_Platform_SDK_Provisioning">read the tutorial instructions</a> for more details about how to use a configuration.
</p>
</description>
</setup:Configuration>