Index: openacs-4/packages/bboard-portlet/sql/oracle/bboard-portlets-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bboard-portlet/sql/oracle/Attic/bboard-portlets-create.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/bboard-portlet/sql/oracle/bboard-portlets-create.sql 30 Sep 2001 23:50:33 -0000 1.1 +++ openacs-4/packages/bboard-portlet/sql/oracle/bboard-portlets-create.sql 1 Oct 2001 00:01:43 -0000 1.2 @@ -4,22 +4,21 @@ -- Creates bboard datasources for portal portlets --- Copyright (C) 2001 ArsDigita Corporation --- @author Phong Nguyen (phong@arsdigita.com) --- @creation-date 2001-02-26 +-- Copyright (C) 2001 OpenForce, Inc. +-- @author Arjun Sanyal (arjun@openforce.net) +-- @creation-date 2001-30-09 -- $Id$ -- This is free software distributed under the terms of the GNU Public --- License. Full text of the license is available from the GNU Project: --- http://www.fsf.org/copyleft/gpl.html +-- License version 2 or higher. Full text of the license is available +-- from the GNU Project: http://www.fsf.org/copyleft/gpl.html declare ds_id portal_datasources.datasource_id%TYPE; begin ds_id := portal_datasource.new( data_type => 'raw', - package_key => 'bboard', mime_type => 'application/x-ats', name => 'Summarize bboard applications', description => 'Summarizes the bboard topics for all instances of bboard mounted below the current node',