Update of /cvsroot/nice/tester
In directory sc8-pr-cvs1:/tmp/cvs-serv18863
Modified Files:
Flow4j.test
Log Message:
Use generic name for the Flow4j sources
Index: Flow4j.test
===================================================================
RCS file: /cvsroot/nice/tester/Flow4j.test,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Flow4j.test 12 May 2003 17:00:25 -0000 1.3
--- Flow4j.test 25 Jul 2003 14:11:31 -0000 1.4
***************
*** 11,15 ****
if [ ! -r flow4j ]; then
! if [ ! -r flow4j-src-0.5.tar.gz ]; then
wget http://flow4j.sf.net/releases/${SOURCES}
fi
--- 11,15 ----
if [ ! -r flow4j ]; then
! if [ ! -r ${SOURCES} ]; then
wget http://flow4j.sf.net/releases/${SOURCES}
fi
|