r3357: remove load-compile-op from .asd file
[lml.git] / lml.asd
diff --git a/lml.asd b/lml.asd
index fadf607ce6622369618908c307b9032397c640b3..030463431cf43aa7466747da1a50d688726efc7f 100644 (file)
--- a/lml.asd
+++ b/lml.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: lml.asd,v 1.8 2002/09/19 23:32:37 kevin Exp $
+;;;; $Id: lml.asd,v 1.11 2002/11/08 16:51:40 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -21,7 +21,7 @@
 (defsystem :lml
   :name "cl-lml"
   :author "Kevin M. Rosenberg <kmr@debian.org>"
-  :version "1.0.5"
+  :version "1.0.7"
   :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
   :licence "GNU General Public License"
   :description "Lisp Markup Language"
@@ -39,5 +39,3 @@
    (:file "downloads" :depends-on ("lml"))
    ))
 
-(defmethod source-file-type  ((c cl-source-file) (s (eql (find-system 'lml)))) 
-   "cl")