From: Chris W. <la...@us...> - 2005-02-02 13:19:30
|
Update of /cvsroot/openinteract/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26132 Modified Files: MANIFEST Log Message: remove all pkg/*.zip files and replace with OI2/Brick/App* classes Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/MANIFEST,v retrieving revision 1.108 retrieving revision 1.109 diff -C2 -d -r1.108 -r1.109 *** MANIFEST 28 Jan 2005 16:49:42 -0000 1.108 --- MANIFEST 2 Feb 2005 13:19:17 -0000 1.109 *************** *** 30,33 **** --- 30,49 ---- lib/OpenInteract2/Brick/Apache.pm lib/OpenInteract2/Brick/Apache2.pm + lib/OpenInteract2/Brick/AppBase.pm + lib/OpenInteract2/Brick/AppBaseBox.pm + lib/OpenInteract2/Brick/AppBaseError.pm + lib/OpenInteract2/Brick/AppBaseGroup.pm + lib/OpenInteract2/Brick/AppBasePage.pm + lib/OpenInteract2/Brick/AppBaseSecurity.pm + lib/OpenInteract2/Brick/AppBaseTemplate.pm + lib/OpenInteract2/Brick/AppBaseTheme.pm + lib/OpenInteract2/Brick/AppBaseUser.pm + lib/OpenInteract2/Brick/AppComments.pm + lib/OpenInteract2/Brick/AppFullText.pm + lib/OpenInteract2/Brick/AppLookup.pm + lib/OpenInteract2/Brick/AppNews.pm + lib/OpenInteract2/Brick/AppObjectActivity.pm + lib/OpenInteract2/Brick/AppSystemDoc.pm + lib/OpenInteract2/Brick/AppWhatsNew.pm lib/OpenInteract2/Brick/CGI.pm lib/OpenInteract2/Brick/Daemon.pm *************** *** 187,206 **** lib/OpenInteract2/Upload.pm lib/OpenInteract2/Util.pm - pkg/base-2.11.zip - pkg/base_box-2.17.zip - pkg/base_error-2.10.zip - pkg/base_group-2.16.zip - pkg/base_page-2.28.zip - pkg/base_security-2.18.zip - pkg/base_template-3.15.zip - pkg/base_theme-2.10.zip - pkg/base_user-2.35.zip - pkg/comments-1.19.zip - pkg/full_text-2.58.zip - pkg/lookup-2.07.zip - pkg/news-2.20.zip - pkg/object_activity-2.11.zip - pkg/system_doc-2.08.zip - pkg/whats_new-2.10.zip script/clean_search_results.pl script/oi2_daemon --- 203,206 ---- |