Updated the names of the projects
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user