Update CV of Lumicall to 1.11.7 (162)
This commit is contained in:
parent
967653577b
commit
496619c6f3
|
@ -128,17 +128,24 @@ Build:1.11.6,161
|
|||
disable=builds, submodules have jars
|
||||
commit=1.11.6
|
||||
submodules=yes
|
||||
rm=libs/*.jar
|
||||
srclibs=dnsjava@dnsjava-2.1.6,RemoteTea@release-1.1.0,libphonenumber@53794af89c54549b71a3db1f326e1bfd7c914832
|
||||
rm=libs/*.jar
|
||||
prebuild=echo "project.target.apilevel=8" > ant.properties && \
|
||||
sed -i '/<dependency/,/\/>/d' custom_rules.xml && \
|
||||
pushd $$dnsjava$$ && ant jar && popd && cp $$dnsjava$$/dnsjava-*.jar libs/ && \
|
||||
pushd $$RemoteTea$$ && ant -Dant.build.javac.target=1.5 -Dant.build.javac.source=1.5 jar && popd && cp $$RemoteTea$$/classes/oncrpc*jar libs/oncrpc-1.0.7.jar && cp libs/oncrpc-1.0.7.jar gmetric4j/lib/oncrpc-1.0.7.jar && \
|
||||
pushd $$dnsjava$$ && \
|
||||
ant jar && \
|
||||
popd && \
|
||||
cp $$dnsjava$$/dnsjava-*.jar libs/ && \
|
||||
pushd $$RemoteTea$$ && \
|
||||
ant -Dant.build.javac.target=1.5 -Dant.build.javac.source=1.5 jar && \
|
||||
popd && \
|
||||
cp $$RemoteTea$$/classes/oncrpc*jar libs/oncrpc-1.0.7.jar && \
|
||||
cp libs/oncrpc-1.0.7.jar gmetric4j/lib/oncrpc-1.0.7.jar && \
|
||||
pushd $$libphonenumber$$/java/ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$libphonenumber$$/java/libphonenumber/target/libphonenumber-6.2.3-SNAPSHOT.jar libs/
|
||||
buildjni=yes
|
||||
buildjni=yes
|
||||
|
||||
Maintainer Notes:
|
||||
TODO: libphonenumber: should we always build HEAD? switch back to googles repo? do we need geocoder-jar?
|
||||
|
@ -147,6 +154,6 @@ TODO: oncrpc 1.0.7 is 7dda2ba52e7d999c52648ead1e747dd7ca64325c ; last/only tag i
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.11.6
|
||||
Current Version Code:161
|
||||
Current Version:1.11.7
|
||||
Current Version Code:162
|
||||
|
||||
|
|
Loading…
Reference in a new issue