Skip to content

Commit 666f13a

Browse files
committed
[Oomph-Setup] Add equinox.p2 configuration setup
Additionally add a styled and drag&drop-able Oomph Configuration button to the main README. Part of eclipse-platform/eclipse.platform.releng.aggregator#2430
1 parent e55cc8f commit 666f13a

File tree

4 files changed

+98
-0
lines changed

4 files changed

+98
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ To build and run the unit test, use the following command:
2424

2525
See [CONTRIBUTING.md](https://github.com/eclipse-equinox/.github/blob/main/CONTRIBUTING.md)
2626

27+
[![Create Eclipse Development Environment for Equinox P2](https://download.eclipse.org/oomph/www/setups/svg/P2.svg)](
28+
https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-equinox/p2/master/releng/org.eclipse.equinox.p2.setup/EquinoxP2Configuration.setup&show=true
29+
"Click to open Eclipse-Installer Auto Launch or drag into your running installer")
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>org.eclipse.equinox.p2.setup</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<setup:Configuration
3+
xmi:version="2.0"
4+
xmlns:xmi="http://www.omg.org/XMI"
5+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6+
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
7+
label="Equinox P2">
8+
<annotation
9+
source="http://www.eclipse.org/oomph/setup/BrandingInfo">
10+
<detail
11+
key="imageURI">
12+
<value>https://www.eclipse.org/downloads/images/committers.png</value>
13+
</detail>
14+
<detail
15+
key="badgeLabel">
16+
<value>P2</value>
17+
</detail>
18+
</annotation>
19+
<installation
20+
name="equinox.p2.installation"
21+
label="Equinox P2 Installation">
22+
<setupTask
23+
xsi:type="setup:VariableTask"
24+
name="installation.id.default"
25+
value="equinox-p2"/>
26+
<productVersion
27+
href="index:/org.eclipse.setup#//@productCatalogs[name='org.eclipse.applications']/@products[name='eclipse.platform.sdk']/@versions[name='latest']"/>
28+
<description>The Equinox P2 installation provides the latest tools needed to work with the project's source code.</description>
29+
</installation>
30+
<workspace
31+
name="equinox.p2.workspace"
32+
label="Equinox P2 Workspace">
33+
<setupTask
34+
xsi:type="setup:VariableTask"
35+
name="workspace.id.default"
36+
value="equinox-p2-ws"/>
37+
<setupTask
38+
xsi:type="setup:CompoundTask"
39+
name="User Preferences">
40+
<annotation
41+
source="http://www.eclipse.org/oomph/setup/UserPreferences">
42+
<detail
43+
key="/instance/org.eclipse.oomph.setup.ui/showToolBarContributions">
44+
<value>record</value>
45+
</detail>
46+
</annotation>
47+
<setupTask
48+
xsi:type="setup:CompoundTask"
49+
name="org.eclipse.oomph.setup.ui">
50+
<setupTask
51+
xsi:type="setup:PreferenceTask"
52+
key="/instance/org.eclipse.oomph.setup.ui/showToolBarContributions"
53+
value="true"/>
54+
</setupTask>
55+
<setupTask
56+
xsi:type="setup:CompoundTask"
57+
name="org.eclipse.ui.ide">
58+
<setupTask
59+
xsi:type="setup:PreferenceTask"
60+
key="/instance/org.eclipse.ui.ide/WORKSPACE_NAME"
61+
value="Equinox P2"/>
62+
</setupTask>
63+
</setupTask>
64+
<stream
65+
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='equinox']/@projects[name='p2']/@streams[name='master']"/>
66+
<description>The Equinox P2 workspace provides all the source code of the project.</description>
67+
</workspace>
68+
<description>
69+
&lt;p>
70+
The &lt;code>Equinox P2&lt;/code> configuration provisions a dedicated development environment for the complete set of projects that comprise P2,
71+
i.e. the projects that are contained in the &lt;a href=&quot;https://github.com/eclipse-equinox/p2&quot;>p2&lt;/a> repository.
72+
&lt;/p>
73+
&lt;p>
74+
The installation is based on the latest successful integration build of the &lt;code>Eclipse Platform SDK&lt;/code>,
75+
the PDE target platform, like the installation, is also based on the latest integration build,
76+
and the API baseline is based on the most recent release.
77+
&lt;p>
78+
&lt;/p>
79+
Please &lt;a href=&quot;https://wiki.eclipse.org/Eclipse_Platform_SDK_Provisioning&quot;>read the tutorial instructions&lt;/a> for more details.
80+
&lt;/p>
81+
</description>
82+
</setup:Configuration>

0 commit comments

Comments
 (0)