[hornetq-commits] JBoss hornetq SVN: r10636 - branches/Branch_2_2_EAP/tools.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed May 11 23:24:27 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-05-11 23:24:26 -0400 (Wed, 11 May 2011)
New Revision: 10636

Modified:
   branches/Branch_2_2_EAP/tools/printData.sh
Log:
fixing sh

Modified: branches/Branch_2_2_EAP/tools/printData.sh
===================================================================
--- branches/Branch_2_2_EAP/tools/printData.sh	2011-05-12 03:11:07 UTC (rev 10635)
+++ branches/Branch_2_2_EAP/tools/printData.sh	2011-05-12 03:24:26 UTC (rev 10636)
@@ -1,2 +1,2 @@
 #tool used to debug Journal Data
-java -cp ../build/jars/hornetq-core.jar:.../thirdparty/org/jboss/netty/lib/netty.jar org.hornetq.core.persistence.impl.journal.PrintData $*
+java -cp ../build/jars/hornetq-core.jar:../thirdparty/org/jboss/netty/lib/netty.jar org.hornetq.core.persistence.impl.journal.PrintData $*



More information about the hornetq-commits mailing list