blob: 2a079b4df10a1219ef735a6cd05da5821fd32159 [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'
$pageTitle = "m2e-wtp - Downloads";
$html = <<<EOHTML
<div id="midcolumn">
<h3>Installing m2e-wtp</h3>
<p>Eclipse.org builds are currently not available yet.</p>
<p>Latest m2eclipse-wtp : version 0.15.2 (using the org.maven.ide.eclipse.wtp namespace, hosted at jboss.org)</p>
<ul><li>
<a href="http://download.jboss.org/jbosstools/updates/m2eclipse-wtp/">http://download.jboss.org/jbosstools/updates/m2eclipse-wtp/</a>
</li></ul>
<p>Latest m2e-wtp dev build, compatible with Eclipse Helios, Indigo and Juno (using the org.eclipse.m2e.wtp namespace, hosted at jboss.org)</p>
<ul><li>
<a href="http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/m2e-wtp-juno/">http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/m2e-wtp-juno/</a>
</li></ul>
<p style="color:red">Existing m2eclipse-wtp installations are incompatible with m2e-wtp and need to be uninstalled.</p>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>