summaryrefslogtreecommitdiff
path: root/qpid/java/client/example
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2008-05-16 02:01:50 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2008-05-16 02:01:50 +0000
commit745a7369455ac32ad2eb880f64afaa36a0bb63df (patch)
tree69c0f2da813888e89e093e13b227748e1daa0a81 /qpid/java/client/example
parent51ce4c1492acf0a328e95c7c0b61c2c864a59448 (diff)
downloadqpid-python-745a7369455ac32ad2eb880f64afaa36a0bb63df.tar.gz
QPID-1034 by Senaka Fernando
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@656924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/example')
-rw-r--r--qpid/java/client/example/bin/README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/qpid/java/client/example/bin/README.txt b/qpid/java/client/example/bin/README.txt
new file mode 100644
index 0000000000..9a1ce91d41
--- /dev/null
+++ b/qpid/java/client/example/bin/README.txt
@@ -0,0 +1,11 @@
+= Qpid Java Examples =
+
+For more information read ../README.txt.
+
+== The Verify All Script ==
+
+The verify_all script will run Java examples against itself and against the C++
+and Python examples. The success of the script is determined by comparing its
+output against what is expected.
+
+This script uses the verify script found in qpid/cpp/examples.