Changes by: peterbecker Thu Nov 6 00:00:56 PST 2003
Log message:
Sections and directories can now contain <fileset>s and <entryset>s which
create <file>s and <entry>s respectively, based on globbing or regex.
An element looks like this:
<fileset sourceFiles="*.png" type="copy"/>
This example will be expanded to a number of <file> entries which match
the "*.png" pattern. Entries will have the file name as entry name.
Modified files:
XWeb/net/sourceforge/xweb/backend/: WebsiteProcessor.java
|