fixed up display mechanism
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index b0e6b99..99b9a69 100644 (file)
 (defsystem :lisp-on-lines
   :components ((:static-file "lisp-on-lines.asd")
               (:module :patches                          
-                       :components ((:file "yaclml")))
+                       :components ((:file "yaclml")
+                                    (:file "ucw")))
               (: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")
+                                    (:file "defdescription")
                                     (:module :attributes
-
-                                             :components ((:file "numbers"))))
+                                             :components (
+                                                          (:file "standard-attributes")
+                                                          (:file "numbers")
+                                                          (:file "relational-attributes")
+                                                          (:file "dojo-attributes"))
+                                             :serial t)
+                                    (:module :components
+                                             :components ((:file "crud"))))
                        :serial t))
   :serial t
   :depends-on (:arnesi :ucw :meta-model :split-sequence :contextl :cl-ppcre :cl-fad))