commit | ad2bfb7a76e99ceab279d86afc6c52e725f49f6a | [log] [tgz] |
---|---|---|
author | Jan Sievers <jan.sievers@sap.com> | Fri Jan 26 14:37:25 2018 +0100 |
committer | Jan Sievers <jan.sievers@sap.com> | Fri Jan 26 14:37:25 2018 +0100 |
tree | 171ce405523c3865d54ee50aea7f974ec37efaf4 | |
parent | 7f78a458a4b368472995610a338ac5e68c2b7709 [diff] |
Update to use Tycho 1.1.0
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.