Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-11-06 16:40:13 +0000
committerEike Stepper2013-11-06 16:40:13 +0000
commit760c663f68b4f8f745898a25e925ba7fd5da9e18 (patch)
tree6a759c28c7305de2453748870f11e0dcd1cf7610 /plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/CreatingTransportConnections.html
parenta4ea5a8b77b61dbaabf595668cd5546bf0d9f21c (diff)
downloadcdo-760c663f68b4f8f745898a25e925ba7fd5da9e18.tar.gz
cdo-760c663f68b4f8f745898a25e925ba7fd5da9e18.tar.xz
cdo-760c663f68b4f8f745898a25e925ba7fd5da9e18.zip
Fix CDO Release Engineering Documentation names
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/CreatingTransportConnections.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/CreatingTransportConnections.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/CreatingTransportConnections.html b/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/CreatingTransportConnections.html
index 9ad65891f2..0471f45a07 100644
--- a/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/CreatingTransportConnections.html
+++ b/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/CreatingTransportConnections.html
@@ -2,7 +2,7 @@
<HTML>
<HEAD>
-<TITLE>Creating Transport Connections (Documentation)</TITLE>
+<TITLE>Creating Transport Connections (CDO Release Engineering Documentation)</TITLE>
<LINK REL="STYLESHEET" HREF="../../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
@@ -10,7 +10,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Creating Transport Connections (Documentation)";
+ parent.document.title="Creating Transport Connections (CDO Release Engineering Documentation)";
}
}
</SCRIPT>
@@ -18,7 +18,7 @@ function windowTitle()
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
-<!-- <div class="help_breadcrumbs"><a href="../../Overview.html" title="Documentation">Documentation</a> > <a href="../index.html" title="Category in Documentation">Technical Writer's Guide</a> > <a href="index.html" title="Category in Documentation">Examples</a></div> -->
+<!-- <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">Technical Writer's Guide</a> > <a href="index.html" title="Category in CDO Release Engineering Documentation">Examples</a></div> -->
<table border="0">
<tr>
@@ -41,11 +41,11 @@ function windowTitle()
<p>
<b>Table of Contents</b> <p>
<table border="0">
-<tr><td>1&nbsp;</td><td colspan="4"><a href="CreatingTransportConnections.html#SelectTransportType" title="Chapter in Documentation">Select a Transport Type</a></td></tr>
-<tr><td>2&nbsp;</td><td colspan="4"><a href="CreatingTransportConnections.html#SetupWiringContainer" title="Chapter in Documentation">Setup a Wiring Container</a></td></tr>
-<tr><td>3&nbsp;</td><td colspan="4"><a href="CreatingTransportConnections.html#AddConfigurationParameters" title="Chapter in Documentation">Add Configuration Parameters</a></td></tr>
-<tr><td></td><td>3.1&nbsp;</td><td colspan="3"><a href="CreatingTransportConnections.html#SetBufferCapacity" title="Chapter in Documentation">Set the Buffer Capacity</a></td></tr>
-<tr><td></td><td>3.2&nbsp;</td><td colspan="3"><a href="CreatingTransportConnections.html#SetConnectionTimeout" title="Chapter in Documentation">Set the Connection Timeout</a></td></tr>
+<tr><td>1&nbsp;</td><td colspan="4"><a href="CreatingTransportConnections.html#SelectTransportType" title="Chapter in CDO Release Engineering Documentation">Select a Transport Type</a></td></tr>
+<tr><td>2&nbsp;</td><td colspan="4"><a href="CreatingTransportConnections.html#SetupWiringContainer" title="Chapter in CDO Release Engineering Documentation">Setup a Wiring Container</a></td></tr>
+<tr><td>3&nbsp;</td><td colspan="4"><a href="CreatingTransportConnections.html#AddConfigurationParameters" title="Chapter in CDO Release Engineering Documentation">Add Configuration Parameters</a></td></tr>
+<tr><td></td><td>3.1&nbsp;</td><td colspan="3"><a href="CreatingTransportConnections.html#SetBufferCapacity" title="Chapter in CDO Release Engineering Documentation">Set the Buffer Capacity</a></td></tr>
+<tr><td></td><td>3.2&nbsp;</td><td colspan="3"><a href="CreatingTransportConnections.html#SetConnectionTimeout" title="Chapter in CDO Release Engineering Documentation">Set the Connection Timeout</a></td></tr>
</table>
</p>
@@ -59,9 +59,9 @@ function windowTitle()
<li><b>SSL</b> an extension to the TCP transport that adds TLS/SSL security.
<li><b>HTTP</b> to connect to an <a href="../../../../org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/http/server/IHTTPAcceptor.html" title="Interface in org.eclipse.net4j.http.server"><code>IHTTPAcceptor</code></a> that is made available by a servlet.
</ul>
- Continue with <a href="CreatingTransportConnections.html#SetConnectionTimeout" title="Chapter in Documentation">Set the Connection Timeout</a>.<p><b>See Also:</b></p>
+ Continue with <a href="CreatingTransportConnections.html#SetConnectionTimeout" title="Chapter in CDO Release Engineering Documentation">Set the Connection Timeout</a>.<p><b>See Also:</b></p>
<ul>
- <li><a href="ConnectingToRepositories.html#SetBufferCapacity" title="Chapter in Documentation">Set Buffer Capacity</a></li>
+ <li><a href="ConnectingToRepositories.html#SetBufferCapacity" title="Chapter in CDO Release Engineering Documentation">Set Buffer Capacity</a></li>
</ul>

Back to the top