Mercurial Hosting > luan
comparison scripts/build-luan.sh @ 728:11839152caef
remove stripe
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Fri, 10 Jun 2016 14:58:46 -0600 |
| parents | 7bd97d642f37 |
| children | 4ce68aad92b7 |
comparison
equal
deleted
inserted
replaced
| 727:d6a191618c60 | 728:11839152caef |
|---|---|
| 57 javac -classpath $CLASSPATH `find $SRC -name *.java` | 57 javac -classpath $CLASSPATH `find $SRC -name *.java` |
| 58 cd $SRC | 58 cd $SRC |
| 59 jar cvf $LUAN_BUILD/luan/jars/luan-lucene-$VERSION.jar `find . -name *.class -o -name *.luan` | 59 jar cvf $LUAN_BUILD/luan/jars/luan-lucene-$VERSION.jar `find . -name *.class -o -name *.luan` |
| 60 cp $LUAN_HOME/lucene/ext/* $LUAN_BUILD/luan/jars | 60 cp $LUAN_HOME/lucene/ext/* $LUAN_BUILD/luan/jars |
| 61 | 61 |
| 62 cd $LUAN_HOME | |
| 63 SRC=stripe/src | |
| 64 cd $SRC | |
| 65 jar cvf $LUAN_BUILD/luan/jars/luan-stripe-$VERSION.jar `find . -name *.luan` | |
| 66 cp $LUAN_HOME/stripe/ext/* $LUAN_BUILD/luan/jars | |
| 67 | |
| 68 cp $LUAN_HOME/scripts/install.sh $LUAN_BUILD/luan | 62 cp $LUAN_HOME/scripts/install.sh $LUAN_BUILD/luan |
| 69 chmod +x $LUAN_BUILD/luan/install.sh | 63 chmod +x $LUAN_BUILD/luan/install.sh |
| 70 cp $LUAN_HOME/scripts/uninstall.sh $LUAN_BUILD/luan | 64 cp $LUAN_HOME/scripts/uninstall.sh $LUAN_BUILD/luan |
| 71 | 65 |
| 72 cd $LUAN_BUILD | 66 cd $LUAN_BUILD |
