From: Chris W. <la...@us...> - 2005-02-28 01:04:09
|
Update of /cvsroot/openinteract/OpenInteract2/t/test_pkg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32042/test_pkg Modified Files: MANIFEST Added Files: package.ini Removed Files: package.conf Log Message: OIN-137: testing updates as a result of moving package.conf -> package.ini (also with eliminating doc/, but more of that in a bit...) --- NEW FILE: package.ini --- [package] name = fruit version = 1.00 author = wi...@op... url = http://www.openinteract.org/ sql_installer = OpenInteract2::SQLInstall::Fruit module = Data::Dumper description = Demo package for showing how to build an \ OpenInteract2 package. Traditional style, fruit flavor. Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/t/test_pkg/MANIFEST,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MANIFEST 23 Apr 2003 21:29:03 -0000 1.1 --- MANIFEST 28 Feb 2005 01:03:58 -0000 1.2 *************** *** 2,6 **** MANIFEST.SKIP Changes ! package.conf conf/action.ini conf/spops.ini --- 2,6 ---- MANIFEST.SKIP Changes ! package.ini conf/action.ini conf/spops.ini --- package.conf DELETED --- |