Changeset 2130

Show
Ignore:
Timestamp:
06/27/08 19:55:09 (4 months ago)
Author:
sukyoungryu
Message:

[main] Renamed main class in more files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/fortress-old

    r2038 r2130  
    7171fi 
    7272 
    73 if (uname | egrep CYGWIN > /dev/null) ; then  
     73if (uname | egrep CYGWIN > /dev/null) ; then 
    7474  SEP=";" 
    7575else 
     
    8080 
    8181java -cp "$CP" \ 
    82 com.sun.fortress.interpreter.drivers.fs "$@" 
     82com.sun.fortress.Shell "$@" 
  • trunk/bin/fortress.bat

    r2002 r2130  
    1818ECHO ON 
    1919 
    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  
     20java -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