Index: /FCKeditor.Java/branches/2.4/build.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/build.xml	(revision 1906)
+++ /FCKeditor.Java/branches/2.4/build.xml	(revision 1907)
@@ -22,16 +22,17 @@
 
 	<target name="deploy-fckeditor" description="Deploys the FCKeditor into the webapp for testing purposes">
-		<mkdir dir="fckeditor-java-demo/src/main/webapp/fckeditor" />
-		<copy todir="fckeditor-java-demo/src/main/webapp/fckeditor">
+		<copy todir="java-demo/src/main/webapp/fckeditor">
 			<fileset dir="../fckeditor">
-				<exclude name=".*" />
-				<exclude name="_dev/" />
-				<exclude name="_test*/" />
-				<exclude name="fckeditor*" />
-				<exclude name="fckutils.cfm" />
+				<include name="_samples/_plugins/" />
+				<include name="editor/" />
+				<include name="fckconfig.js" />
+				<include name="*.xml" />
+				<exclude name="editor/filemanager/connectors/" />
 			</fileset>
 		</copy>
 	</target>
 
+	<!-- Do NOT remove this target. This is for link rewrite testing purposes -->
+	<!--
 	<target name="rewrite-links" description="rewrites plain links in real links">
 
@@ -43,4 +44,5 @@
 		</replaceregexp>
 	</target>
+	-->
 
 </project>
Index: /FCKeditor.Java/branches/2.4/java-core/src/main/java/org/devlib/schmidt/imageinfo/ImageInfo.java
===================================================================
--- /FCKeditor.Java/branches/2.4/java-core/src/main/java/org/devlib/schmidt/imageinfo/ImageInfo.java	(revision 1906)
+++ /FCKeditor.Java/branches/2.4/java-core/src/main/java/org/devlib/schmidt/imageinfo/ImageInfo.java	(revision 1907)
@@ -149,4 +149,5 @@
  * @author Marco Schmidt
  */
+@SuppressWarnings("unchecked")
 public class ImageInfo {
 	/**
Index: /FCKeditor.Java/branches/2.4/src/site/apt/fckeditor-properties.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/fckeditor-properties.apt	(revision 1906)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/fckeditor-properties.apt	(revision 1907)
@@ -29,6 +29,6 @@
   There are two ways to overwrite the default properties: 
 
-  * By creating a <<<fckeditor.properties>>> file in the classpath (typically the
-    <<<WEB-INF/classes>>> folder):
+  * By creating a <<<fckeditor.properties>>> file in the classpath (usually 
+    <<<WEB-INF/classes>>>):
 
 +-------------------------------------------------------+
