Index: openacs-4/packages/new-portal/sql/oracle/api-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/sql/oracle/api-drop.sql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/new-portal/sql/oracle/api-drop.sql 28 Sep 2001 01:49:06 -0000 1.1 @@ -0,0 +1,16 @@ +-- +-- The New Portal Package +-- copyright 2001, OpenForce, Inc. +-- distributed under the GNU GPL v2 +-- +-- Arjun Sanyal (arjun@openforce.net) +-- $Id: api-drop.sql,v 1.1 2001/09/28 01:49:06 oracle Exp $ +-- +-- + +drop package portal; +drop package portal_element_theme; +drop package portal_layout; +drop package portal_datasource; + +