Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Curt Arnold <carnold@us...> - 2002-02-13 15:59:15
|
Update of /cvsroot/ant-contrib/cpptasks In directory usw-pr-cvs1:/tmp/cvs-serv31805 Modified Files: libraryset.html Log Message: Support for nested FileSet's without dir attributes will use lib path. Index: libraryset.html =================================================================== RCS file: /cvsroot/ant-contrib/cpptasks/libraryset.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** libraryset.html 9 Jan 2002 06:38:29 -0000 1.2 --- libraryset.html 13 Feb 2002 15:59:10 -0000 1.3 *************** *** 52,56 **** <p>A Fileset that specifies the libraries to include when linking. Only files ! that are recognised as a library are passed to the linker.</p> <h3>Examples</h3> --- 52,57 ---- <p>A Fileset that specifies the libraries to include when linking. Only files ! that are recognised as a library are passed to the linker. If the dir attribute ! is omitted from the FileSet element, the library path will be used to locate matching files.</p> <h3>Examples</h3> |