Index: /FCKeditor.Java/trunk/build.xml
===================================================================
--- /FCKeditor.Java/trunk/build.xml	(revision 3039)
+++ /FCKeditor.Java/trunk/build.xml	(revision 3040)
@@ -23,8 +23,8 @@
 <project name="fckeditor-java" basedir=".">
 
-	<target name="clean-fckeditor-distribution"
-	        description="Creates a clean FCKeditor distribution">
+	<target name="stripped-fckeditor-dist"
+	        description="Creates a stripped FCKeditor distribution">
 		<property name="fckeditor-tmp" location="fckeditor-tmp" />
-		<property name="fckeditor-basename" value="FCKeditor_2.6.3" />
+		<property name="fckeditor-basename" value="FCKeditor_2.6.4" />
 		<property name="fckeditor-destfile"
 		          value="${fckeditor-basename}_clean.zip"
Index: /FCKeditor.Java/trunk/pom.xml
===================================================================
--- /FCKeditor.Java/trunk/pom.xml	(revision 3039)
+++ /FCKeditor.Java/trunk/pom.xml	(revision 3040)
@@ -24,5 +24,5 @@
 		<slf4jVersion>${slf4j.version}</slf4jVersion>
 		<currentVersion>${version}</currentVersion>
-		<FCKeditorVersion>2.6.3</FCKeditorVersion>
+		<FCKeditorVersion>2.6.4</FCKeditorVersion>
 		<ticketUrl>${issueManagement.url}ticket</ticketUrl>
 	</properties>
Index: /FCKeditor.Java/trunk/src/site/apt/installation.apt.vm
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/installation.apt.vm	(revision 3039)
+++ /FCKeditor.Java/trunk/src/site/apt/installation.apt.vm	(revision 3040)
@@ -48,10 +48,10 @@
   Although the public distribution is fine, it still contains a lot of superfluous
   files for a Java environment. Use the following <<<Ant>>> target on the FCKeditor
-  ${FCKeditorVersion} zip file (? MiB) to create a cleaner and smaller distribution
-  zip file (? KiB). After the reduction you can unzip the smaller distribution zip
+  ${FCKeditorVersion} zip file (1,49 MiB) to create a cleaner and smaller distribution
+  zip file (1036 KiB). After the reduction you can unzip the smaller distribution zip
   file into your webapp.
 
 +------------------------------------------------------------------------------+
-<target name="clean-fckeditor" description="Creates a clean FCKeditor distribution">
+<target name="stripped-fckeditor-dist" description="Creates a stripped FCKeditor distribution">
   <!-- Adapt these properties to your needs -->
   <property name="fckeditor-tmp" location="fckeditor-tmp" />
