Welcome to the Eclipse Nebula project. This repositority contains a large set of UI elements that can be used in Fat or Thin client applications based on Java and SWT.
Please have a look at https://www.eclipse.org/nebula/downloads.php
You'll find update sites for all releases and also for the latest build
We can accept your patches if you have signed the Eclipse Contributors Agreement (ECA) which ensures users of these libraries that they can use your code without getting into any legal trouble.
For every patch we require a corresponding Bugzilla issue.
After admin approval, pull requests gets build by these two jobs:
git clone https://github.com/eclipse/nebula.git
cd releng/org.eclipse.nebula.nebula-release
mvn verify
cd releng/org.eclipse.nebula.nebula-incubation
mvn verify (or install to install in the local maven repo)
More info can be found on the the builds page
Before you decide to contribute your code to Eclipse, keep in mind that your code must follow the EPL, Eclipse's Public License.
This means that committers and contributors need to follow some rules.
A good overview of what this entails and how this affects you can be read here
There are a number of ways you can contribute.
- A new project inside Nebula
- New widgets in the Nebula Release project (production ready).
- New widgets in the Nebula Incubation project.
- Maintain existing widgets
If you choose any of these option contact the Nebula devs through the mailing list and state your intentions.
The 'New Widget' process is described here: