From: Chris W. <la...@us...> - 2005-02-28 00:55:54
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/news In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29585/news 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 = news version = 2.21 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ sql_installer = OpenInteract2::SQLInstall::News description = Implement a simple news system. Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/news/MANIFEST,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** MANIFEST 25 Feb 2004 01:52:03 -0000 1.6 --- MANIFEST 28 Feb 2005 00:55:39 -0000 1.7 *************** *** 2,6 **** MANIFEST MANIFEST.SKIP ! package.conf conf/action.ini conf/spops_news.ini --- 2,6 ---- MANIFEST MANIFEST.SKIP ! package.ini conf/action.ini conf/spops_news.ini Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/news/Changes,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Changes 5 Dec 2004 08:51:23 -0000 1.20 --- Changes 28 Feb 2005 00:55:39 -0000 1.21 *************** *** 1,4 **** --- 1,8 ---- Revision history for OpenInteract package news. + 2.21 Sun Feb 27 16:07:21 EST 2005 + + OIN-137: change package.conf -> package.ini + 2.20 Sat Dec 4 12:52:09 EST 2004 --- package.conf DELETED --- |