updated 'svn:eol-style' property for cafeDemo.bat and cafeDemo.sh

This commit is contained in:
Mark Fisher
2008-02-27 16:11:59 +00:00
parent 8ea36fa4f3
commit 05cd46a3f5
2 changed files with 2 additions and 2 deletions

View File

@@ -5,4 +5,4 @@ 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.CafeDemo %1
@java -cp %CP% org.springframework.integration.samples.cafe.CafeDemo %1

View File

@@ -3,4 +3,4 @@
JARS=`find ../dist ../lib -iname *.jar`
CP=`echo $JARS | sed 's/ /:/g'`
java -cp $CP org.springframework.integration.samples.cafe.CafeDemo $*
java -cp $CP org.springframework.integration.samples.cafe.CafeDemo $*