Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.db.mysql')
-rw-r--r--plugins/org.eclipse.net4j.db.mysql/build.properties2
-rw-r--r--plugins/org.eclipse.net4j.db.mysql/src/org/eclipse/net4j/db/mysql/package.html23
2 files changed, 25 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j.db.mysql/build.properties b/plugins/org.eclipse.net4j.db.mysql/build.properties
index 5d1b29ce0d..5515d93281 100644
--- a/plugins/org.eclipse.net4j.db.mysql/build.properties
+++ b/plugins/org.eclipse.net4j.db.mysql/build.properties
@@ -24,3 +24,5 @@ bin.includes = META-INF/,\
modeling32.png
src.includes = about.html,\
copyright.txt
+
+org.eclipse.emf.cdo.releng.javadoc.project = org.eclipse.net4j.db.doc
diff --git a/plugins/org.eclipse.net4j.db.mysql/src/org/eclipse/net4j/db/mysql/package.html b/plugins/org.eclipse.net4j.db.mysql/src/org/eclipse/net4j/db/mysql/package.html
new file mode 100644
index 0000000000..ebfa5ff412
--- /dev/null
+++ b/plugins/org.eclipse.net4j.db.mysql/src/org/eclipse/net4j/db/mysql/package.html
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+<!--
+
+ Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+ 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">
+
+The Net4j DB Framework support for MYSQL databases.
+<p>
+
+</body>
+</html>

Back to the top