| Attribute | Description | Type | Required? |
| overwrite | Should we overwrite files in dest, even if they are newer than the corresponding entries in the archive? | boolean | ? |
| dest | Set the destination directory. File will be unzipped into the destination directory. | File | ? |
| encoding |
Sets the encoding to assume for file names and comments.
Set to |
String | ? |
| src | Set the path to zip-file. | File | ? |
| Attribute | Description | Type | Required |
| refid | Reference | ? | |
| file | File | ? | |
| dir | File | ? | |
| defaultexcludes | boolean | ? | |
| followsymlinks | boolean | ? | |
| casesensitive | boolean | ? | |
| excludes | String | ? | |
| includesfile | File | ? | |
| excludesfile | File | ? | |
| includes | String | ? |
Moved out of MatchingTask to make it a standalone object that could be referenced (by scripts for example).
| Attribute | Description | Type | Required |
| includes |
Appends includes to the current list of include patterns.
Patterns may be separated by a comma or a space.
|
String | ? |
| refid |
Makes this instance in effect a reference to another PatternSet
instance.
You must not set another attribute or nest elements inside this element if you make it a reference. |
Reference | ? |
| excludesfile | Sets the name of the file containing the excludes patterns. | File | ? |
| includesfile | Sets the name of the file containing the includes patterns. | File | ? |
| excludes |
Appends excludes to the current list of exclude patterns.
Patterns may be separated by a comma or a space.
|
String | ? |