commit | 0a4e4b08c41f5f5bfa4e37933808545d20937dc6 | [log] [tgz] |
---|---|---|
author | Mickael Istria <mistria@redhat.com> | Mon Oct 21 13:57:40 2019 +0200 |
committer | Mickael Istria <mistria@redhat.com> | Mon Oct 21 13:57:40 2019 +0200 |
tree | 8893323ad94a96ceda8d8cdcac4e0f2a87131a9d | |
parent | 6ad3a2d1890b89496ba721429ea5b57fb16cb9b1 [diff] |
Tycho 1.5.0 Change-Id: Ief0d8cf68cbc723d800e4077c0072b9ac216d55a 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.