Update of /cvsroot/firebug/firebug/project/java
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9898
Modified Files:
dblogtest.sh mhrun.sh
Log Message:
Updated firebug java tools to work with new stuff.
Index: dblogtest.sh
===================================================================
RCS file: /cvsroot/firebug/firebug/project/java/dblogtest.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** dblogtest.sh 9 May 2003 00:29:50 -0000 1.1
--- dblogtest.sh 18 Feb 2004 01:17:06 -0000 1.2
***************
*** 2,5 ****
! java -cp ".\\dist\\firebug.jar;c:\\jdk1.3.1_01\\lib\\comm.jar;.\\jar\\mm.mysql-2.0.4-bin.jar" \
org.firebug.DBLogger
--- 2,15 ----
! if [ $HOSTNAME = MAX ]; then
! export MSGPATH=C:\\tinyos\\cygwin\\opt\\tinyos-1.x\\tools\\java
! elif [ $HOSTNAME = firemobile ]; then
! echo $HOSTNAME
! export MSGPATH=C:\\cygwin\\opt\\tinyos-1.x\\tools\\java
! else
! echo Set MSGPATH to point to tinyos-1.x/tools/java
! fi
!
!
! java -cp ".\\dist\\firebug.jar;c:\\jdk1.3.1_01\\lib\\comm.jar;.\\jar\\mm.mysql-2.0.4-bin.jar;$MSGPATH" \
org.firebug.DBLogger
Index: mhrun.sh
===================================================================
RCS file: /cvsroot/firebug/firebug/project/java/mhrun.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** mhrun.sh 3 Jan 2004 13:38:51 -0000 1.8
--- mhrun.sh 18 Feb 2004 01:17:06 -0000 1.9
***************
*** 32,35 ****
--- 32,36 ----
fi
+ echo ".\\dist\\firebug.jar;$COMMJAR;$MYSQLJAR;$MSGPATH"
java -cp ".\\dist\\firebug.jar;$COMMJAR;$MYSQLJAR;$MSGPATH" \
|