Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2f5147621..bc490ab7c 100644
--- a/README.md
+++ b/README.md
@@ -5,16 +5,15 @@ Aggregator repo for an Eclipse SDK build
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 [1]
+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]
-[1]: http://wiki.eclipse.org/Platform-releng/Platform_Build
[2]: http://wiki.eclipse.org/EPL \ No newline at end of file

Back to the top