fix a mistake in at.tomtasche.reader but it's still broken
This commit is contained in:
parent
2f0215c4de
commit
4a46c0ef89
|
@ -64,9 +64,10 @@ build=cd odf2html/library/ && ant -f dep/commons/library/build.xml && \
|
|||
mkdir -p lib/ && mv dep/commons/library/commons.jar lib/ && \
|
||||
cp lib/commons.jar ../../libs/ && ant && mv odf2html.jar ../../libs/
|
||||
Build Version:2.0.8.2,37,!broken v2.0.8.2,submodules=no,init=\
|
||||
rm -rf $(find . -name bin) && rm -rf $(find . -name gen) && \
|
||||
rm -rf odf2html/.gitmodules odf2html/library/dep/commons && git submodule update --init && \
|
||||
git clone git://github.com/andiwand/commons.git odf2html/library/dep/commons && \
|
||||
cd odf2html/ && git checkout a7405 && rm -rf $(find . -name bin) && rm -rf $(find . -name gen),\
|
||||
cd odf2html/library/dep/commons && git checkout f9ba1a9,\
|
||||
srclibs=MobAdMob@2d5736,update=.;aFileChooser/aFileChooser;ActionBarSherlock/library;\
|
||||
AndroidBillingLibrary/AndroidBillingLibrary;Android-AppMsg/library,prebuild=\
|
||||
echo "source.dir=src;$$MobAdMob$$/src" >> project.properties && \
|
||||
|
|
Loading…
Reference in a new issue