Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update repo description #48

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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


Loading