Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-04-05 19:24:06 +0000
committerMichael Valenta2007-04-05 19:24:06 +0000
commitacbe607bcd7d9a81c92030e1a9499e61784aaff8 (patch)
tree5a98655975d2bc2f0e7df4165b4eac331d19ecea /bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch
parent1eef09ce211070a78d1d5a148b6f0cc3b1db0de7 (diff)
downloadeclipse.platform.team-acbe607bcd7d9a81c92030e1a9499e61784aaff8.tar.gz
eclipse.platform.team-acbe607bcd7d9a81c92030e1a9499e61784aaff8.tar.xz
eclipse.platform.team-acbe607bcd7d9a81c92030e1a9499e61784aaff8.zip
Bug 180586 javadoc warnings in N20070401-0010
Diffstat (limited to 'bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch')
-rw-r--r--bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/ui/package.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/ui/package.html b/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/ui/package.html
new file mode 100644
index 000000000..2b593ad62
--- /dev/null
+++ b/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/ui/package.html
@@ -0,0 +1,14 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="Author" content="IBM">
+ <title>Package-level Javadoc</title>
+</head>
+<body>
+Provides UI support for the JSch SSH2 library.
+<h2>
+Package Specification</h2>
+This package specifies API that can be used to provide UI support for the JSch SSH2 library.
+</body>
+</html>

Back to the top