blob: 59cd114850febe9ef106b30e704e74ea462dc284 [file] [log] [blame]
<?xml version="1.0"?>
<files>
<file name="*.{js,html,css,cgi}" />
<file name="license.txt" />
<file name="release-notes.html" masonize="yes" />
<file name="index.html" masonize="yes" />
<file name="ChangeLog" />
<dir name="lang" />
<dir name="plugins" />
<dir name="popups" />
<dir name="images" />
<dir name="examples" />
<shell dir="dest"><![CDATA[
find . -type d -exec chmod 755 {} \; ;
find . -type f -exec chmod 644 {} \; ;
find . -type f -name "*.cgi" -exec chmod 755 {} \; ;
]]></shell>
</files>