Ignore:
Timestamp:
2008-06-25T13:33:37+12:00 (16 years ago)
Author:
oranfry
Message:

made lirk2 work under the new shared code scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/bin/lirk2

    r16005 r16175  
    11function show_help {
    2     echo "LiRK2 - the LInux Release Kit for greenstone3"
     2    echo "lirk2 - the LInux Release Kit for greenstone3"
    33    echo "Helps you to create releases of Greenstone2 from the Repository"
    44    echo
     
    2929    CLASSPATH=$CLASSPATH:$file
    3030done
    31 for file in $LIRK2_HOME/bin/apache-ant-1.6.5/lib/*.jar; do
     31for file in $LIRK2_HOME/packages/ant/lib/*.jar; do
    3232    CLASSPATH=$CLASSPATH:$file
    3333done
    34 for file in $LIRK2_HOME/bin/ant-installer/lib/*.jar; do
     34for file in $LIRK2_HOME/packages/ant-installer/lib/*.jar; do
    3535    CLASSPATH=$CLASSPATH:$file
    3636done
    37 CLASSPATH=$CLASSPATH:$LIRK2_HOME/bin/ant-installer/classes
    38 
     37CLASSPATH=$CLASSPATH:$LIRK2_HOME/packages/ant-installer/classes
    3938
    4039#create the command
    41 toexec="$LIRK2_HOME/bin/apache-ant-1.6.5/bin/ant -lib `pwd`/installer -f $LIRK2_HOME/ant-scripts/build.xml -Dbasedir=`pwd` -Dlirk2.home=$LIRK2_HOME"
     40toexec="$LIRK2_HOME/packages/ant/bin/ant -lib `pwd`/installer -f $LIRK2_HOME/ant-scripts/build.xml -Dbasedir=`pwd` -Dlirk2.home=$LIRK2_HOME"
    4241
    4342#pass on the arguments
Note: See TracChangeset for help on using the changeset viewer.