Index: mcclim.asd
===================================================================
RCS file: /project/mcclim/cvsroot/mcclim/mcclim.asd,v
retrieving revision 1.6
diff -u -r1.6 mcclim.asd
--- mcclim.asd	19 Aug 2005 21:34:41 -0000	1.6
+++ mcclim.asd	22 Jan 2006 21:43:10 -0000
@@ -222,11 +222,11 @@
      (:file "builtin-commands" :depends-on ("table-formatting" "commands" "presentations"
                                                                "presentation-defs" "input-editing"))
      (:file "describe" :depends-on ("presentations" "presentation-defs" "table-formatting"))
-     (:file "Experimental/menu-choose" :depends-on ("commands" "table-formatting" "presentation-defs"
+     (:file "Experimental.menu-choose" :depends-on ("commands" "table-formatting" "presentation-defs"
                                                                "panes" "frames" "pointer-tracking"
                                                                "presentations")
             :pathname #.(make-pathname :directory '(:relative "Experimental") :name "menu-choose" :type "lisp"))
-     (:file "Goatee/presentation-history" :depends-on ("presentation-defs")  ; XXX: this is loaded as part of the Goatee system. huh?
+     (:file "Goatee.presentation-history" :depends-on ("presentation-defs")  ; XXX: this is loaded as part of the Goatee system. huh?
             :pathname #.(make-pathname :directory '(:relative "Goatee") :name "presentation-history" :type "lisp"))
      ))
 
@@ -300,7 +300,7 @@
                  ;; cope with possible bugs.
                  ;; #+(or openmcl mcl)          :clim-beagle
                  )
-    :components ((:file "Looks/pixie"
+    :components ((:file "Looks.pixie"
                         :pathname #.(make-pathname :directory '(:relative "Looks") :name "pixie" :type "lisp"))))
 
 ;;; name of :clim-clx-user chosen by mikemac for no good reason
