blob: f11e8816287e47e9ec144174dd3e8afd51f926b4 [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 release 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 milestone (incubation) : version 0.16.0 (using the org.eclipse.m2e.wtp namespace, hosted at eclipse.org)</p>
<ul><li>
<a href="http://download.eclipse.org/m2e-wtp/milestones/0.16.0/">http://download.eclipse.org/m2e-wtp/milestones/0.16.0/</a>
</li></ul>
<p>Latest m2e-wtp dev build (incubation), 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> Important prerequisites :
<ul>
<li style="color:red">Existing m2eclipse-wtp installations are incompatible with m2e-wtp and need to be uninstalled.</li>
</ul>
</p>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>