From: Chris W. <la...@us...> - 2005-02-28 00:56:18
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/whats_new In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29585/whats_new 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 = whats_new version = 2.11 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ sql_installer = OpenInteract2::SQLInstall::WhatsNew description = Implements a ruleset class to be put into a SPOPS \ object's ISA; every subsequent addition and update will send the \ information to the data store for new information, where it can \ then be modified separately of the object. Also implements the \ handlers for viewing this data (read-only) and for modifying it. Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/whats_new/MANIFEST,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MANIFEST 16 Feb 2004 18:04:15 -0000 1.2 --- MANIFEST 28 Feb 2005 00:55:39 -0000 1.3 *************** *** 2,6 **** MANIFEST MANIFEST.SKIP ! package.conf conf/action.ini conf/spops_whats_new.ini --- 2,6 ---- MANIFEST MANIFEST.SKIP ! package.ini conf/action.ini conf/spops_whats_new.ini Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/whats_new/Changes,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Changes 5 Dec 2004 08:51:24 -0000 1.12 --- Changes 28 Feb 2005 00:55:39 -0000 1.13 *************** *** 1,4 **** --- 1,8 ---- Revision history for OpenInteract package whats_new. + 2.11 Sun Feb 27 16:07:21 EST 2005 + + OIN-137: change package.conf -> package.ini + 2.10 Sat Dec 4 12:52:09 EST 2004 --- package.conf DELETED --- |