Skip to content

Commit

Permalink
Adding an asd file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott Johnson committed Jun 24, 2011
1 parent 78eea42 commit 125d51c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions net-xml-generator.asd
@@ -0,0 +1,17 @@
(in-package :cl-user)

(defpackage :net-xml-generator.asdf
(:use :cl :asdf))
(in-package :net-xml-generator.asdf)

(unless (find-class 'cl-file nil)
(defclass asdf::cl-file (asdf:cl-source-file) ())
(defmethod asdf:source-file-type ((c asdf::cl-file)
(s asdf:module))
"cl"))

(defsystem :net-xml-generator
:license "LLGPL"
:author "Steve Haflich <smh@franz.com>"
:depends-on ()
:components ((:cl-file "net-xml-generator")))

0 comments on commit 125d51c

Please sign in to comment.