commit | adcc3aa061bc5a4433dbf3235ee3e3e12430141e | [log] [tgz] |
---|---|---|
author | Jan Sievers <jan.sievers@sap.com> | Thu Apr 26 13:42:01 2018 +0200 |
committer | Jan Sievers <jan.sievers@sap.com> | Thu Apr 26 13:42:01 2018 +0200 |
tree | 84da3a6258b8d63c5af6d95c18fceae5a1d41ab2 | |
parent | ad2bfb7a76e99ceab279d86afc6c52e725f49f6a [diff] |
Demo project for bug 534074 importing system packages (like javax.annotation) no longer works with Java 9 Looks like we have to add JVM args "--add-modules ALL-SYSTEM" to the Equinox VM forked by surefire with Java >= 9 Change-Id: I5e7a67def685e4030a2436d89db51e3ba50f9ee1
Sample projects demonstrating how to use Tycho.
itp01/
: Simple application that demonstrates how to build an eclipse plug-in and execute JUnit testsitp02/
: Simple application that demonstrates use of pom-first dependenciesitp03-crossplatform/
: (Deprecated) Trivial cross-platform RCP application that displays a SWT MessageBox with current OSGi os/ws/arch properties. Specify either -Pe35 or -Pe36 to build for specified eclipse versionitp04-rcp/
: Trivial cross-platform RCP product application with root files which can be updated by means of p2Each demo project (except itp02) can be built by executing:
mvn clean install
in the corresponding folder.