blob: f0095fbfd91a995d08335d007a9fc2ffbba2ddc5 [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) 2009, 2013
* 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 = "TCF Downloads";
$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>
<h3>Kepler and Juno - TCF 1.1 Milestones</h3>
<p>The TCF 1.1 Release is compatible with Eclipse 3.8 Juno and later.</p>
<p><b>Update site:</b> <a href="http://download.eclipse.org/tools/tcf/builds/development/milestones/">
http://download.eclipse.org/tools/tcf/builds/development/milestones/</a><br/>
<b>ZIP file: </b><a href="/downloads/download.php?file=/tools/tcf/builds/development/milestones/20130316/org.eclipse.tcf.repo.zip">org.eclipse.tcf.repo.zip</a> (11 MiB)</p>
<h3>Juno and Indigo - TCF 1.0</h3>
<p>The TCF 1.0 Release is compatible with Eclipse 3.7 Indigo and later.</p>
<p><b>Update site:</b> <a href="http://download.eclipse.org/tools/tcf/releases/1.0/">
http://download.eclipse.org/tools/tcf/releases/1.0/</a><br/>
<b>ZIP file: </b><a href="/downloads/download.php?file=/tools/tcf/releases/1.0/dist/tcf-master-1.0.2.zip">tcf-master-1.0.2.zip</a> (12 MiB)</p>
<hr/>
<h3>Bleeding Edge Builds from Hudson</h3>
<p><b>Update site:</b> <a href="http://download.eclipse.org/tools/tcf/builds/development/nightly/">
http://download.eclipse.org/tools/tcf/builds/development/nightly/</a><br/>
<b>ZIP file: </b><a href="/downloads/download.php?file=/tools/tcf/builds/development/nightly/org.eclipse.tcf.repo.zip">org.eclipse.tcf.repo.zip</a> (11 MiB)</p>
<p>Also see the <b>tcf-* Jobs</b> on the <a href="http://hudson.eclipse.org">Eclipse Hudson Build Server</a></p>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>