From e9309ae70f96ab8fd87d2862500347909f5fd6c0 Mon Sep 17 00:00:00 2001 From: drewc Date: Sat, 6 May 2006 15:51:40 -0700 Subject: [PATCH] Removed legacy files from .asd All the LoL 2 things are being removed, finally. Backwards compatability just aint happening yet. darcs-hash:20060506225140-39164-e425e3ea94d0e93d993784984c4f39d03914b4ae.gz --- lisp-on-lines.asd | 101 +++++++++++++++++++++------------------------- 1 file changed, 45 insertions(+), 56 deletions(-) rewrite lisp-on-lines.asd (75%) diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd dissimilarity index 75% index 5f2637b..b0e6b99 100644 --- a/lisp-on-lines.asd +++ b/lisp-on-lines.asd @@ -1,56 +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 :patches - :components ((:file "yaclml"))) - (: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 "lines") - - (: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)) -- 2.20.1