Changeset 3371 for trunk/ProjectFortress/testJRat
- Timestamp:
- 02/05/09 04:36:08 (10 months ago)
- Files:
-
- 1 modified
-
trunk/ProjectFortress/testJRat (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/testJRat
r3350 r3371 2 2 3 3 ################################################################################ 4 # Copyright 200 8Sun Microsystems, Inc.,4 # Copyright 2009 Sun Microsystems, Inc., 5 5 # 4150 Network Circle, Santa Clara, California 95054, U.S.A. 6 6 # All rights reserved. … … 18 18 ################################################################################ 19 19 20 if (uname | egrep -q CYGWIN) ; then 20 if (uname | egrep -q CYGWIN) ; then 21 21 CP="build;third_party/junit/junit.jar;third_party/unsigned/unsigned.jar;third_party/asm/asm-3.1.jar;third_party/xtc/xtc.jar;third_party/jsr166y/jsr166y.jar;third_party/plt/plt.jar;third_party/astgen/astgen.jar" 22 22 else

