From: Chris W. <la...@us...> - 2005-03-01 03:29:25
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27837/base_template Modified Files: Changes MANIFEST package.ini Log Message: OIN-72: move all docs to ::App class Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_template/Changes,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Changes 28 Feb 2005 00:55:41 -0000 1.17 --- Changes 1 Mar 2005 03:28:38 -0000 1.18 *************** *** 1,4 **** --- 1,8 ---- Revision history for OpenInteract package base_template. + 3.17 Mon Feb 28 20:33:57 EST 2005 + + OIN-72: move docs from doc/ into OI2::App class + 3.16 Sun Feb 27 16:07:21 EST 2005 Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_template/MANIFEST,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** MANIFEST 28 Feb 2005 00:55:41 -0000 1.5 --- MANIFEST 1 Mar 2005 03:28:38 -0000 1.6 *************** *** 6,14 **** conf/action.ini data/install_security.dat - doc/base_template.pod msg/base_template-messages-en.msg OpenInteract2/SiteTemplate.pm OpenInteract2/Action/SiteTemplate.pm OpenInteract2/Action/TemplatesUsedBox.pm OpenInteract2/SQLInstall/SiteTemplate.pm script/migrate_to_filesystem.pl --- 6,14 ---- conf/action.ini data/install_security.dat msg/base_template-messages-en.msg OpenInteract2/SiteTemplate.pm OpenInteract2/Action/SiteTemplate.pm OpenInteract2/Action/TemplatesUsedBox.pm + OpenInteract2/App/BaseTemplate.pm OpenInteract2/SQLInstall/SiteTemplate.pm script/migrate_to_filesystem.pl Index: package.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_template/package.ini,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package.ini 28 Feb 2005 00:55:41 -0000 1.1 --- package.ini 1 Mar 2005 03:28:38 -0000 1.2 *************** *** 1,5 **** [package] name = base_template ! version = 3.16 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ --- 1,5 ---- [package] name = base_template ! version = 3.17 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ |