cleanup
[cl-graph.git] / cl-graph.asd
index 7cca550..ebffcf2 100644 (file)
@@ -13,7 +13,7 @@ instructions."))
   (operate 'load-op 'asdf-system-connections))
 
 (defsystem cl-graph
-  :version "0.10.1"
+  :version "0.10.2"
   :author "Gary Warren King <gwking@metabang.com>"
   :maintainer "Gary Warren King <gwking@metabang.com>"
   :licence "MIT Style License"
@@ -35,7 +35,8 @@ instructions."))
                        :depends-on ("graph"))
                 (:file "graph-algorithms"
                        :depends-on ("graph"))
-                                     
+                (:file "dynamic-classes"
+                       :depends-on ("graph"))
                 (:static-file "notes.text")
 
                 (:module "graphviz" :depends-on ("graph")
@@ -51,7 +52,7 @@ instructions."))
                      (intern (symbol-name '#:run-tests) :lift)
                      :config :generic))
   :depends-on ((:version :metatilities-base "0.6.0")
-              (:version :cl-containers "0.11.0")
+              (:version :cl-containers "0.12.0")
               ))
 
 (defmethod operation-done-p 
@@ -101,14 +102,6 @@ instructions."))
                :components
                ((:file "subgraph-containing")))))
 
-#+asdf-system-connections
-(asdf:defsystem-connection cl-graph-and-dynamic-classes
-  :requires (cl-graph dynamic-classes)
-  :components ((:module 
-               "dev"
-               :components
-               ((:file "dynamic-classes")))))
-