Editing Web Module Archive Properties
See Also
Packaging options for web modules appear on the WEB-INF node property
sheet. You open the WEB-INF node property sheet from the Filesystems
window.
In the Archive section of the property sheet, you can set the following properties:
- Extra files. Use the Extra files property editor to add any file
external to the web module to the WAR package. Files can be added from any
filesystem mounted in the Filesystems window..
- Filter. Use the Filter property editor to specify a filter for file
inclusion. Possible choices include all files, all files except
*.java, and all files except *.java, *form, and *.jar. Alternatively,
you can specify a regular expression such as .*txt or Pro.*.
You can use either the predefined filter or your own regular expression, but
not both. Note that the regular expressions used for filters are not the
same as UNIX regular expressions.
You can find a guide to regular expression syntax at
http://jakarta.apache.org/regexp/apidocs/org/apache/regexp/RE.html.
Legal Notices