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 p2
Each demo project (except itp02) can be built by executing:
mvn clean install
in the corresponding folder.