Editing Web Module Archive Properties
See Also
 |
Note that this feature might not be included in your version of the IDE.
|
Packaging options for web modules appear on the WEB-INF node property
sheet.
To display Web Module Archive properties:
- In the Explorer, right-click the WEB-INF node for the relevant
web module.
- Choose Properties from the contextual menu.
- In the WEB-INF property sheet, click the Archive tab to display
the Archive pane.
From the Archive pane, 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 Explorer.
- 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