Changeset 2130
- Timestamp:
- 06/27/08 19:55:09 (4 months ago)
- Files:
-
- trunk/bin/fortress-old (modified) (2 diffs)
- trunk/bin/fortress.bat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bin/fortress-old
r2038 r2130 71 71 fi 72 72 73 if (uname | egrep CYGWIN > /dev/null) ; then 73 if (uname | egrep CYGWIN > /dev/null) ; then 74 74 SEP=";" 75 75 else … … 80 80 81 81 java -cp "$CP" \ 82 com.sun.fortress. interpreter.drivers.fs"$@"82 com.sun.fortress.Shell "$@" trunk/bin/fortress.bat
r2002 r2130 18 18 ECHO ON 19 19 20 java -Xms128m -Xmx512m -cp "%FORTRESS_HOME%/ProjectFortress/build;%FORTRESS_HOME%/ProjectFortress/third_party/junit/junit.jar;%FORTRESS_HOME%/ProjectFortress/third_party/xtc/xtc.jar;%FORTRESS_HOME%/ProjectFortress/third_party/jsr166y/jsr166y.jar;%FORTRESS_HOME%/ProjectFortress/third_party/plt/plt.jar;%FORTRESS_HOME%/ProjectFortress/third_party/asm/asm-3.1.jar;%JAVA_HOME%/lib/tools.jar" com.sun.fortress.interpreter.drivers.fs %1 %2 %3 %4 %5 %6 %7 %8 %9 21 20 java -Xms128m -Xmx512m -cp "%FORTRESS_HOME%/ProjectFortress/build;%FORTRESS_HOME%/ProjectFortress/third_party/junit/junit.jar;%FORTRESS_HOME%/ProjectFortress/third_party/xtc/xtc.jar;%FORTRESS_HOME%/ProjectFortress/third_party/jsr166y/jsr166y.jar;%FORTRESS_HOME%/ProjectFortress/third_party/plt/plt.jar;%FORTRESS_HOME%/ProjectFortress/third_party/asm/asm-3.1.jar;%JAVA_HOME%/lib/tools.jar" com.sun.fortress.Shell %1 %2 %3 %4 %5 %6 %7 %8 %9
