Index: /FCKeditor.Java/branches/2.4/src/site/apt/installation.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/installation.apt	(revision 1899)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/installation.apt	(revision 1900)
@@ -17,5 +17,5 @@
 ~~ 
 ~~ == END LICENSE ==
-~~ @version $Id: installation.apt 1845 2008-03-29 19:10:35Z th-schwarz $
+~~ @version $Id$
                         ------------------------------
                                 Installation
@@ -51,5 +51,5 @@
     <dependency>
       <groupId>net.fckeditor</groupId>
-      <artifactId>fckeditor-java</artifactId>
+      <artifactId>java-core</artifactId>
       <version>2.4-beta-1</version>
     </dependency>
@@ -64,5 +64,5 @@
   environment from the {{{http://www.fckeditor.net/download}download area}}.
 
-  * <<<fckeditor-java-2.4-beta-1.jar>>>
+  * <<<fckeditor-java-core-2.4-beta-1.jar>>>
 
     If you already have all dependencies on your classpath, simply put this jar
@@ -79,9 +79,7 @@
 || File                                      || Description                    ||
 *--------------------------------------------+----------------------------------+
-| fckeditor-java-2.4-beta-1.jar              | main jar							|
+| fckeditor-java-2.4-core-beta-1.jar              | main jar			|
 *--------------------------------------------+----------------------------------+
-| fckeditor-java-2.4-beta-1-sources.jar      | optional sources for IDE integration |
-*--------------------------------------------+----------------------------------+
-| fckeditor-java-2.4-beta-1-javadoc.jar      | optional javadoc for IDE integration |
+| fckeditor-java-2.4-core-beta-1-javadoc.jar      | optional javadoc for IDE integration |
 *--------------------------------------------+----------------------------------+
 
@@ -95,7 +93,5 @@
 | commons-io-1.3.2.jar                       | Apache Commons IO library        |
 *--------------------------------------------+----------------------------------+
-| slf4j-api-1.5.0.jar                        | simple logging facade (wrapper)  |
-*--------------------------------------------+----------------------------------+
-| slf4j-nop-1.5.0.jar (optional)             | dummy binding                    |
+| slf4j-api-1.5.0.jar                        | simple logging facade api        |
 *--------------------------------------------+----------------------------------+
 
@@ -115,17 +111,7 @@
     [Attention:] Do <not> skip this section otherwise your application will <<fail!>>
 
-  We use a state-of-the-art logging facade slf4j which gives us full and
-  high-performance flexibility on a logging subsystem.
-
-  There are two possible scenarios which should be of your concern:
-
-  * You don't want to log at all, just leave <<<slf4j-nop-1.5.0.jar>>> on your
-    classpath and you're done.
-
-  * You want to log the library operations or your webapp logs already, obtain 
-    the appropriate wrapper for your logging system and put it on your classpath.
-
-  []
-
-  For more information on slf4j and bindings for nearly all well-known logging 
-  frameworks see the {{{http://www.slf4j.org}website}}. 
+  We use the state-of-the-art logging facade <<<slf4j>>>. To make slf4j work at runtime, 
+  you have to add <<one>> binding and the appropriate  backend (may be optional) onto 
+  your classpath.\
+  Please check the {{{http://slf4j.org}slf4j website}} for more information on bindings
+  and the API itself.
Index: /FCKeditor.Java/branches/2.4/src/site/apt/integration/taglibrary.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/integration/taglibrary.apt	(revision 1899)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/integration/taglibrary.apt	(revision 1900)
@@ -29,5 +29,5 @@
 
 +--------------------------------------------------------------------+
-  <%@ taglib uri="http://www.fckeditor.net/tags" prefix="FCK" %>
+  <%@ taglib uri="http://www.fckeditor.net/java/tags" prefix="FCK" %>
 +--------------------------------------------------------------------+
 
@@ -36,5 +36,5 @@
 +--------------------------------------------------------------------+
   <jsp:root version="2.0" xmlns:jsp="http://java.sun.com/JSP/Page"
-     xmlns:FCK="http://www.fckeditor.net/tags">
+     xmlns:FCK="http://www.fckeditor.net/java/tags">
 +--------------------------------------------------------------------+
 
@@ -49,3 +49,3 @@
 +--------------------------------------------------------------------+
 
-  For a more complete overview, take a look at the {{{../tagreference.html}tag reference}}.
+  For a more complete overview, take a look at the {{{../java-core/tagreference.html}tag reference}}.
Index: /FCKeditor.Java/branches/2.4/src/site/apt/whatsnew.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/whatsnew.apt	(revision 1899)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/whatsnew.apt	(revision 1900)
@@ -45,5 +45,5 @@
   
   * The JSP-Tag-Library is partially restructured. Be aware before updating and refere the 
-  {{{integration/taglibrary.html}tag library}} and the {{{../tagreference.html}tag reference}}.
+  {{{integration/taglibrary.html}tag library}} and the {{{java-core/tagreference.html}tag reference}}.
   
   * A lot of code improvements.
