donb
committed
on 20 Mar 03
Changed copy to track removal of fs_simple_objects in file storage.
openacs-4/.../dotlrn-fs/dotlrn-fs.info (+1 -1)
1 1 <?xml version="1.0"?>
2 2 <!-- Generated by the OpenACS Package Manager -->
3 3
4 4 <package key="dotlrn-fs" url="http://openforce.net/software/dotlrn/dotlrn-fs" type="apm_service">
5 5     <package-name>dotLRN File Storage Applet</package-name>
6 6     <pretty-plural>dotLRN File Storage Applets</pretty-plural>
7 7     <initial-install-p>f</initial-install-p>
8 8     <singleton-p>t</singleton-p>
9 9
10 10     <version name="0.1a" url="http://openforce.net/software/dotlrn/dotlrn-fs/0.1a">
11 11     <database-support>
12 12         <database>oracle</database>
13 13         <database>postgresql</database>
14 14     </database-support>
15 15         <owner url="mailto:ben@openforce.net">Ben Adida</owner>
16 16
17 17         <provides url="dotlrn-fs" version="0.1a"/>
18 18         <requires url="dotlrn" version="1.0"/>
19           <requires url="file-storage" version="4.1"/>
  19         <requires url="file-storage" version="4.6.2"/>
20 20         <requires url="fs-portlet" version="0.1a"/>
21 21
22 22         <files>
23 23             <file type="package_spec" path="dotlrn-fs.info"/>
24 24             <file type="data_model_create" db_type="oracle" path="sql/oracle/dotlrn-fs-create.sql"/>
25 25             <file type="data_model_create" db_type="postgresql" path="sql/postgresql/dotlrn-fs-create.sql"/>
26 26             <file type="tcl_procs" path="tcl/dotlrn-fs-procs.tcl"/>
27 27             <file type="query_file" path="tcl/dotlrn-fs-procs.xql"/>
28 28             <file type="query_file" db_type="oracle" path="www/all-objects-oracle.xql"/>
29 29             <file type="query_file" db_type="postgresql" path="www/all-objects-postgresql.xql"/>
30 30             <file type="content_page" path="www/all-objects.adp"/>
31 31             <file type="content_page" path="www/all-objects.tcl"/>
32 32             <file type="query_file" db_type="oracle" path="www/index-oracle.xql"/>
33 33             <file type="query_file" db_type="postgresql" path="www/index-postgresql.xql"/>
34 34             <file type="content_page" path="www/index.adp"/>
35 35             <file type="content_page" path="www/index.tcl"/>
36 36         </files>
37 37         <parameters>
38 38             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="dotlrn_class_instance_folders_to_show"  default="Assignments,Lecture Notes,Handouts" description="the a comma seperated list of default folders (in the other param) that get &quot;folder-contents&quot; portlets"/>
39 39             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="dotlrn_club_default_folders"  description="Default folders for clubs."/>