Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28263/lib/OpenInteract2/Manage/Website
Modified Files:
Create.pm
Log Message:
cosmetic (renamed one of the bricks)
Index: Create.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/Create.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** Create.pm 2 Feb 2005 16:16:52 -0000 1.28
--- Create.pm 8 Feb 2005 01:37:54 -0000 1.29
***************
*** 112,116 ****
$self->_copy_from_bricks( $website_dir,
'apache', 'apache2', 'cgi', 'daemon',
! 'messages', 'websiteconfig', 'widgets' );
$self->notify_observers(
progress => 'All files from sample website copied' );
--- 112,116 ----
$self->_copy_from_bricks( $website_dir,
'apache', 'apache2', 'cgi', 'daemon',
! 'messages', 'website_config', 'widgets' );
$self->notify_observers(
progress => 'All files from sample website copied' );
|