/eclipse-tycho-example

Eclipse Tycho example for creating plugins, OSGi bundles, and Eclipse RCP applications

Primary LanguageJavaEclipse Public License 2.0EPL-2.0

Build Status

eclipse-tycho-example

Showcases the application of Eclipse Tycho for creating Eclipse plugins, OSGi bundles, and Eclipse RCP applications.

HOW TO USE:

  1. Clone repository.

  2. First, import maven projects to Eclipse workspace as Maven projects using the Eclipse "Existing Maven projects" dialog.

  3. Execute Eclipse run-configuration named "com.patrickneubauer.examples.tycho BUILD.launch" to build the project.

  4. Execute Eclipse run-configuration named "com.patrickneubauer.examples.tycho RUN.launch" to run Tycho RCP application.

TESTED WITH:

Eclipse Modeling Tools, Version: Oxygen Release (4.7.0), Build id: 20170620-1800

Eclipse Tycho: 0.26.0 and 1.2.0

Maven: 3.3.9 (Eclipse Oxygen embedded) and 3.5.0 (homebrew)

OS: macOS High Sierra (10.13.6)

BASED ON WORK BY LARS VOGEL: