|
@@ -84,7 +84,7 @@ public class Jar extends Zip { |
|
|
|
|
|
|
|
|
public void setJarfile(File jarFile) { |
|
|
public void setJarfile(File jarFile) { |
|
|
log("DEPRECATED - The jarfile attribute is deprecated. Use file attribute instead."); |
|
|
log("DEPRECATED - The jarfile attribute is deprecated. Use file attribute instead."); |
|
|
super.setFile(jarFile); |
|
|
|
|
|
|
|
|
setFile(jarFile); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public void addConfiguredManifest(Manifest newManifest) throws ManifestException { |
|
|
public void addConfiguredManifest(Manifest newManifest) throws ManifestException { |
|
|