Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a configuration for PDE.setup #6

Merged
merged 1 commit into from
Apr 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 6 additions & 11 deletions releng/org.eclipse.pde.ui.setup/PDE.setup
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/targlets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore http://www.eclipse.org/oomph/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore"
name="pde"
label="PDE">
<annotation
source="http://www.eclipse.org/oomph/setup/ConfigurationReference">
<reference
href="PDEConfiguration.setup#/"/>
</annotation>
<setupTask
xsi:type="setup.p2:P2Task">
<requirement
Expand Down Expand Up @@ -109,16 +114,6 @@
<setupTask
xsi:type="setup:CompoundTask"
name="Preferences">
<setupTask
xsi:type="setup:CompoundTask"
name="org.eclipse.egit.ui">
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.egit.ui/commit_dialog_signed_off_by"
value="true">
<description>Insert Signed-off-by Footer</description>
</setupTask>
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"
name="org.eclipse.core.resources">
Expand Down Expand Up @@ -219,7 +214,7 @@
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Doomph.redirection.pde"
value="=https://raw.githubusercontent.com/eclipse-pde/eclipse.pde.ui/master/releng/org.eclipse.pde.ui.setup/PDE.setup->${github.clone.pde.ui.location|uri}/releng/org.eclipse.pde.ui.setup/PDE.setup"
value="=https://raw.githubusercontent.com/eclipse-pde/eclipse.pde.ui/master/releng/org.eclipse.pde.ui.setup/->${github.clone.pde.ui.location|uri}/releng/org.eclipse.pde.ui.setup/"
vm="true">
<description>Set an Oomph redirection system property to redirect the logical location of this setup to its physical location in the Git clone.</description>
</setupTask>
Expand Down
52 changes: 52 additions & 0 deletions releng/org.eclipse.pde.ui.setup/PDEConfiguration.setup
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?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="PDE">
<annotation
source="http://www.eclipse.org/oomph/setup/BrandingInfo">
<detail
key="imageURI">
<value>https://www.eclipse.org/downloads/images/committers.png</value>
</detail>
<detail
key="badgeLabel">
<value>PDE</value>
</detail>
</annotation>
<installation
name="pde.installation"
label="PDE Installation">
<setupTask
xsi:type="setup:VariableTask"
name="installation.id.default"
value="pde"/>
<productVersion
href="index:/org.eclipse.setup#//@productCatalogs[name='org.eclipse.applications']/@products[name='eclipse.platform.sdk']/@versions[name='latest']"/>
<description>The PDE installation provides the latest tools needed to work with the Eclipse Plug-in Development Environment's source code.</description>
</installation>
<workspace
name="pde.workspace"
label="PDE Workspace">
<stream
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='pde']/@projects[name='build']/@streams[name='master']"/>
<stream
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']/@projects[name='pde']/@projects[name='ui']/@streams[name='master']"/>
<description>The PDE workspace provides the source code of the Eclipse Plug-in Development Environment.</description>
</workspace>
<description>
&lt;p>
The &lt;a href=&quot;https://www.eclipse.org/pde/&quot;/>Eclipse Plug-in Development Environment&lt;/a> configuration provisions a dedicated development environment
for the complete set of source projects of the &lt;a href=&quot;https://projects.eclipse.org/projects/eclipse.pde&quot;>PDE project&lt;/a>.
&lt;/p>
&lt;p>
All the source projects from &lt;a href=&quot;https://github.com/eclipse-pde&quot;>PDE's Github Repositories&lt;/a>
are available, organized into working sets, and ready for contribution.
&lt;/p>
&lt;/p>
Please &lt;a href=&quot;https://wiki.eclipse.org/Eclipse_Platform_SDK_Provisioning&quot;>read the analogous tutorial instructions&lt;/a> for the Eclipse Platform SDK's configuration for more details.
&lt;/p>
</description>
</setup:Configuration>