marioa
committed
on 22 Nov 06
file upgrade-0.7d-0.7d1.sql was initially added on branch lors-oracle-port.
openacs-4/.../acs-subsite/acs-subsite.info (+17 -0)
25 25         <requires url="acs-kernel" version="4.1"/>
26 26         <requires url="acs-tcl" version="4.1"/>
27 27
28 28         <files>
29 29             <file type="package_spec" path="acs-subsite.info"/>
30 30             <file type="data_model_create" db_type="oracle" path="sql/oracle/acs-subsite-create.sql"/>
31 31             <file type="data_model_drop" db_type="oracle" path="sql/oracle/acs-subsite-drop.sql"/>
32 32             <file type="data_model" db_type="oracle" path="sql/oracle/application-groups-create.sql"/>
33 33             <file type="data_model" db_type="oracle" path="sql/oracle/application-groups-drop.sql"/>
34 34             <file type="data_model" db_type="oracle" path="sql/oracle/attribute.sql"/>
35 35             <file type="data_model" db_type="oracle" path="sql/oracle/attributes-drop.sql"/>
36 36             <file type="data_model" db_type="oracle" path="sql/oracle/portraits-drop.sql"/>
37 37             <file type="data_model" db_type="oracle" path="sql/oracle/portraits.sql"/>
38 38             <file type="data_model" db_type="oracle" path="sql/oracle/subsite-callbacks-create.sql"/>
39 39             <file type="data_model" db_type="oracle" path="sql/oracle/subsite-callbacks-drop.sql"/>
40 40             <file type="data_model" db_type="oracle" path="sql/oracle/tests/acs-subsite-test-harness.sql"/>
41 41             <file type="data_model" db_type="oracle" path="sql/oracle/tests/subsite-callbacks-test.sql"/>
42 42             <file type="data_model_upgrade" db_type="oracle" path="sql/oracle/upgrade/upgrade-4.1.1-4.2.sql"/>
43 43             <file type="data_model" db_type="oracle" path="sql/oracle/user-profiles-create.sql"/>
44 44             <file type="data_model" db_type="oracle" path="sql/oracle/user-profiles-drop.sql"/>
  45
  46             <file type="data_model_create" db_type="postgresql" path="sql/postgresql/acs-subsite-create.sql"/>
  47             <file type="data_model_drop" db_type="postgresql" path="sql/postgresql/acs-subsite-drop.sql"/>
  48             <file type="data_model" db_type="postgresql" path="sql/postgresql/application-groups-create.sql"/>
  49             <file type="data_model" db_type="postgresql" path="sql/postgresql/application-groups-drop.sql"/>
  50             <file type="data_model" db_type="postgresql" path="sql/postgresql/attribute.sql"/>
  51             <file type="data_model" db_type="postgresql" path="sql/postgresql/attributes-drop.sql"/>
  52             <file type="data_model" db_type="postgresql" path="sql/postgresql/portraits-drop.sql"/>
  53             <file type="data_model" db_type="postgresql" path="sql/postgresql/portraits.sql"/>
  54             <file type="data_model" db_type="postgresql" path="sql/postgresql/subsite-callbacks-create.sql"/>
  55             <file type="data_model" db_type="postgresql" path="sql/postgresql/subsite-callbacks-drop.sql"/>
  56             <file type="data_model" db_type="postgresql" path="sql/postgresql/tests/acs-subsite-test-harness.sql"/>
  57             <file type="data_model" db_type="postgresql" path="sql/postgresql/tests/subsite-callbacks-test.sql"/>
  58             <file type="data_model_upgrade" db_type="postgresql" path="sql/postgresql/upgrade/upgrade-4.1.1-4.2.sql"/>
  59             <file type="data_model" db_type="postgresql" path="sql/postgresql/user-profiles-create.sql"/>
  60             <file type="data_model" db_type="postgresql" path="sql/postgresql/user-profiles-drop.sql"/>
  61
45 62             <file type="tcl_init" path="tcl/acs-subsite-init.tcl"/>
46 63             <file type="tcl_procs" path="tcl/application-group-procs.tcl"/>
47 64             <file type="tcl_procs" path="tcl/attribute-procs.tcl"/>
48 65             <file type="tcl_procs" path="tcl/group-procs.tcl"/>
49 66             <file type="tcl_procs" path="tcl/group-type-procs.tcl"/>
50 67             <file type="tcl_procs" path="tcl/package-procs.tcl"/>
51 68             <file type="tcl_procs" path="tcl/party-procs.tcl"/>
52 69             <file type="tcl_procs" path="tcl/plsql-utility-procs.tcl"/>
53 70             <file type="tcl_procs" path="tcl/rel-segments-procs.tcl"/>
54 71             <file type="tcl_procs" path="tcl/rel-types-procs.tcl"/>
55 72             <file type="tcl_procs" path="tcl/relation-procs.tcl"/>
56 73             <file type="tcl_procs" path="tcl/subsite-callback-procs.tcl"/>
57 74             <file type="tcl_procs" path="tcl/subsite-procs.tcl"/>
58 75             <file type="content_page" path="www/admin/attributes/add-2.tcl"/>
59 76             <file type="content_page" path="www/admin/attributes/add.adp"/>
60 77             <file type="content_page" path="www/admin/attributes/add.tcl"/>
61 78             <file type="content_page" path="www/admin/attributes/delete-2.tcl"/>
62 79             <file type="content_page" path="www/admin/attributes/delete.adp"/>
63 80             <file type="content_page" path="www/admin/attributes/delete.tcl"/>
64 81             <file type="content_page" path="www/admin/attributes/edit-one.adp"/>