X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/33915369a6fe59bf4f5610148b85aa370bbe2ae1..907c9983f65eac9dd2d2264b02db77d3d8f89c7a:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index fbb7a5b..33a79ed 100644 --- a/lisp-on-lines.asd +++ b/lisp-on-lines.asd @@ -8,28 +8,44 @@ (in-package :coop.tech.systems) - -(defsystem :mewa - :components ((:module :src - :pathname "src/mewa/" - :components - ((:file "packages") - (:file "static-presentations") - (:file "mewa") - (:file "presentations" ) - (:file "slot-presentations")) - :serial t)) - :depends-on (:ucw :meta-model)) - (defsystem :lisp-on-lines :components ((:static-file "lisp-on-lines.asd") + (:module :patches + :components ((:file "yaclml") + (:file "ucw"))) (:module :src :components ((:file "packages") - (:file "lisp-on-lines")) - :serial t) - - (:module :components - :pathname "src/components/" - :components ((:file "range-list") - (:file "ajax")))) -:depends-on (:meta-model :mewa :split-sequence)) + (:file "special-initargs") + (:file "properties") + (:file "mewa") + (:file "lisp-on-lines") + (:file "defdisplay") + (:file "standard-display") + (:file "standard-occurence") + (:file "standard-wrappers") + (:file "lines") + (:file "defdescription") + (:module :attributes + :components ( + (:file "standard-attributes") + (:file "numbers") + (:file "relational-attributes") + (:file "dojo-attributes")) + :serial t) + (:module :validation + :components + ((:file "validation") + (:file "standard-validation") + (:file "email-address")) + :serial t) + (:module :components + :components ((:file "crud")))) + :serial t)) + :serial t + :depends-on (:arnesi :ucw :meta-model :split-sequence :contextl :cl-ppcre :cl-fad)) + +(defsystem :lisp-on-lines.example + :components ( + (:file "reddit-example")) + + :depends-on (:lisp-on-lines))