Added new display system
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index 31a352d..598a1f7 100644 (file)
                                       (:file "lisp-on-lines")
                                       (:file "presentations")
                                       (:file "slot-presentations")
-                                      (:file "slot-presentations/date"))
+                                      (:file "slot-presentations/date")
+                                      (:file "standard-display")
+                                      (:file "relational-attributes"))
                          :serial t)
                 (:module :components
                          :pathname "src/components/"
                          :components ((:file "range-list")
-                                      (:file "ajax"))))
+                                      (:file "ajax")
+                                      (:file "dojo"))))
     :serial t
     :depends-on (:arnesi :ucw :meta-model :split-sequence :contextl :cl-ppcre))
+
+(defsystem :lisp-on-lines.example
+    :components (
+                (:file "reddit-example"))
+
+    :depends-on (:lisp-on-lines))