commit | 6ad3a2d1890b89496ba721429ea5b57fb16cb9b1 | [log] [tgz] |
---|---|---|
author | Mickael Istria <mistria@redhat.com> | Fri Apr 05 09:30:05 2019 +0200 |
committer | Mickael Istria <mistria@redhat.com> | Fri Apr 05 09:30:05 2019 +0200 |
tree | c0e0321c9e2bd6acc012aba1d6af19a3cbc0a2a4 | |
parent | dcf634d9032251060a2cd1a16e11a5f71aa5ff71 [diff] |
Use Tycho 1.4.0 Change-Id: Iecdf046ee299fc26d4d50659dbf12804297de49d Signed-off-by: Mickael Istria <mistria@redhat.com>
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.