Browse Source

Update documentation to reflect change in inline manifest regeneration

policy

PR:	20179


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274620 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 years ago
parent
commit
38130f9ff1
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      docs/manual/CoreTasks/jar.html

+ 5
- 4
docs/manual/CoreTasks/jar.html View File

@@ -177,10 +177,11 @@ If both an inline manifest and an external file are both specified, the
manifests are merged. manifests are merged.
</p> </p>


<p>When using inline manifests, the Jar task will check whether the build
file is more recent that the Jar file when deciding whether to rebuild the
Jar. This will not take into account property file changes which may affect
the resulting Jar.
<p>When using inline manifests, the Jar task will check whether the manifest
contents have changed (i.e. the manifest as specified is different in any way
from the manifest that exists in the Jar, if it exists.
If the manifest values have changed the jar will be updated or rebuilt, as
appropriate.
</p> </p>


<h3>Examples</h3> <h3>Examples</h3>


Loading…
Cancel
Save