diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-12-10 01:29:01 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-12-10 01:29:01 +0000 |
| commit | 45011b6a2bdd51ec0872491895f00828a5acac32 (patch) | |
| tree | 743bd792e66c6a5117ec5570769506c3c0a6690a /java/client/example/src/main | |
| parent | ccb26f9f65930a16bf6ee9af14cadacc3028177f (diff) | |
| download | qpid-python-45011b6a2bdd51ec0872491895f00828a5acac32.tar.gz | |
removed incubating from various shell scripts, release artifacts, and READMEs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@724948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/example/src/main')
| -rw-r--r-- | java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp b/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp index ee151426c6..a1c5aa325d 100644 --- a/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp +++ b/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp @@ -7,6 +7,6 @@ java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache. background "can receive messages" server_java clients $cpp/client -#ps -ao pid,cmd | awk '/qpid-client-incubating-M4.jar/{ print $1 }' | xargs -r kill +#ps -ao pid,cmd | awk '/qpid-client-<version>.jar/{ print $1 }' | xargs -r kill kill %% outputs "$cpp/client.out | remove_uuid" "server_java.out | remove_uuid" |
