Update of /project/mcclim/cvsroot/mcclim In directory clnet:/tmp/cvs-serv32694
Modified Files: mcclim.asd Log Message: * mcclim.asd (defsystem :clim-system): include a few more of the examples. (patch by Douglas Crosher, mcclim-devel, 'Patch: clim-example system definition', 16 March 2006)
--- /project/mcclim/cvsroot/mcclim/mcclim.asd 2006/03/23 15:27:23 1.13 +++ /project/mcclim/cvsroot/mcclim/mcclim.asd 2006/03/23 16:59:47 1.14 @@ -286,16 +286,24 @@ :components ((:file "calculator") (:file "colorslider") + (:file "menutest") ; extra (:file "address-book") (:file "traffic-lights") (:file "clim-fig") (:file "postscript-test") + (:file "puzzle") + (:file "transformations-test") + (:file "demodemo") (:file "stream-test") (:file "presentation-test") + (:file "dragndrop") #+clx (:file "gadget-test") (:file "accepting-values") (:file "method-browser") - (:file "dragndrop-translator"))))) + (:file "dragndrop-translator"))) + (:module "Goatee" + :components + ((:file "goatee-test")))))
;;; This won't load in SBCL, either. I have really crappy code to ;;; extract dependency information from :serial t ASDF systems, but