[claw-cvs] r132 - trunk/main/connectors/hunchentoot

Andrea Chiumenti achiumenti at common-lisp.net
Wed Nov 12 06:43:45 UTC 2008


Author: achiumenti
Date: Wed Nov 12 06:43:44 2008
New Revision: 132

Log:
dependencies cleanup

Modified:
   trunk/main/connectors/hunchentoot/hunchentoot-connector.asd

Modified: trunk/main/connectors/hunchentoot/hunchentoot-connector.asd
==============================================================================
--- trunk/main/connectors/hunchentoot/hunchentoot-connector.asd	(original)
+++ trunk/main/connectors/hunchentoot/hunchentoot-connector.asd	Wed Nov 12 06:43:44 2008
@@ -31,7 +31,7 @@
   :name "hunchentoot-connector"
   :author "Andrea Chiumenti"
   :description "Hunchentoot connector for CLAW"
-  :depends-on (:closer-mop :hunchentoot :flexi-streams :claw)
+  :depends-on (:hunchentoot :claw)
   :components ((:module src
                         :components ((:file "packages")
                                      (:file "hunchentoot" :depends-on ("packages"))))))




More information about the Claw-cvs mailing list