Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.util.doc/html/reference/index.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/html/reference/index.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/html/reference/index.html b/plugins/org.eclipse.net4j.util.doc/html/reference/index.html
new file mode 100644
index 0000000000..fd70fe63c4
--- /dev/null
+++ b/plugins/org.eclipse.net4j.util.doc/html/reference/index.html
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+
+<HEAD>
+<TITLE>
+Reference (Net4j Utilities Documentation)
+</TITLE>
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Reference (Net4j Utilities Documentation)";
+ }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+<h1>Reference</h1>
+<p>
+<table border="0">
+<tr><td><img src="../../images/category.gif"/>&nbsp;&nbsp;</td><td colspan="3"><a href="api/index.html" title="Category in Net4j Utilities Documentation">API Reference</a></td></tr>
+<tr><td><img src="../../images/category.gif"/>&nbsp;&nbsp;</td><td colspan="3"><a href="schema/index.html" title="Category in Net4j Utilities Documentation">Extension Point Reference</a></td></tr>
+</table>
+</p>
+
+
+<HR>
+<i>Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.</i>
+</BODY>
+</HTML>

Back to the top