Updated the names of the projects

This commit is contained in:
Ben Hale
2008-05-20 21:41:01 +00:00
parent 37f8d925c8
commit 6696064dd0
531 changed files with 48 additions and 48 deletions

View File

@@ -0,0 +1,8 @@
@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.CafeDemo %1