From 30405b0ff55cb4f914cac613f875b87183807058 Mon Sep 17 00:00:00 2001 From: Lars Vogel Date: Fri, 7 Jun 2024 09:33:49 +0200 Subject: [PATCH] Update repo description --- README.adoc | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.adoc b/README.adoc index 29ab9adf..514fe090 100644 --- a/README.adoc +++ b/README.adoc @@ -1,24 +1,23 @@ -== Eclipse 4 Book image:https://travis-ci.org/vogellacompany/openreq.svg?branch=master["Build Status", link="https://travis-ci.org/vogellacompany/openreq"] image:https://img.shields.io/badge/License-EPL%202.0-blue.svg["EPL 2.0", link="https://www.eclipse.org/legal/epl-2.0/"] +== Eclipse RCP example repository image:https://img.shields.io/badge/License-EPL%202.0-blue.svg["EPL 2.0", link="https://www.eclipse.org/legal/epl-2.0/"] -This is the example code for the Eclipse RCP training sessions from vogella GmbH and from the http://www.vogella.com/books/eclipsercp.html[Eclipse Rich Client Platform book]. +This is the example code for the https://learn.vogella.com/courses/details/rich-client-platform[Eclipse RCP commercial training] from vogella GmbH. +It is also used in the http://www.vogella.com/books/eclipsercp.html[Eclipse Rich Client Platform book]. === Running the application -Clone the project and import all projects into the Eclipse IDE. +Clone the project and import all projects except the projects with nattable into the Eclipse IDE. Then open the _target-platform.target_ file of the _target-platform_ project and set this target definition as target platform for your workspace. When the compile errors are gone the target platform has been properly set and the product located - in the com.example.e4.rcp.todo.product project can be run. + in the com.vogella.task.product project can be run. === Building the application -Use the following command one the command line to build the application: +Use the following command one the command line to build the application using Tycho. -mvn clean verify - -This requires Maven to be installed on your machine. +./mvnw clean verify