Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/exception/package-info.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/exception/package-info.java	(revision 3760)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/exception/package-info.java	(revision 3760)
@@ -0,0 +1,34 @@
+/*
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net
+ * Copyright (C) 2004-2009 Frederico Caldeira Knabben
+ * 
+ * == BEGIN LICENSE ==
+ * 
+ * Licensed under the terms of any of the following licenses at your
+ * choice:
+ * 
+ *  - GNU General Public License Version 2 or later (the "GPL")
+ *    http://www.gnu.org/licenses/gpl.html
+ * 
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
+ *    http://www.gnu.org/licenses/lgpl.html
+ * 
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")
+ *    http://www.mozilla.org/MPL/MPL-1.1.html
+ * 
+ * == END LICENSE ==
+ */
+
+/**
+ * This package contains all custom exceptions which may be thrown by a
+ {@link net.fckeditor.connector.Connector Connector} implementation.
+ <br />
+ Note: These exceptions won't be logged nor will be the
+ <code>getMessage</code>
+ method called to pass the message to the user. Instead, the exception
+ simply indicates the system state which will be propagated to the user
+ by the a localized message of the system.
+ * 
+ * @version $Id$
+ */
+package net.fckeditor.connector.exception;
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/impl/package-info.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/impl/package-info.java	(revision 3760)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/impl/package-info.java	(revision 3760)
@@ -0,0 +1,27 @@
+/*
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net
+ * Copyright (C) 2004-2009 Frederico Caldeira Knabben
+ * 
+ * == BEGIN LICENSE ==
+ * 
+ * Licensed under the terms of any of the following licenses at your
+ * choice:
+ * 
+ *  - GNU General Public License Version 2 or later (the "GPL")
+ *    http://www.gnu.org/licenses/gpl.html
+ * 
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
+ *    http://www.gnu.org/licenses/lgpl.html
+ * 
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")
+ *    http://www.mozilla.org/MPL/MPL-1.1.html
+ * 
+ * == END LICENSE ==
+ */
+
+/**
+ * Default implementations for the connector interface.
+ * 
+ * @version $Id$
+ */
+package net.fckeditor.connector.impl;
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/package-info.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/package-info.java	(revision 3760)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/package-info.java	(revision 3760)
@@ -0,0 +1,29 @@
+/*
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net
+ * Copyright (C) 2004-2009 Frederico Caldeira Knabben
+ * 
+ * == BEGIN LICENSE ==
+ * 
+ * Licensed under the terms of any of the following licenses at your
+ * choice:
+ * 
+ *  - GNU General Public License Version 2 or later (the "GPL")
+ *    http://www.gnu.org/licenses/gpl.html
+ * 
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
+ *    http://www.gnu.org/licenses/lgpl.html
+ * 
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")
+ *    http://www.mozilla.org/MPL/MPL-1.1.html
+ * 
+ * == END LICENSE ==
+ */
+
+/**
+ * This package covers all request-related classes and implementations which handle
+resource management requests from the user.
+<img src="doc-files/sequence-diagram.png" alt="Sequence Diagram" title="Sequence Diagram" />
+ * 
+ * @version $Id$
+ */
+package net.fckeditor.connector;
Index: Keditor.Java/trunk/java-core/src/main/javadoc/net/fckeditor/connector/package.html
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/javadoc/net/fckeditor/connector/package.html	(revision 3759)
+++ 	(revision )
@@ -1,42 +1,0 @@
-<!--
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2004-2009 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
- * @version: $Id$
--->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html>
-<head>
-</head>
-<body bgcolor="white">
-
-This package covers all request-related classes and implementations which handle
-resource management requests from the user.
-<img src="doc-files/sequence-diagram.png" alt="Sequence Diagram" title="Sequence Diagram" />
-<h2>Related Documentation</h2>
-
-For overviews, tutorials, examples, guides, and tool documentation, please see:
-<ul>
-  <li>The official FCKeditor.Java integration <a href="http://java.fckeditor.net" target="_blank">website</a>.
-  <li>The <a href="http://java.fckeditor.net/demo.html" target="_blank">example web application</a>. 
-</ul>
-
-<!-- Put @see and @since tags down here. -->
-
-</body>
-</html>
