-
Notifications
You must be signed in to change notification settings - Fork 38
/
TPDConfiguration.setup
63 lines (62 loc) · 3.08 KB
/
TPDConfiguration.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="Target Platform Definition DSL">
<annotation
source="http://www.eclipse.org/oomph/setup/BrandingInfo">
<detail
key="imageURI">
<value>https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.images/master/org.eclipse.images/eclipse-svg/org.eclipse.pde.ui/icons/obj16/target_profile_xml_obj.svg</value>
</detail>
<detail
key="siteURI">
<value>https://github.com/eclipse-cbi/targetplatform-dsl</value>
</detail>
<detail
key="badgeLabel">
<value>Target Platform Definition DSL</value>
</detail>
</annotation>
<installation
name="tdp.installation"
label="Target Platform Definition DSL Installation">
<setupTask
xsi:type="setup:VariableTask"
name="installation.id.default"
value="cbi-tpd"/>
<productVersion
href="index:/org.eclipse.setup#//@productCatalogs[name='org.eclipse.products']/@products[name='epp.package.committers']/@versions[name='latest']"/>
<description>The Target Platform Definition DSL installation installs the necessary tools for working with the <a href="https://github.com/eclipse-cbi/targetplatform-dsl">eclipse-cbi/targetplatform-dsl</a>'s projects. </description>
</installation>
<workspace
name="tdp.workspace"
label="Target Platform Definition DSL 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="TPD"/>
</setupTask>
</setupTask>
<stream
href="https://raw.githubusercontent.com/eclipse-cbi/targetplatform-dsl/master/TPD.setup#//@streams[name='master']"/>
<description>The Target Platform Definition DSL workspace provides access to the <a href="https://github.com/eclipse-cbi/targetplatform-dsl">eclipse-cbi/targetplatform-dsl</a>'s projects. </description>
</workspace>
<description>
<p>
The Target Platform Definition DSL configuration provides a specialized development environment for contributing to the <a href="https://github.com/eclipse-cbi/targetplatform-dsl">eclipse-cbi/targetplatform-dsl</a> project.
</p>
<p>
The installation is based the latest committers package and includes the development tools for working with the <a href="https://github.com/eclipse-cbi/targetplatform-dsl" target="tdp_git">eclipse-cbi/targetplatform-dsl</a> projects.
The workspace includes the projects from the <a href="https://github.com/eclipse-cbi/targetplatform-dsl" target="tdp_git">eclipse-cbi/targetplatform-dsl</a>'s clone.
</p>
</description>
</setup:Configuration>