tag | 208b5142b5f83922f6d32eec658547471f1c0625 | |
---|---|---|
tagger | Konstantin Komissarchik <konstantin.komissarchik@oracle.com> | Wed May 18 15:27:29 2016 -0700 |
object | 686da4748f538ff7c48e9a0ff0ac36093b3f9e87 |
Release 8.2.5
commit | 686da4748f538ff7c48e9a0ff0ac36093b3f9e87 | [log] [tgz] |
---|---|---|
author | Konstantin Komissarchik <konstantin.komissarchik@oracle.com> | Wed May 18 11:55:22 2016 -0700 |
committer | Konstantin Komissarchik <konstantin.komissarchik@oracle.com> | Wed May 18 11:55:22 2016 -0700 |
tree | f30a5b5e1baab35946f9846f26fc0de2ab56f13b | |
parent | 3138a189d5d517274b82eea605973a3557791004 [diff] |
Releng : Eclipse 4.6 RC1 (Neon)
Sapphire is a user interface development framework that improves productivity. Instead of focusing on individual widgets, layouts and data binding, the developers focus on modeling the semantics of the data and declaring the general intent of how the data it to be presented.
Information on past and future releases along with the downloads can be found on the releases page.
Questions should be directed to the adopter forum.
This project uses Bugzilla to track issues and enhancement requests.
Sapphire is distributed as a p2 repository, from which the various components can be installed. Every release page either lists the URL of the repository (for finished releases) or includes a link to a Hudson build job (for in-progress releases).
The build is easy to run on a local machine.
JDK_6_HOME
, JDK_7_HOME
and JDK_8_HOME
environment variables to point to the corresponding JDK installs.ant dev-build
.If you are working with multiple Sapphire branches, you may want to share the bundle pool so that every branch does not need to re-download everything it needs. The default bundle pool folder is [root]/releng/pool
, but you can change it by setting the SAPPHIRE_BUNDLE_POOL
environment variable or the bundle.pool
property when invoking the build. An absolute path is required in both cases.
Example: ant dev-build -Dbundle.pool=d:\Sapphire\Pool
Once the build completes, you will notice the following key folders in the Git workspace:
Contributions to this project are always welcome as a Bugzilla attachment of a patch. This project currently does not accept contributions through Gerrit or through GitHub pull requests.
Note that before your contribution can be accepted, you need to complete the Contributor License Agreement (CLA). See FAQ for more information.