Index: openacs-4/packages/curriculum-portlet/sql/oracle/curriculum-portlet-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum-portlet/sql/oracle/curriculum-portlet-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/curriculum-portlet/sql/oracle/curriculum-portlet-create.sql 16 Jun 2003 22:24:04 -0000 1.1 +++ openacs-4/packages/curriculum-portlet/sql/oracle/curriculum-portlet-create.sql 8 Oct 2003 15:18:32 -0000 1.2 @@ -82,9 +82,10 @@ begin -- create the implementation foo := acs_sc_impl.new ( - 'portal_datasource', - 'curriculum_portlet', - 'curriculum_portlet' + impl_contract_name => 'portal_datasource', + impl_name => 'curriculum_portlet', + impl_pretty_name => 'Curriculum Portlet', + impl_owner_name => 'curriculum_portlet' ); end; Index: openacs-4/packages/dotlrn-curriculum/sql/oracle/dotlrn-curriculum-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-curriculum/sql/oracle/dotlrn-curriculum-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-curriculum/sql/oracle/dotlrn-curriculum-create.sql 16 Jun 2003 22:21:02 -0000 1.1 +++ openacs-4/packages/dotlrn-curriculum/sql/oracle/dotlrn-curriculum-create.sql 8 Oct 2003 15:18:09 -0000 1.2 @@ -12,9 +12,10 @@ begin -- create the implementation foo := acs_sc_impl.new ( - 'dotlrn_applet', - 'dotlrn_curriculum', - 'dotlrn_curriculum' + impl_contract_name => 'dotlrn_applet', + impl_name => 'dotlrn_curriculum', + impl_pretty_name => 'dotlrn_curriculum', + impl_owner_name => 'dotlrn_curriculum' ); -- add all the hooks