diff --git a/org.springframework.integration.samples/build.xml b/org.springframework.integration.samples/build.xml
index 0d2e82fdf9..a18bea201a 100644
--- a/org.springframework.integration.samples/build.xml
+++ b/org.springframework.integration.samples/build.xml
@@ -8,7 +8,7 @@
-
+
diff --git a/org.springframework.integration.samples/scripts/cafeDemo.bat b/org.springframework.integration.samples/scripts/cafeDemo.bat
deleted file mode 100644
index d6f64f4931..0000000000
--- a/org.springframework.integration.samples/scripts/cafeDemo.bat
+++ /dev/null
@@ -1,8 +0,0 @@
-@echo off
-
-setlocal ENABLEDELAYEDEXPANSION
-
-for /r ..\dist %%j IN (*.jar) do set CP=!CP!;%%j
-for /r ..\lib %%j IN (*.jar) do set CP=!CP!;%%j
-
-@java -cp %CP% org.springframework.integration.samples.cafe.xml.CafeDemo %1
diff --git a/org.springframework.integration.samples/scripts/cafeDemo.sh b/org.springframework.integration.samples/scripts/cafeDemo.sh
deleted file mode 100755
index f58054d011..0000000000
--- a/org.springframework.integration.samples/scripts/cafeDemo.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-JARS=`find ../dist ../lib -iname *.jar`
-CP=`echo $JARS | sed 's/ /:/g'`
-
-java -cp $CP org.springframework.integration.samples.cafe.xml.CafeDemo $*
diff --git a/org.springframework.integration.samples/scripts/cafeDemo.xml b/org.springframework.integration.samples/scripts/cafeDemo.xml
deleted file mode 100644
index 8dcdf0a72e..0000000000
--- a/org.springframework.integration.samples/scripts/cafeDemo.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-