Browse Source

javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@293158 13f79535-47bb-0310-9956-ffa450edef68
master
Jacobus Martinus Kruithof 19 years ago
parent
commit
9d3209f826
1 changed files with 8 additions and 3 deletions
  1. +8
    -3
      src/main/org/apache/tools/ant/taskdefs/Jar.java

+ 8
- 3
src/main/org/apache/tools/ant/taskdefs/Jar.java View File

@@ -163,9 +163,14 @@ public class Jar extends Zip {
}

/**
* Not used for jar files.
* @param we not used
* @ant.attribute ignore="true"
* Indicates if a jar file should be created when it would only contain a
* manifest file.
* Possible values are: <code>fail</code> (throw an exception
* and halt the build); <code>skip</code> (do not create
* any archive, but issue a warning); <code>create</code>
* (make an archive with only a manifest file).
* Default is <code>create</code>;
* @param we a <code>WhenEmpty</code> enumerated value
*/
public void setWhenmanifestonly(WhenEmpty we) {
emptyBehavior = we.getValue();


Loading…
Cancel
Save