blob: 765ce19affa16779246ce24ca6a80ca5c5e774a0 [file] [log] [blame]
<?php
/**
* Copyright (c) 2018 Eclipse Foundation and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Christopher Guindon (Eclipse Foundation) - initial API and implementation
*
* SPDX-License-Identifier: EPL-2.0
*/
?>
<div class="col-md-24">
<img id="rover" src="images/rover.png" /><br/><br/>
<h3>Download Eclipse e4</h3>
<p>
Download e4 SDK integration build (the build ID is I20100314-2100)<br>
<ul>
<li><a href="http://www.eclipse.org/downloads/download.php?file=/e4/downloads/drops/I20100314-2100/eclipse-e4-SDK-incubation-I20100314-2100-win32.zip">Windows (32 bit) Download</a></li>
<li><a href="http://www.eclipse.org/downloads/download.php?file=/e4/downloads/drops/I20100314-2100/eclipse-e4-SDK-incubation-I20100314-2100-linux-gtk.tar.gz">Linux (32 bit) Download</a></li>
<li><a href="http://www.eclipse.org/downloads/download.php?file=/e4/downloads/drops/I20100314-2100/eclipse-e4-SDK-incubation-I20100314-2100-macosx-cocoa.tar.gz">Cocoa (32 bit) Download</a></li>
<li><a href="http://welcome.to.eclipsecon.org/e4/downloads/drops/I20100314-2100/download.php?dropFile=eclipse-e4-SDK-incubation-I20100314-2100-macosx-cocoa-x86_64.tar.gz">Cocoa (64 bit - for Snow Leopard)</a>
<li><a href="http://download.eclipse.org/e4/downloads/drops/I20100314-2100/index.html#EclipseE4">Other Platforms</a>.
</li>
</ul>
<h3>Download the e4-Rover Client</h3>
<ol>
<li>Download the following zip file and save it locally (without extracting it): <a href="http://github.com/bokowski/e4rover/zipball/master">http://github.com/bokowski/e4rover/zipball/master</a>.
Note that we may make a few more tweaks to the client over the next days - we'll make an announcement if we do, so that you can download a
new version.
</li>
<li>Start the e4 SDK using a new workspace.</li>
<li>Select "File" -> "Import" -> "General" -> "Existing Projects into Workspace" and click "Next".</li>
<li>Select "Archive File" and click on "Browse".</li>
<li>
Select the downloaded zip file and click "Open", then "Finish" to import the following projects:
<ul>
<li>com.thoughtworks.xstream</li>
<li>org.apache.commons.io</li>
<li>org.eclipsecon.e4rover.client</li>
<li>org.eclipsecon.e4rover.client.production</li>
<li>org.eclipsecon.e4rover.common</li>
</ul>
</li>
</ol>
<h3>Register for a Key</h3>
<ol>
<li>Register for a player key in-person at the Mars arena in the hall outside the Alameda Room. You will receive a confirmation e-mail
with your key. Add your key to the "Player Key" field in the e4-Rover UI. Make sure there are no
preceding or trailing blanks. Note: Only EclipseCon 2010 attendees can register to play.
</li>
</ol>
<h3>Start the e4-Rover Client</h3>
<ol>
<li>The project "org.eclipsecon.e4rover.client" contains a file called "e4roverclient.product".
Open the file, and click the "Launch Eclipse Application" link in the editor that opens.
</li>
</ol>
<br><br>
</div>