Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-09-18 09:37:07 +0000
committerEike Stepper2011-09-18 09:37:07 +0000
commitcaba7259b70d5ea10a6dfdd5b1ad4e6a4fb7e2a2 (patch)
treea9dbdfe66babaa3e96bac60ad6fdff512d8f2245 /plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/ConnectingToRepositories.html
parent5593ee3913fa35b04f96c269d9835509a82ee1c9 (diff)
downloadcdo-caba7259b70d5ea10a6dfdd5b1ad4e6a4fb7e2a2.tar.gz
cdo-caba7259b70d5ea10a6dfdd5b1ad4e6a4fb7e2a2.tar.xz
cdo-caba7259b70d5ea10a6dfdd5b1ad4e6a4fb7e2a2.zip
tutorials
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/ConnectingToRepositories.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/ConnectingToRepositories.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/ConnectingToRepositories.html b/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/ConnectingToRepositories.html
new file mode 100644
index 0000000000..45b36a2eb3
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/ConnectingToRepositories.html
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+
+<HEAD>
+<TITLE>
+Connecting To Repositories (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="Connecting To Repositories (CDO Release Engineering Documentation)";
+ }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<h1><a name="ConnectingToRepositories.html"/>Connecting To Repositories</h1>
+
+
+<h2><a name="SetBufferCapacity"/>1&nbsp;&nbsp;Set Buffer Capacity</h2>
+
+
+<h2><a name="SetConnectionTimeout"/>2&nbsp;&nbsp;Set Connection Timeout</h2>
+
+
+<HR>
+<i>Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.</i>
+</BODY>
+</HTML>

Back to the top