From: Chris W. <la...@us...> - 2005-02-28 00:56:01
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_page In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29585/base_page Modified Files: MANIFEST Changes Added Files: package.ini Removed Files: package.conf Log Message: OIN-137: replace 'package.conf' with 'package.ini' --- NEW FILE: package.ini --- [package] name = base_page version = 2.29 author = Chris Winters <ch...@cw...> url = http://www.openinteract.org/ module = File::MMagic module = HTTP::Request module = LWP::UserAgent sql_installer = OpenInteract2::SQLInstall::Page description = Object and handler representing a static web page, either \ from the filesystem or from objects stored within a database, or both. \ (Choose the default in 'conf/spops_page.ini'.) This will be the default \ handler for most OpenInteract applications, and is a fundamental part of the system. Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/MANIFEST,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** MANIFEST 22 May 2004 04:06:32 -0000 1.6 --- MANIFEST 28 Feb 2005 00:55:41 -0000 1.7 *************** *** 2,6 **** MANIFEST MANIFEST.SKIP ! package.conf conf/action.ini conf/spops_content_type.ini --- 2,6 ---- MANIFEST MANIFEST.SKIP ! package.ini conf/action.ini conf/spops_content_type.ini Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/Changes,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** Changes 27 Nov 2004 19:00:28 -0000 1.27 --- Changes 28 Feb 2005 00:55:41 -0000 1.28 *************** *** 1,4 **** --- 1,8 ---- Revision history for OpenInteract package base_page. + 2.29 Sun Feb 27 16:07:21 EST 2005 + + OIN-137: change package.conf -> package.ini + 2.28 Sat Nov 27 13:53:53 EST 2004 --- package.conf DELETED --- |