Skip to content

Commit

Permalink
Update repo description
Browse files Browse the repository at this point in the history
  • Loading branch information
vogella committed Jun 7, 2024
1 parent 9e4a057 commit 30405b0
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit 30405b0

Please sign in to comment.