public void addConfiguredManifest(Manifest newManifest) throws ManifestException {
   ((Jar) task).addConfiguredManifest(newManifest);
 }