home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / controls / htmlarea / makefile.xml < prev    next >
Makefile  |  2004-03-08  |  547b  |  20 lines

  1. <files>
  2.   <file name="*.{js,html,css,cgi}" />
  3.   <file name="license.txt" />
  4.   <file name="release-notes.html" masonize="yes" />
  5.   <file name="index.html" masonize="yes" />
  6.   <file name="ChangeLog" />
  7.  
  8.   <dir name="lang" />
  9.   <dir name="plugins" />
  10.   <dir name="popups" />
  11.   <dir name="images" />
  12.   <dir name="examples" />
  13.  
  14.   <shell dir="dest"><![CDATA[
  15.     find . -type d               -exec chmod 755 {} \; ;
  16.     find . -type f               -exec chmod 644 {} \; ;
  17.     find . -type f -name "*.cgi" -exec chmod 755 {} \; ;
  18.   ]]></shell>
  19. </files>
  20.