Show
Ignore:
Timestamp:
08/16/07 08:07:46 (2 years ago)
Author:
dr2chase
Message:

junit.jar needs to be on classpath in build.xml; also updated testing shell scripts

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/test

    r605 r723  
    1919 
    2020if (uname | egrep -q CYGWIN) ; then  
    21   CP="build;third_party/junit/junit.jar;third_party/xtc/xtc.jar;third_party/FJ/concurrent.jar;third_party/plt/plt.jar" 
     21  CP="build;third_party/junit/junit.jar;third_party/xtc/xtc.jar;third_party/jsr166y/jsr166y.jar;third_party/plt/plt.jar" 
    2222else 
    23   CP="build:third_party/junit/junit.jar:third_party/xtc/xtc.jar:third_party/FJ/concurrent.jar:third_party/plt/plt.jar" 
     23  CP="build:third_party/junit/junit.jar:third_party/xtc/xtc.jar:third_party/jsr166y/jsr166y.jar:third_party/plt/plt.jar" 
    2424fi 
    2525