Index: /FCKeditor.Java/branches/2.4/build.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/build.xml	(revision 1879)
+++ /FCKeditor.Java/branches/2.4/build.xml	(revision 1880)
@@ -22,6 +22,6 @@
 
 	<target name="deploy-fckeditor" description="Deploys the FCKeditor into the webapp for testing purposes">
-		<mkdir dir="src/main/webapp/fckeditor" />
-		<copy todir="src/main/webapp/fckeditor">
+		<mkdir dir="fckeditor-java-demo/src/main/webapp/fckeditor" />
+		<copy todir="fckeditor-java-demo/src/main/webapp/fckeditor">
 			<fileset dir="../fckeditor">
 				<exclude name=".*" />
Index: /FCKeditor.Java/branches/2.4/fckeditor-java-demo/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/fckeditor-java-demo/pom.xml	(revision 1879)
+++ /FCKeditor.Java/branches/2.4/fckeditor-java-demo/pom.xml	(revision 1880)
@@ -39,6 +39,5 @@
 						<resource>
 							<targetPath>fckeditor</targetPath>
-							<!-- FIXME hier einen relativen Pfad setzen -->
-							<directory>D:\workspace\fckeditor</directory>
+							<directory>../../fckeditor</directory>
 							<filtering>false</filtering>
 							<includes>
