Updated the names of the projects
This commit is contained in:
6
org.springframework.integration.samples/scripts/cafeDemo.sh
Executable file
6
org.springframework.integration.samples/scripts/cafeDemo.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
JARS=`find ../dist ../lib -iname *.jar`
|
||||
CP=`echo $JARS | sed 's/ /:/g'`
|
||||
|
||||
java -cp $CP org.springframework.integration.samples.cafe.CafeDemo $*
|
||||
Reference in New Issue
Block a user