[XWeb-cvslog] Added new <fileset> and <entryset> elements.
Brought to you by:
peterbecker
|
From: Peter B. <pet...@us...> - 2003-11-06 08:00:58
|
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 |