From: Konstantin S. <ks...@us...> - 2005-04-23 05:09:50
|
Update of /cvsroot/opengtoolkit/deab/developer docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv784/developer docs Modified Files: news.txt Log Message: Index: news.txt =================================================================== RCS file: /cvsroot/opengtoolkit/deab/developer docs/news.txt,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** news.txt 13 Apr 2005 06:41:26 -0000 1.49 --- news.txt 23 Apr 2005 05:09:12 -0000 1.50 *************** *** 4,7 **** --- 4,19 ---- + *** 12:51 23.04.2005 (KS) + + === News relate to MSI Installer Builder. + - An exclusion path may be a file path or a directory path now. If an exclusion path is a directory path, + the entire directory (with all files/dirs beneath it) will not be included to installation. A use of + wildcards is still possible to specify a group of files or directories. + - New feature (ongoing, not complete yet): file and directory patterns to exclude files/dirs from installation. + Exclude patterns have a global scope; i.e. they affect any file/dir matching found in App Image Directory. + The feature is not tested and has no support in GUI yet. + + + *** 14:39 13.04.2005 (KS) |