r2569: Auto commit for Debian build
[clsql.git] / clsql-oracle.asd
index 08bf7be2daa2f21ab04bef088bc0b26cb6f8155f..5d754667fe7b9209ee4b8350f3b89f82b18de868 100644 (file)
@@ -1,16 +1,12 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; This is copyrighted software.  See interfaces/oracle/* files for terms.
 ;;;; 
-;;;; $Id: clsql-oracle.asd,v 1.3 2002/09/01 09:00:15 kevin Exp $
+;;;; $Id: clsql-oracle.asd,v 1.4 2002/09/06 10:26:17 kevin Exp $
 
 (in-package :asdf)
 
 ;;; System definition
 
-(defmethod source-file-type  ((c cl-source-file)
-                             (s (eql (find-system 'clsql-oracle)))) 
-   "cl")
-
 (defsystem :clsql-oracle
   :pathname #.(format nil "~A:clsql-oracle;" +clsql-logical-host+)
   :pathname "cl-library:clsql-oracle"
@@ -26,4 +22,9 @@
 
 
 
+(defmethod source-file-type  ((c cl-source-file)
+                             (s (eql (find-system 'clsql-oracle)))) 
+   "cl")
+
+