Update Web Opac to 3.2.1 (91)
This commit is contained in:
parent
9ba5166661
commit
0ad9429d17
|
@ -175,8 +175,24 @@ Build:3.2.0,90
|
||||||
cp -fR $$Endless$$/src/com src/ && \
|
cp -fR $$Endless$$/src/com src/ && \
|
||||||
cp -fR $$CWACAdapter$$/src/com src/
|
cp -fR $$CWACAdapter$$/src/com src/
|
||||||
|
|
||||||
|
Build:3.2.1,91
|
||||||
|
commit=3.2.1
|
||||||
|
submodules=yes
|
||||||
|
srclibs=ACRA@acra-4.5.0,JSoup@jsoup-1.6.3,Endless@v1.2.3,CWACAdapter@v1.0.1
|
||||||
|
rm=libs/jsoup-*,libs/acra-*,libs/endless-*,libs/adapter-*,libs/cwac-*
|
||||||
|
prebuild=pushd $$JSoup$$ && \
|
||||||
|
$$MVN3$$ package && \
|
||||||
|
popd && \
|
||||||
|
cp $$JSoup$$/target/jsoup-1.6.3.jar libs/ && \
|
||||||
|
pushd $$ACRA$$ && \
|
||||||
|
$$MVN3$$ package && \
|
||||||
|
popd && \
|
||||||
|
cp $$ACRA$$/target/acra-4.5.0.jar libs/ && \
|
||||||
|
cp -fR $$Endless$$/src/com src/ && \
|
||||||
|
cp -fR $$CWACAdapter$$/src/com src/
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:3.2.0
|
Current Version:3.2.1
|
||||||
Current Version Code:90
|
Current Version Code:91
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue