Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2006-12-23 17:08:22 +0000
committerEike Stepper2006-12-23 17:08:22 +0000
commitaa4f6009cfea380f34ed462323f7fcf796090ed8 (patch)
tree8bb440a9a9726148291688dea6bebf40eb260ac8 /plugins/org.eclipse.net4j/src/org/eclipse/net4j/remote
parent01c999b937b030fc5b405f204881f45a4dc597f1 (diff)
downloadcdo-aa4f6009cfea380f34ed462323f7fcf796090ed8.tar.gz
cdo-aa4f6009cfea380f34ed462323f7fcf796090ed8.tar.xz
cdo-aa4f6009cfea380f34ed462323f7fcf796090ed8.zip
Moved streaming API
Diffstat (limited to 'plugins/org.eclipse.net4j/src/org/eclipse/net4j/remote')
-rw-r--r--plugins/org.eclipse.net4j/src/org/eclipse/net4j/remote/.package.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j/src/org/eclipse/net4j/remote/.package.html b/plugins/org.eclipse.net4j/src/org/eclipse/net4j/remote/.package.html
new file mode 100644
index 0000000000..9d1693d5e5
--- /dev/null
+++ b/plugins/org.eclipse.net4j/src/org/eclipse/net4j/remote/.package.html
@@ -0,0 +1,45 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+<title>Package Description</title>
+<!--
+
+ Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Eike Stepper - Initial API and implementation
+
+-->
+</head>
+<body bgcolor="white">
+
+A framework for exporting and importing services on top of
+the Net4j transport layer.
+<p>
+
+<!--
+
+<h2>Package Specification</h2>
+
+##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
+<ul>
+ <li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
+</ul>
+
+<h2>Related Documentation</h2>
+
+For overviews, tutorials, examples, guides, and tool documentation, please see:
+<ul>
+ <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
+</ul>
+
+-->
+
+<!-- Put @see and @since tags down here. -->
+
+</body>
+</html>

Back to the top