r2914: rename .cl files
[clsql.git] / db-oracle / oracle-package.cl
diff --git a/db-oracle/oracle-package.cl b/db-oracle/oracle-package.cl
deleted file mode 100644 (file)
index ef25caf..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-;;; -*- Mode: Lisp -*-
-;;; $Id: oracle-package.cl,v 1.1 2002/09/18 07:43:41 kevin Exp $
-;;;
-;;; This is copyrighted software.  See documentation for terms.
-
-(in-package :cl-user)
-
-(defpackage :clsql-oracle
-  (:nicknames :oracle)
-  (:use :common-lisp :clsql-sys "ALIEN" "C-CALL" "SYSTEM")
-  (:export #:oracle-database
-          #:*oracle-so-load-path*
-          #:*oracle-so-libraries*)
-  (:documentation "This is the CLSQL interface to Oracle."))