Mercurial Hosting > luan
comparison scripts/build-luan.sh @ 407:7fd9f1b7b878
replace LuanPropertyTable with LuanPropertyMeta
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 29 Apr 2015 13:01:00 -0600 |
parents | 637f7ad85654 |
children | aedb90df53ce |
comparison
equal
deleted
inserted
replaced
406:9321a33b9b1c | 407:7fd9f1b7b878 |
---|---|
57 jar cvf $LUAN_BUILD/luan/jars/luan-lucene-$VERSION.jar `find . -name *.class -o -name *.luan` | 57 jar cvf $LUAN_BUILD/luan/jars/luan-lucene-$VERSION.jar `find . -name *.class -o -name *.luan` |
58 cp $LUAN_HOME/lucene/ext/* $LUAN_BUILD/luan/jars | 58 cp $LUAN_HOME/lucene/ext/* $LUAN_BUILD/luan/jars |
59 | 59 |
60 cd $LUAN_HOME | 60 cd $LUAN_HOME |
61 SRC=stripe/src | 61 SRC=stripe/src |
62 CLASSPATH=$LUAN_HOME/core/src:$LUAN_HOME/$SRC | |
63 for i in $LUAN_HOME/stripe/ext/* ; do CLASSPATH=$CLASSPATH:$i ; done | |
64 javac -classpath $CLASSPATH `find $SRC -name *.java` | |
65 cd $SRC | 62 cd $SRC |
66 jar cvf $LUAN_BUILD/luan/jars/luan-stripe-$VERSION.jar `find . -name *.class -o -name *.luan` | 63 jar cvf $LUAN_BUILD/luan/jars/luan-stripe-$VERSION.jar `find . -name *.luan` |
67 cp $LUAN_HOME/stripe/ext/* $LUAN_BUILD/luan/jars | 64 cp $LUAN_HOME/stripe/ext/* $LUAN_BUILD/luan/jars |
68 | 65 |
69 cp $LUAN_HOME/scripts/install.sh $LUAN_BUILD/luan | 66 cp $LUAN_HOME/scripts/install.sh $LUAN_BUILD/luan |
70 chmod +x $LUAN_BUILD/luan/install.sh | 67 chmod +x $LUAN_BUILD/luan/install.sh |
71 cp $LUAN_HOME/scripts/uninstall.sh $LUAN_BUILD/luan | 68 cp $LUAN_HOME/scripts/uninstall.sh $LUAN_BUILD/luan |