Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java	(revision 3588)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java	(revision 3589)
@@ -39,5 +39,5 @@
  * Connector servlet of the file browser. It accepts requests begins the request
  * cycle, forwards requests to the {@link Dispatcher dispatcher} and ends the
- * request cycle with an appropriate {@link net.fckeditor.response response}.<br/>
+ * request cycle with an appropriate {@link net.fckeditor.response response}.
  * 
  * @version $Id$
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/package-info.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/package-info.java	(revision 3589)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/package-info.java	(revision 3589)
@@ -0,0 +1,4 @@
+/**
+ * Different handlers for various purposes used in the entire system.
+ */
+package net.fckeditor.handlers;
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/package-info.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/package-info.java	(revision 3589)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/package-info.java	(revision 3589)
@@ -0,0 +1,4 @@
+/**
+ * Core objects to manage the FCKeditor text input form.
+ */
+package net.fckeditor;
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/package-info.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/package-info.java	(revision 3589)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/package-info.java	(revision 3589)
@@ -0,0 +1,4 @@
+/**
+ * Response object wrappers for {@code GET} and {@code POST} requests.
+ */
+package net.fckeditor.response;
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/tags/package-info.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/tags/package-info.java	(revision 3589)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/tags/package-info.java	(revision 3589)
@@ -0,0 +1,4 @@
+/**
+ * 	JSP tags to access and modify the FCKeditor object.
+ */
+package net.fckeditor.tags;
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/tool/package-info.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/tool/package-info.java	(revision 3589)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/tool/package-info.java	(revision 3589)
@@ -0,0 +1,4 @@
+/**
+ * Various tool classes.
+ */
+package net.fckeditor.tool;
