gerrit/gerrit-pgm/src/test/java/com/google/gerrit/pgm/init
David Pursehouse 50c9b5bdea Remove bouncycastle jar files from lib folder during init
Bouncycastle is now shipped in the war file, and does not need to be
separately downloaded. However, when upgrading from an older version,
the previously downloaded jar files remain in the site's lib folder.

The LibraryDownloader already has functionality to remove (actually
rename) the stale libraries, but that only works when those libraries
are handled as downloads.

Factor the stale library removal functionality out to a separate class
and use that to remove the bouncycastle jar files during init.

Change-Id: I048250026cb1040b75c9b34a4aaf852e5e3384c6
2017-03-30 14:24:51 +09:00
..
InitTestCase.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
LibrariesTest.java Remove bouncycastle jar files from lib folder during init 2017-03-30 14:24:51 +09:00
UpgradeFrom2_0_xTest.java PluginConfigFactory: reload also outdated secure store 2017-02-17 12:42:00 +01:00