blob: 02119214fa42b7298d0bb486cf0bcf9854b9d568 [file] [log] [blame]
<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
/*******************************************************************************
* Copyright (c) 2012
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
*
*******************************************************************************/
$pageTitle = "GMF Tooling - Download";
$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/default/style.css"/>');
$html = <<<EOHTML
<div id="midcolumn">
<h2>$pageTitle</h2>
<p>All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
<h2>Prerequisites</h2>
<p>The best way to install GMF-T is to use update sites below, it will manage the required dependencies automatically.<br/ >
If you feel strongly about using drop-ins, make sure you have also isntalled the prerequisites: <br />
<b>Eclipse Modeling Package: </b> from <a href="http://www.eclipse.org/downloads/packages/">here</a>. <br />
<b>MMT QVTO: </b> from <a href="http://www.eclipse.org/mmt/downloads/?project=qvto">here</a>.
</p>
<h3>Indigo - GMF Tooling 2.4.0 </h3>
<p><b>Update site:</b> http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-2.4.0/<br />
<b>ZIP file: </b>
<a href="http://eclipse.org/modeling/download.php?file=/modeling/gmp/gmf-tooling/downloads/drops/2.4.0/S201106290629/gmf-sdk-2.4.0RC2.zip">2.4.0</a>
(24 MiB)
(<a href="http://eclipse.org/modeling/download.php?file=/modeling/gmp/gmf-tooling/downloads/drops/2.4.0/S201106290629/gmf-sdk-2.4.0RC2.zip.md5">md5</a>)
</p>
<h3>Juno - GMF Tooling 3.0.0 </h3>
<p><b>Update site:</b> http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases/<br />
<b>ZIP file: </b>
<a href="http://eclipse.org/modeling/download.php?file=/modeling/gmp/gmf-tooling/downloads/drops/3.0.0/R201206221900/gmf-tooling-sdk-3.0.0.v201206221900.zip">3.0.0 (Juno Release)</a>
(23 MiB)
(<a href="http://eclipse.org/modeling/download.php?file=/modeling/gmp/gmf-tooling/downloads/drops/3.0.0/R201206221900/gmf-tooling-sdk-3.0.0.v201206221900.zip.md5">md5</a>)
</p>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>