blob: db9f626996fecc47b619ee79597ed3b834000653 [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 - Developers";
$html = <<<EOHTML
<div id="midcolumn">
<h3>m2e-wtp - Developers</h3>
<ul>
<li>If you are interested in contributing to m2e-wtp, join the project mailing list <a href="https://dev.eclipse.org/mailman/listinfo/m2e-wtp-dev">m2e-wtp-dev@eclipse.org</a>.</li>
<li>Open bugs on <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=M2E-WTP&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=exact&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">Bugzilla</a></li>
<li>The canonical git repository is available at <a href="http://git.eclipse.org/c/m2e-wtp/org.eclipse.m2e.wtp.git/">m2e-wtp (@eclipse.org)</a></li>
<li>The JPA feature is maintained in a separate git repository <a href="http://git.eclipse.org/c/m2e-wtp/org.eclipse.m2e.wtp.jpa.git/">http://git.eclipse.org/c/m2e-wtp/org.eclipse.m2e.wtp.jpa.git</a></li>
<li>The git repository containing integration tests is available at <a href="https://github.com/jbosstools/m2e-wtp-tests.git">m2e-wtp-tests (@github.com)</a></li>
</ul>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>