Web Opac: Update to 3.0.11 (85); replace jars; set AUM
This commit is contained in:
parent
404f1a612e
commit
3d9bcf1e70
|
@ -79,12 +79,29 @@ Build:3.0.8,82
|
||||||
popd && \
|
popd && \
|
||||||
cp $$ACRA$$/target/acra-4.5.0.jar libs/
|
cp $$ACRA$$/target/acra-4.5.0.jar libs/
|
||||||
|
|
||||||
Maintainer Notes:
|
Build:3.0.11,85
|
||||||
"Auto Update Mode:Version %v" cannot be set due to included jars. Currently
|
commit=3.0.11
|
||||||
missing are cwac-endless and "adaper-1.0.1.jar".
|
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/ && \
|
||||||
|
pushd $$Endless$$ && \
|
||||||
|
gradle jarRelease && \
|
||||||
|
popd && \
|
||||||
|
cp $$Endless$$/build/libs/endless-1.2.3.jar libs/ && \
|
||||||
|
pushd $$CWACAdapter$$ && \
|
||||||
|
gradle jarRelease && \
|
||||||
|
popd && \
|
||||||
|
cp $$CWACAdapter$$/build/libs/adapter-1.0.1.jar libs/
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:3.0.11
|
Current Version:3.0.11
|
||||||
Current Version Code:85
|
Current Version Code:85
|
||||||
|
|
Loading…
Reference in a new issue