Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e3b0b35666825d9031e65e687f0a55311140a9a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
eclipse.platform.releng.aggregator
==================================

Aggregator repo for Eclipse SDK builds.

To run a complete build, on your local machine, run the commands from ./scripts/build.sh in this folder.

These commands requires the installation and setup of Java 1.7 or higher and Maven version 3.0.5 or higher Plus, other settings, alternatives, and other recommendations are made in the complete instructions on the [Platform Build wiki](http://wiki.eclipse.org/Platform-releng/Platform_Build "Platform Build").

Eclipse Platform Project committers should also read [Automated Platform Builds](http://wiki.eclipse.org/Platform-releng/Automated_Platform_Build "Automated Platform Builds").

Release Engineers should also be familiar with other documents on the [Releng Wiki](http://wiki.eclipse.org/Category:Eclipse_Platform_Releng "Releng Wiki") 

License
-------

[Eclipse Public License (EPL) v1.0][2]

[2]: http://wiki.eclipse.org/EPL

Back to the top