Skip to content

Commit 30405b0

Browse files
committed
Update repo description
1 parent 9e4a057 commit 30405b0

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.adoc

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
== 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/"]
1+
== 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/"]
22

3-
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].
3+
This is the example code for the https://learn.vogella.com/courses/details/rich-client-platform[Eclipse RCP commercial training] from vogella GmbH.
4+
It is also used in the http://www.vogella.com/books/eclipsercp.html[Eclipse Rich Client Platform book].
45

56
=== Running the application
67

7-
Clone the project and import all projects into the Eclipse IDE.
8+
Clone the project and import all projects except the projects with nattable into the Eclipse IDE.
89

910
Then open the _target-platform.target_ file of the _target-platform_ project and
1011
set this target definition as target platform for your workspace.
1112

1213
When the compile errors are gone the target platform has been properly set and the product located
13-
in the com.example.e4.rcp.todo.product project can be run.
14+
in the com.vogella.task.product project can be run.
1415

1516

1617
=== Building the application
1718

18-
Use the following command one the command line to build the application:
19+
Use the following command one the command line to build the application using Tycho.
1920

20-
mvn clean verify
21-
22-
This requires Maven to be installed on your machine.
21+
./mvnw clean verify
2322

2423

0 commit comments

Comments
 (0)