Show
Ignore:
Timestamp:
08/17/07 08:28:18 (2 years ago)
Author:
chf
Message:

Various fixes to getting the current task. This should address the nested transaction problem.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/junit

    r605 r729  
    2121 
    2222if (uname | egrep -q CYGWIN) ; then  
    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" 
    2424else 
    25   CP="build:third_party/junit/junit.jar:third_party/xtc/xtc.jar:third_party/FJ/concurrent.jar:third_party/plt/plt.jar" 
     25  CP="build:third_party/junit/junit.jar:third_party/xtc/xtc.jar:third_party/jsr166y/jsr166y.jar:third_party/plt/plt.jar" 
    2626fi 
    2727