remobe ROFL and add validation
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index abecfd6..1d74b1d 100644 (file)
@@ -39,8 +39,10 @@ OTHER DEALINGS IN THE SOFTWARE."
               
               (:module :src
                        :components ((:file "contextl-hacks")
+
                                     (:file "packages")
                                     
+
                                     (:file "utilities")
                                     
                                     (:file "display")
@@ -54,18 +56,21 @@ OTHER DEALINGS IN THE SOFTWARE."
 
                                    (:module :standard-descriptions
                                              :components ((:file "t")
+                                                          (:file "inline")
                                                           (:file "edit")
                                                           (:file "symbol")
                                                           (:file "list")
-                                                          (:file "clos"))
+                                                          (:file "null")
+                                                          (:file "clos")
+                                                          (:file "validate")
+                                                          )
                                                           
                                              :serial t))
                                     
                                     :serial t))
   :serial t
-  :depends-on (:contextl :arnesi :alexandria))
-
-
+  :depends-on (:contextl :arnesi :alexandria :parse-number
+ ))
 
 
 (defsystem :lisp-on-lines.test
@@ -74,6 +79,9 @@ OTHER DEALINGS IN THE SOFTWARE."
                                     (:file "description-test")
                                     (:file "attribute-test")
                                     (:file "display-test")
+                                    (:module :standard-descriptions
+                                     :components ((:file "edit-test"))
+                                     :serial t)
                                     (:module :ucw
                                      :components ((:file "ucw-test"))
                                      :serial t))
@@ -87,6 +95,4 @@ OTHER DEALINGS IN THE SOFTWARE."
   :depends-on (:lisp-on-lines :lisp-on-lines-ucw :stefil))
 
 
-(if (asdf:find-system :asdf-system-connections nil)
-    (asdf:oos 'asdf:load-op :ucw-system-connections)
-    (#+sbcl sb-int:style-warn #-sbcl warn "UCW suggests asdf-system-connections in order to optionally integrate some other libraries. See http://www.cliki.net/asdf-system-connections for details and download instructions."))
+