Changeset 16157
- Timestamp:
- 2008-06-25T11:07:53+12:00 (15 years ago)
- Location:
- release-kits
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
release-kits/lirk3/bin/lirk3
r16003 r16157 1 1 function show_help { 2 echo " LiRK3 - the LInux Release Kit for greenstone3"2 echo "lirk3 - the LInux Release Kit for greenstone3" 3 3 echo "Helps you to create releases of Greenstone3 from the Repository" 4 4 echo … … 30 30 CLASSPATH=$CLASSPATH:$file 31 31 done 32 for file in $LIRK3_HOME/ bin/apache-ant-1.6.5/lib/*.jar; do32 for file in $LIRK3_HOME/packages/ant/lib/*.jar; do 33 33 CLASSPATH=$CLASSPATH:$file 34 34 done 35 for file in $LIRK3_HOME/ bin/ant-installer/lib/*.jar; do35 for file in $LIRK3_HOME/packages/ant-installer/lib/*.jar; do 36 36 CLASSPATH=$CLASSPATH:$file 37 37 done 38 CLASSPATH=$CLASSPATH:$LIRK3_HOME/ bin/ant-installer/classes38 CLASSPATH=$CLASSPATH:$LIRK3_HOME/packages/ant-installer/classes 39 39 40 40 41 41 #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"42 toexec="$LIRK3_HOME/packages/ant/bin/ant -lib `pwd`/installer -f $LIRK3_HOME/ant-scripts/build.xml -Dbasedir=`pwd` -Dlirk3.home=$LIRK3_HOME" 43 43 44 44 #pass on the arguments
Note:
See TracChangeset
for help on using the changeset viewer.