Changeset 19907


Ignore:
Timestamp:
2009-06-24T16:29:39+12:00 (15 years ago)
Author:
oranfry
Message:

removing all remnants of code that exports a CLASSPATH before starting a release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/linux/rk

    r19037 r19907  
    4343    echo "      execute only the target with the given address, including subtargets"
    4444    echo
    45     echo "  -cp"
    46     echo "      show the classpath being used by $rk_name"
    4745    echo
    4846    echo "  -cmd"
     
    6563fi
    6664
    67 #work out the classpath
    68 CLASSPATH=$JAVA_HOME/lib/tools.jar
    69 for file in $RK_HOME/core/lib/*.jar; do
    70     CLASSPATH=$CLASSPATH:$file
    71 done
    72 for file in $RK_HOME/core/ant/lib/*.jar; do
    73     CLASSPATH=$CLASSPATH:$file
    74 done
    75 for file in $RK_HOME/core/ant-installer/lib/*.jar; do
    76     CLASSPATH=$CLASSPATH:$file
    77 done
    78 CLASSPATH=$CLASSPATH:$RK_HOME/core/ant-installer/classes
    79 
    80 export CLASSPATH
    81 
    8265#set ANT_HOME
    8366export ANT_HOME=$RK_HOME/core/ant
     
    9275    if [ "$1" == "-help" ]; then
    9376        show_help
    94         exit
    95     elif [ "$1" == "-cp" ]; then
    96         echo $CLASSPATH
    9777        exit
    9878    elif [ "$1" == "-cmd" ]; then
Note: See TracChangeset for help on using the changeset viewer.