Update Testnet3 to 4.42-test (232)

This commit is contained in:
Boris Kraut 2015-10-19 17:30:43 +02:00
parent 75a763ffc6
commit fc1d21de4f

View file

@ -404,6 +404,15 @@ Build:4.41-test,231
scanignore=wallet/assets/ssl-keystore scanignore=wallet/assets/ssl-keystore
build=$$MVN3$$ clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml build=$$MVN3$$ clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
Build:4.42-test,232
commit=v4.42
subdir=wallet
gradle=yes
srclibs=BitcoinJWallet@v0.13.3
prebuild=sed -i -e '/<module>examples/d' -e '/<module>tools/d' -e '/<module>wallettemplate/d' $$BitcoinJWallet$$/pom.xml
scanignore=wallet/assets/ssl-keystore,wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build=$$MVN3$$ clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
Maintainer Notes: Maintainer Notes:
Do other wallet app first: can use tags here because security is less important. Do other wallet app first: can use tags here because security is less important.
Don't forget the version name though! Don't forget the version name though!