=== Develop ===

A) Install Eclipse for RCP/RAP Developers via the Eclipse installer [1]
B) Install RCPTT (Menu -> Help -> Eclipse Marketplace)
C) Clone/Import SWTChart repository -> branch "develop" [2]
D) Run Application (Create a new Eclipse Application "SWTChart Examples" and select "all workspace and enabled target plug-ins")

[1] https://www.eclipse.org/downloads/
[2] https://github.com/eclipse/swtchart


=== Build ===

mvn -f org.eclipse.swtchart.cbi/pom.xml clean install


=== Test ===

A) Download Eclipse for RCP and RAP Developers
B) org.eclipse.swtchart.extensions.demos.updatesite/site.xml -> Build All
C) Copy features and plugins folder -> dropins folder of "Eclipse for RCP and RAP Developers"
D) Run RCPTT(Rich Client Platform Testing Tool) tests
