Skip to content

Commit

Permalink
Update URLs to the EclipseNebula org
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Nov 28, 2024
1 parent 167e2af commit a7690d4
Show file tree
Hide file tree
Showing 13 changed files with 292 additions and 296 deletions.
11 changes: 4 additions & 7 deletions CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,13 @@ more.

The project maintains the following source code repositories

* https://git.eclipse.org/r/plugins/gitiles/nebula/org.eclipse.nebula
* https://github.com/eclipse/nebula
* https://github.com/EclipseNebula/nebula

This project uses Bugzilla to track ongoing development and issues.
This project uses issues to track ongoing development and issues.

* Search for issues: https://bugs.eclipse.org/bugs/buglist.cgi?product=Nebula
* Create a new report:
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Nebula
* https://github.com/EclipseNebula/nebula/issues

Be sure to search for existing bugs before you create another one. Remember that
Be sure to search for existing issues before you create another one. Remember that
contributions are always welcome!

## Eclipse Contributor Agreement
Expand Down
3 changes: 1 addition & 2 deletions NOTICES.MD
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ SPDX-License-Identifier: EPL-2.0

The project maintains the following source code repositories:

* https://git.eclipse.org/r/plugins/gitiles/nebula/org.eclipse.nebula
* https://github.com/eclipse/nebula
* https://github.com/EclipseNebula/nebula/issues

## Third-party Content

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@ These sites provide both mature, stable widgets as well as incubating widgets; t
Refer to the [general document](https://eclipse.dev/justj/?page=tools#p2-anatomy) for details about the update site structure.

## Contact
* [Issues](https://github.com/eclipse/nebula/issues)
* [Questions](https://github.com/eclipse/nebula/discussions)
* [Issues](https://github.com/EclipseNebula/nebula/issues)
* [Questions](https://github.com/EclipseNebula/nebula/discussions)
* [Mailing List](https://dev.eclipse.org/mailman/listinfo/nebula-dev)

## Contribute
We can accept your patches if you have [properly set up an account](https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md#setting-up-your-eclipse-and-github-account).

For every patch we require a [corresponding GitHub issue](https://github.com/eclipse/nebula/issues).
For every patch we require a [corresponding GitHub issue](https://github.com/EclipseNebula/nebula/issues).
See the [recommended workflow](https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md#setting-up-your-eclipse-and-github-account) for guidelines.

## Setup a Development enviroment
Please use the following automated setup to configure a development environment pull requests:

[![Create Eclipse Development Environment for Eclipse Nebula](https://download.eclipse.org/oomph/www/setups/svg/Nebula.svg)](https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse/nebula/master/configuration.setup&show=true "Click to open Eclipse-Installer Auto Launch or drag into your running installer")
[![Create Eclipse Development Environment for Eclipse Nebula](https://download.eclipse.org/oomph/www/setups/svg/Nebula.svg)](https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/EclipseNebula/nebula/master/configuration.setup&show=true "Click to open Eclipse-Installer Auto Launch or drag into your running installer")

## Building on our build server
After admin approval, pull requests get built by this job:
* [Pull Request Builds](https://ci.eclipse.org/nebula/job/nebula-build/view/change-requests/)

## Building locally
git clone https://github.com/eclipse/nebula.git
git clone https://github.com/EclipseNebula/nebula.git
cd nebula
mvn verify

Expand Down
6 changes: 3 additions & 3 deletions configuration.setup
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
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 &lt;a href=&quot;https://github.com/eclipse/nebula&quot;>Nebula's GitHub repository&lt;/a>.</description>
<description>The Nebula installation provides the tools needed to work with the set of projects from &lt;a href=&quot;https://github.com/EclipseNebula/nebula&quot;>Nebula's GitHub repository&lt;/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 &lt;a href=&quot;https://github.com/eclipse/nebula&quot;>Nebula'SimRel GitHub repository&lt;/a>.</description>
<description>The Nebula workspace provides the set of projects from &lt;a href=&quot;https://github.com/EclipseNebula/nebula&quot;>Nebula'SimRel GitHub repository&lt;/a>.</description>
</workspace>
<description>
&lt;p>
The Nebula configuration provisions a dedicated development environment for working with the set of projects from &lt;a href=&quot;https://github.com/eclipse/Nebula&quot;>Nebula's GitHub repository&lt;/a>.
The Nebula configuration provisions a dedicated development environment for working with the set of projects from &lt;a href=&quot;https://github.com/EclipseNebula/nebula&quot;>Nebula's GitHub repository&lt;/a>.
&lt;/p>
&lt;p>
The installation is based on the latest EPP Committers package,
Expand Down
4 changes: 2 additions & 2 deletions oomph.setup
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Doomph.redirection.nebula="
value="https://raw.githubusercontent.com/eclipse/nebula/master/oomph.setup->${git.clone.location|uri}/oomph.setup"
value="https://raw.githubusercontent.com/EclipseNebula/nebula/master/oomph.setup->${git.clone.location|uri}/oomph.setup"
vm="true"/>
<setupTask
xsi:type="setup:ResourceCreationTask"
Expand Down Expand Up @@ -126,7 +126,7 @@
<setupTask
xsi:type="git:GitCloneTask"
id="git.clone"
remoteURI="eclipse/nebula">
remoteURI="EclipseNebula/nebula">
<annotation
source="http://www.eclipse.org/oomph/setup/InducedChoices">
<detail
Expand Down
Loading

0 comments on commit a7690d4

Please sign in to comment.