-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|