Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c0bfb3fe9ad911fd2c55ad9ca42c5390bf713d04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>

<HEAD>
<TITLE>Project Infrastructure (CDO 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="Project Infrastructure (CDO Release Engineering Documentation)";
    }
}
</SCRIPT>
<NOSCRIPT></NOSCRIPT>
</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<!-- <div class="help_breadcrumbs"><a href="../Overview.html" title="CDO Release Engineering Documentation">CDO Release Engineering Documentation</a> > <a href="index.html" title="Category in CDO Release Engineering Documentation">Contributor's Guide</a></div> -->

<table border="0">
	<tr>
		<td width="100%"><h1>Project Infrastructure</h1></td>
		<td align="right" valign="middle" nowrap><a href="index.html" title="Backward to Contributor's Guide"><img src="../../images/backward.png" border="0"></a>&nbsp;<a href="Bugzilla.html" title="Forward to Using Bugzilla"><img src="../../images/forward.png" border="0"></a></td>
	</tr>
</table>
<p class="author">Author: Eike Stepper</p>
<p>

<p align="right">
<a href="index.html" title="Backward to Contributor's Guide"><img src="../../images/backward.png" border="0"></a>&nbsp;<a href="Bugzilla.html" title="Forward to Using Bugzilla"><img src="../../images/forward.png" border="0"></a></p>
<HR>
<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i>
</BODY>
</HTML>

Back to the top