blob: fb99796c4f46f51c771bd96e6012b08425de1b80 [file] [log] [blame]
import java.io.*;
// verify that the ear is created
result = new File( basedir, "target/massembly-345-1-bin.ear" ).exists();
return result;