JMS interop examples updated for common code / logging.
[stompngo_examples.git] / jinterop / artemis / cp.sh
blobfedbf1f1d18ea63e9858b5662c5fd202c5831d40
2 # CP will be the Java CLASSPATH
3 CP=.
5 # Main Artemis JAR files.
6 for j in $(ls -1 ./jars/*.jar);do
7 # echo $j
8 CP="${CP}:$j"
9 done