213214215216217218219220221222223
} fs.createInclude().setName("**/*.sh"); aChmod = this.getSubtaskFactory().getChmod(); aChmod.setPerm(this.getChmod()); aChmod.addFileset(fs); aChmod.execute(); } finally { dir = null; fs = null;