X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/2b0fd9c886908c6492c66cc30fcacf5fd600bf8e..e9309ae70f96ab8fd87d2862500347909f5fd6c0:/lisp-on-lines.asd?ds=sidebyside diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd dissimilarity index 73% index 9629103..b0e6b99 100644 --- a/lisp-on-lines.asd +++ b/lisp-on-lines.asd @@ -1,52 +1,45 @@ -;;; -*- lisp -*- - -(eval-when (:compile-toplevel :load-toplevel :execute) - (unless (find-package :coop.tech.systems) - (defpackage :coop.tech.systems - (:documentation "ASDF System package for meta-model.") - (:use :common-lisp :asdf)))) - -(in-package :coop.tech.systems) - -(defsystem :lisp-on-lines - :components ((:static-file "lisp-on-lines.asd") - (:file "src/packages") - (:module :src - :components ((:file "special-initargs") - (:file "properties") - ;;;; legacy UCW presentations - (:file "static-presentations") - - (:file "mewa") - (:file "validation") - (:file "validation/email-address") - (:file "lisp-on-lines") - (:file "presentations") - (:file "slot-presentations") - (:file "slot-presentations/date") - (:file "defdisplay") - (:file "standard-display") - (:file "standard-occurence") - (:file "standard-attributes") - (:file "dojo-attributes") - (:file "standard-wrappers") - (:file "relational-attributes") - - (:file "backwards-compat")) - :serial t) - (:module :attributes - :pathname "src/attributes/" - :components ((:file "numbers"))) - (:module :components - :pathname "src/components/" - :components ((:file "range-list") - (:file "ajax") - (:file "dojo")))) - :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)) +;;; -*- lisp -*- + +(eval-when (:compile-toplevel :load-toplevel :execute) + (unless (find-package :coop.tech.systems) + (defpackage :coop.tech.systems + (:documentation "ASDF System package for meta-model.") + (:use :common-lisp :asdf)))) + +(in-package :coop.tech.systems) + +(defsystem :lisp-on-lines + :components ((:static-file "lisp-on-lines.asd") + (:module :patches + :components ((:file "yaclml"))) + (:module :src + :components ((:file "packages") + (:file "special-initargs") + (:file "properties") + (:file "mewa") + (:file "validation") + + (:file "lisp-on-lines") + (:file "defdisplay") + (:file "standard-display") + (:file "standard-occurence") + (:file "standard-attributes") + (:file "dojo-attributes") + (:file "standard-wrappers") + (:file "relational-attributes") + + (:file "lines") + + (:file "backwards-compat") + (:module :attributes + + :components ((:file "numbers")))) + :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))