Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help/html/contributor/index.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/html/contributor/index.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/html/contributor/index.html b/plugins/org.eclipse.emf.cdo.releng.help/html/contributor/index.html
new file mode 100644
index 0000000000..519dc7a28a
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng.help/html/contributor/index.html
@@ -0,0 +1,47 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+
+<HEAD>
+<TITLE>Contributor's Guide (Release Engineering Documentation)</TITLE>
+
+<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Contributor's Guide (Release Engineering Documentation)";
+ }
+}
+</SCRIPT>
+<NOSCRIPT></NOSCRIPT>
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<!-- <div class="help_breadcrumbs"><a href="../Overview.html" title="Release Engineering Documentation">Release Engineering Documentation</a></div> -->
+
+<table border="0">
+ <tr>
+ <td width="100%"><h1>Contributor's Guide</h1></td>
+ <td align="right" valign="middle" nowrap><a href="../Overview.html" title="Backward to Overview"><img src="../../images/backward.png" border="0"></a>&nbsp;<a href="Infrastructure.html" title="Forward to Project Infrastructure"><img src="../../images/forward.png" border="0"></a></td>
+ </tr>
+</table>
+<p>
+<table border="0">
+<tr><td><img src="../../images/article.gif">&nbsp;</td><td colspan="4"><a href="Infrastructure.html" title="Article in Release Engineering Documentation">Project Infrastructure</a></td></tr>
+<tr><td><img src="../../images/article.gif">&nbsp;</td><td colspan="4"><a href="Bugzilla.html" title="Article in Release Engineering Documentation">Using Bugzilla</a></td></tr>
+<tr><td><img src="../../images/article.gif">&nbsp;</td><td colspan="4"><a href="Subversion.html" title="Article in Release Engineering Documentation">Using Subversion</a></td></tr>
+<tr><td><img src="../../images/article.gif">&nbsp;</td><td colspan="4"><a href="Tools.html" title="Article in Release Engineering Documentation">Additional Tools</a></td></tr>
+<tr><td></td><td>1&nbsp;</td><td colspan="3"><a href="Tools.html#TaskOverview" title="Chapter in Release Engineering Documentation">Task Overview Perspective</a></td></tr>
+<tr><td></td><td>2&nbsp;</td><td colspan="3"><a href="Tools.html#RevisionHyperlinks" title="Chapter in Release Engineering Documentation">Revision Hyperlink Detector</a></td></tr>
+<tr><td></td><td>3&nbsp;</td><td colspan="3"><a href="Tools.html#CommitComments" title="Chapter in Release Engineering Documentation">Commit Comment Creator</a></td></tr>
+</table>
+</p>
+
+
+<p align="right">
+<a href="../Overview.html" title="Backward to Overview"><img src="../../images/backward.png" border="0"></a>&nbsp;<a href="Infrastructure.html" title="Forward to Project Infrastructure"><img src="../../images/forward.png" border="0"></a></p>
+<HR>
+<i>Copyright (c) 2011, 2012, 2015 Eike Stepper (Berlin, Germany) and others.</i>
+</BODY>
+</HTML>

Back to the top