Author: achiumenti Date: Wed Nov 12 07:46:43 2008 New Revision: 138
Log: dependencies update
Modified: trunk/main/claw-demo/claw-demo.asd
Modified: trunk/main/claw-demo/claw-demo.asd ============================================================================== --- trunk/main/claw-demo/claw-demo.asd (original) +++ trunk/main/claw-demo/claw-demo.asd Wed Nov 12 07:46:43 2008 @@ -97,7 +97,7 @@ :perform (test-op :after (op c) (describe (funcall (find-symbol "RUN-TESTS" "LIFT") :suite (find-symbol "CLAW-DEMO-BACKEND-TESTSUITE" "CLAW-DEMO-BACKEND")))) - :depends-on (:clsql :clsql-postgresql :local-time :claw :closer-mop :claw-demo-backend :claw-demo-frontend) + :depends-on (:claw-demo-backend :claw-demo-frontend) :components ((:module src :components ((:file "packages") (:file "main" :depends-on ("packages"))))))