Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-02-14 15:07:47 +0000
committerDavid Williams2014-02-14 15:07:47 +0000
commit3044c571c5ff769bb9dc567f1a8aba3f6023cfe1 (patch)
treea3981f707d300f325e382cb2b7c8830095d12a94 /README.md
parent1c6a3b963d05d3f992c92aef30926320dadae0b3 (diff)
downloadeclipse.platform.releng.aggregator-3044c571c5ff769bb9dc567f1a8aba3f6023cfe1.tar.gz
eclipse.platform.releng.aggregator-3044c571c5ff769bb9dc567f1a8aba3f6023cfe1.tar.xz
eclipse.platform.releng.aggregator-3044c571c5ff769bb9dc567f1a8aba3f6023cfe1.zip
Bug 427242 - Produce Java 8 feature patch for 4.3.2
document basics (change case)
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..2f5147621
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+eclipse.platform.releng.aggregator
+==================================
+
+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]
+
+
+
+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