-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #528 from merks/pr-527-setup
Ensure that the Oomph setup works
- Loading branch information
Showing
3 changed files
with
71 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters