Skip to main content
summaryrefslogblamecommitdiffstats
blob: 55c9986df9aa0c4cf7d3bfe1a59116337f146aa3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                        
eclipse.platform.ui.tools
=========================

Repository for the platform tools to develop Eclipse 4 RCP applications.

How to build
============

Use the following command to build the components in this repository.

```
mvn clean verify -Pbuild-individual-bundles
```

Back to the top