blob: 8482e24d20f5bbce4eff898729c2d56dbc94bb59 [file] [log] [blame]
import java.io.*;
File attached = new File(basedir, "custom.bundle.feature/target/site/plugins/custom.bundle.attached_1.0.0.123abc.jar");
if (!attached.canRead()) {
throw new Exception( "Missing expected file " + attached );
}
return true;