summaryrefslogtreecommitdiff
path: root/java/client/example/bin
diff options
context:
space:
mode:
Diffstat (limited to 'java/client/example/bin')
-rw-r--r--java/client/example/bin/verify_all6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/client/example/bin/verify_all b/java/client/example/bin/verify_all
index 0212e7d819..3c8db42dcc 100644
--- a/java/client/example/bin/verify_all
+++ b/java/client/example/bin/verify_all
@@ -19,12 +19,13 @@
#
export QPID_SRC_HOME=$(cd "$(dirname $0)/../../../.."; pwd)
-export CPP=$QPID_SRC_HOME/cpp/examples/examples
+export CPP=$QPID_SRC_HOME/cpp/examples
export PYTHON=$QPID_SRC_HOME/python/examples
export JAVA=$QPID_SRC_HOME/java/client/example/src/main/java/org/apache/qpid/example/jmsexample
-export AMQP_SPEC=$QPID_SRC_HOME/specs/amqp.0-10.xml
+export AMQP_SPEC=$QPID_SRC_HOME/specs/amqp.0-10-qpid-errata.xml
export PYTHONPATH=$QPID_SRC_HOME/python/
+export LOG4J=file://$QPID_SRC_HOME/java/client/example/src/main/java/log4j.xml
trap cleanup EXIT
@@ -56,4 +57,3 @@ do
$verify $script
stop_broker
done
-