From: Chris W. <la...@us...> - 2005-02-26 23:04:16
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26060 Modified Files: Package.pm Log Message: OIN-72: don't create a 'doc' subdirectory anymore (docs will be in separate module...) Index: Package.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Package.pm,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** Package.pm 17 Feb 2005 05:01:11 -0000 1.48 --- Package.pm 26 Feb 2005 23:04:05 -0000 1.49 *************** *** 35,39 **** my @PKG_SUBDIR = qw( ! conf data doc msg struct template script html html/images OpenInteract2 OpenInteract2/Action OpenInteract2/SQLInstall ); --- 35,39 ---- my @PKG_SUBDIR = qw( ! conf data msg struct template script html html/images OpenInteract2 OpenInteract2/Action OpenInteract2/SQLInstall ); |