[cl-sbml-cvs] CVS cl-sbml/cl-xml-ext
CVS User mantoniotti
mantoniotti at common-lisp.net
Fri Feb 1 11:39:57 UTC 2013
Update of /project/cl-sbml/cvsroot/cl-sbml/cl-xml-ext
In directory tiger.common-lisp.net:/tmp/cvs-serv11320
Added Files:
cl-xml-ext.asd
Log Message:
cl-xml-ext.asd file added.
--- /project/cl-sbml/cvsroot/cl-sbml/cl-xml-ext/cl-xml-ext.asd 2013/02/01 11:39:57 NONE
+++ /project/cl-sbml/cvsroot/cl-sbml/cl-xml-ext/cl-xml-ext.asd 2013/02/01 11:39:57 1.1
;;; -*- Mode: Lisp -*-
(eval-when (:load-toplevel :execute)
(unless (find-package "XML-PARSER")
(error "CL-XML.EXTENSION error: the CL-XML library is not available, ~
therefore it cannot be extended.")))
(asdf:defsystem "CL-XML-EXT"
:components ("cl-xml-ext-package"
"cl-xml-ext"))
;;; end of file -- cl-xml-ext.asdf --
More information about the cl-sbml-cvs
mailing list