You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2008/02/13 18:30:42 UTC

svn commit: r627536 - /incubator/qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh

Author: rhs
Date: Wed Feb 13 09:30:32 2008
New Revision: 627536

URL: http://svn.apache.org/viewvc?rev=627536&view=rev
Log:
updated runSample.sh from jrobie

Modified:
    incubator/qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh

Modified: incubator/qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh?rev=627536&r1=627535&r2=627536&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh (original)
+++ incubator/qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh Wed Feb 13 09:30:32 2008
@@ -23,7 +23,7 @@
 then
     QPID_SAMPLE=$QPID_SAMPLE
 else
-    QPID_SAMPLE="/usr/share/rhm-docs-0.2/java"
+    QPID_SAMPLE="/usr/share/doc/rhm-0.2"
 fi
 echo "Using QPID_SAMPLE: $QPID_SAMPLE"
 
@@ -39,7 +39,7 @@
 CLASSPATH="$CLASSPATH$DIVIDER$."
 
 # Set VM parameters
-QPID_PARAM="$QPID_PARAM -Dlog4j.configuration=file://$QPID_SAMPLE/log4j.xml"
+QPID_PARAM="$QPID_PARAM -Dlog4j.configuration=file://$QPID_SAMPLE/java/log4j.xml"
 
 
 # Check if the user supplied a sample classname
@@ -49,4 +49,4 @@
     exit;
 else
     java -cp $CLASSPATH $QPID_PARAM $*
-fi
\ No newline at end of file
+fi