Update of /cvsroot/openinteract/OpenInteract2/pkg/full_text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29585/full_text
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 = full_text
version = 2.59
author = Chris Winters (ch...@cw...)
url = http://www.openinteract.org/
module = DBI
module = Lingua::Stem
sql_installer = OpenInteract2::SQLInstall::FullText
description = Implements full-text searching within OpenInteract (more \
properly within SPOPS, but the package also includes a handler to \
process site-wide searches).
Index: MANIFEST
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/full_text/MANIFEST,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** MANIFEST 6 Jun 2004 19:55:12 -0000 1.6
--- MANIFEST 28 Feb 2005 00:55:40 -0000 1.7
***************
*** 2,6 ****
MANIFEST
MANIFEST.SKIP
! package.conf
conf/action.ini
conf/spops_full_text_mapping.ini
--- 2,6 ----
MANIFEST
MANIFEST.SKIP
! package.ini
conf/action.ini
conf/spops_full_text_mapping.ini
Index: Changes
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/full_text/Changes,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Changes 5 Dec 2004 08:51:22 -0000 1.17
--- Changes 28 Feb 2005 00:55:40 -0000 1.18
***************
*** 1,4 ****
--- 1,8 ----
Revision history for OpenInteract package full_text.
+ 2.59 Sun Feb 27 16:07:21 EST 2005
+
+ OIN-137: change package.conf -> package.ini
+
2.58 Sat Dec 4 12:52:09 EST 2004
--- package.conf DELETED ---
|