repo.or.cz
/
stompngo_examples.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
JMS interop examples updated for common code / logging.
[stompngo_examples.git]
/
jinterop
/
artemis
/
cp.sh
blob
fedbf1f1d18ea63e9858b5662c5fd202c5831d40
1
2
# CP will be the Java CLASSPATH
3
CP
=
.
4
5
# Main Artemis JAR files.
6
for
j
in
$
(
ls
-1
.
/
jars
/*
.jar
);
do
7
# echo $j
8
CP
=
"
${CP}
:
$j
"
9
done
10