From: Chris W. <la...@us...> - 2005-02-28 00:56:02
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_box In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29585/base_box 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_box version = 2.18 author = Chris Winters <ch...@cw...> url = http://www.openinteract.org/ sql_installer = description = This base package generates the boxes that contain site-wide links, content-specific links, navigation help and information, and any other interesting thing. Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/MANIFEST,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MANIFEST 9 Nov 2004 12:26:41 -0000 1.3 --- MANIFEST 28 Feb 2005 00:55:41 -0000 1.4 *************** *** 2,6 **** MANIFEST MANIFEST.SKIP ! package.conf conf/action.ini doc/base_box.pod --- 2,6 ---- MANIFEST MANIFEST.SKIP ! package.ini conf/action.ini doc/base_box.pod Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/Changes,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Changes 28 Nov 2004 00:09:39 -0000 1.18 --- Changes 28 Feb 2005 00:55:41 -0000 1.19 *************** *** 1,4 **** --- 1,8 ---- Revision history for OpenInteract package base_box. + 2.18 Sun Feb 27 16:07:21 EST 2005 + + OIN-137: change package.conf -> package.ini + 2.17 Sat Nov 27 19:09:06 EST 2004 --- package.conf DELETED --- |