root/trunk/bknr/datastore/src/bknr.xml.asd

Revision 3962, 0.5 kB (checked in by hans, 2 months ago)

Put bknr.impex and bknr.xml back in. They are used, contrary to what I
believed.

Line 
1 ;; -*-Lisp-*-
2
3 (in-package :cl-user)
4
5 (defpackage :bknr.xml.system
6   (:use :cl :asdf))
7
8 (in-package :bknr.xml.system)
9
10 (defsystem :bknr.xml
11     :name "baikonour"
12     :author "Hans Huebner <hans@huebner.org>"
13     :author "Manuel Odendahl <manuel@bl0rg.net>"
14     :version "0"
15     :maintainer "Manuel Odendahl <manuel@bl0rg.net>"
16     :licence "BSD"
17     :description "baikonour - launchpad for lisp satellites"
18     :depends-on (:cl-interpol :cxml)
19     :components ((:module "xml" :components ((:file "package")
20                                              (:file "xml" :depends-on ("package"))))))
21
Note: See TracBrowser for help on using the browser.