diff options
Diffstat (limited to 'java/testkit/bin/setenv.sh')
-rw-r--r-- | java/testkit/bin/setenv.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/testkit/bin/setenv.sh b/java/testkit/bin/setenv.sh index da039271a3..24135e711b 100644 --- a/java/testkit/bin/setenv.sh +++ b/java/testkit/bin/setenv.sh @@ -18,9 +18,7 @@ # under the License. # -# Helper script to set classpath for running Qpid example classes -# NB: You must add the Qpid client and common jars to your CLASSPATH -# before running this script +# Compiles the test classes and sets the CLASSPATH # check for QPID_TEST_HOME if [ "$QPID_TEST_HOME" = "" ] ; then |