Updated CafeDemo path

This commit is contained in:
Mark Fisher
2008-11-03 18:10:15 +00:00
parent 12100af7c6
commit cb89caadbd
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.xml.CafeDemo %1