From 530aab15926827e731aa48d7579be15b0aed3460 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Thu, 2 Jul 2009 02:40:43 +0000 Subject: [PATCH] removed scripts now that the samples are easy to build and run --- .../build.xml | 2 +- .../scripts/cafeDemo.bat | 8 ---- .../scripts/cafeDemo.sh | 6 --- .../scripts/cafeDemo.xml | 48 ------------------- 4 files changed, 1 insertion(+), 63 deletions(-) delete mode 100644 org.springframework.integration.samples/scripts/cafeDemo.bat delete mode 100755 org.springframework.integration.samples/scripts/cafeDemo.sh delete mode 100644 org.springframework.integration.samples/scripts/cafeDemo.xml 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 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -