blob: 8bca913fdcc21de22b80741ee412741b0b46c08b [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>m2e-wtp requires an Eclipse JavaEE distribution, and can be installed from the releases update site.
m2e-wtp is generally compatible with Eclipse Helios (3.6), Eclipse Indigo (3.7) and Juno (3.8, 4.2).</p>
<p><b style="color:red">Please note that, m2e-wtp and Sonatype's m2eclipse-wtp overlap and can not be installed together</b>.
<ul>
<li>if you add the m2e-wtp update site to your list of Available Update Sites,
doing "Help > Find Updates" should find m2e-wtp as a suitable replacement for m2eclipse-wtp, and everything should update properly.
</li>
<li>if you try to update your Eclipse installation via "Help > Install New Software...",
m2e-wtp won't install because of the conflict with m2eclipse-wtp (this is a bug in p2).
</li>
</ul>
</p>
<p>Former m2eclipse-wtp : version 0.15.3 (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 release (incubation) : 0.16.0 </p>
<ul><li>
<a href="http://download.eclipse.org/m2e-wtp/releases/">http://download.eclipse.org/m2e-wtp/releases/</a>
</li></ul>
<p>Latest m2e-wtp dev build (from Red Hat's infrastructure)</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>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>