blob: bee815219a977b89438e6f1d4dc0c2f546d6fa68 [file] [log] [blame]
import java.io.*;
File packgz = new File(basedir, "repository/target/repository/plugins/pack200.bundle_1.0.0.123abc.jar.pack.gz");
if (!packgz.canRead()) {
throw new Exception("Missing expected file " + packgz);
}
return true;