From: Chris W. <la...@us...> - 2005-04-13 11:09:25
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_user/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17349 Modified Files: install_security.csv Added Files: install_user_language.csv Log Message: OIN-138: add CSV data files as example --- NEW FILE: install_user_language.csv --- import_type = object; spops_class = OpenInteract2::UserLanguage; delimiter = | language en Index: install_security.csv =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_user/data/install_security.csv,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** install_security.csv 13 Apr 2005 09:22:09 -0000 1.1 --- install_security.csv 13 Apr 2005 11:09:16 -0000 1.2 *************** *** 1,3 **** ! import_type = object; spops_class = OpenInteract2::Security; transform_default = object_id, scope_id; class | object_id | scope | scope_id | security_level OpenInteract2::Action::User | 0 | w | world | 4 --- 1,3 ---- ! import_type = object; spops_class = OpenInteract2::Security; transform_default = object_id, scope_id; delimiter = | class | object_id | scope | scope_id | security_level OpenInteract2::Action::User | 0 | w | world | 4 |