public void setManifest(File manifestFile) {
   ((Jar) task).setManifest(manifestFile);
 }