commit | 39d180d030f3fdd5ece5acd10cac48c665dd6a76 | [log] [tgz] |
---|---|---|
author | Jan Sievers <jan.sievers@sap.com> | Wed Nov 21 15:16:27 2018 +0100 |
committer | Jan Sievers <jan.sievers@sap.com> | Wed Nov 21 15:16:27 2018 +0100 |
tree | 413aff746749851b22ae88bdb2e1a7cd6a5f949f | |
parent | f1d3c15a1b36d73767e48cedde46317f5aa36a20 [diff] |
Undo workaround to demo the problem first remove unnecessary direct dependency to javax.annotation (lots of required eclipse bundles already hava a dependency to it)
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.