Changeset 16157 for release-kits/lirk3


Ignore:
Timestamp:
2008-06-25T11:07:53+12:00 (16 years ago)
Author:
oranfry
Message:

moving the greenstone3 icon to the greenstone3 shared area

File:
1 edited

Legend:

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

    r16003 r16157  
    11function show_help {
    2     echo "LiRK3 - the LInux Release Kit for greenstone3"
     2    echo "lirk3 - the LInux Release Kit for greenstone3"
    33    echo "Helps you to create releases of Greenstone3 from the Repository"
    44    echo
     
    3030    CLASSPATH=$CLASSPATH:$file
    3131done
    32 for file in $LIRK3_HOME/bin/apache-ant-1.6.5/lib/*.jar; do
     32for file in $LIRK3_HOME/packages/ant/lib/*.jar; do
    3333    CLASSPATH=$CLASSPATH:$file
    3434done
    35 for file in $LIRK3_HOME/bin/ant-installer/lib/*.jar; do
     35for file in $LIRK3_HOME/packages/ant-installer/lib/*.jar; do
    3636    CLASSPATH=$CLASSPATH:$file
    3737done
    38 CLASSPATH=$CLASSPATH:$LIRK3_HOME/bin/ant-installer/classes
     38CLASSPATH=$CLASSPATH:$LIRK3_HOME/packages/ant-installer/classes
    3939
    4040
    4141#create the command
    42 toexec="$LIRK3_HOME/bin/apache-ant-1.6.5/bin/ant -lib `pwd`/installer -f $LIRK3_HOME/ant-scripts/build.xml -Dbasedir=`pwd` -Dlirk3.home=$LIRK3_HOME"
     42toexec="$LIRK3_HOME/packages/ant/bin/ant -lib `pwd`/installer -f $LIRK3_HOME/ant-scripts/build.xml -Dbasedir=`pwd` -Dlirk3.home=$LIRK3_HOME"
    4343
    4444#pass on the arguments
Note: See TracChangeset for help on using the changeset viewer.