[Depend on ucw-core and ucw-standard
clinton@unknownlamer.org**20081203035400] {
hunk ./golgonooza.asd 17
-  :depends-on (:fiveam :cl-utilities :metatilities :ucw :rfc2388-binary))
+  :depends-on (:fiveam :cl-utilities :metatilities :ucw :ucw-forms :rfc2388-binary
+	       :parenscript))
hunk ./golgonooza.asd 30
-#+asdf-system-connections
-(defsystem-connection :golgonooza-elephant
-  :requires (:ucw :elephant)
-  :depends-on (:golgonooza.elephant))
+;; #+asdf-system-connections
+;; (defsystem-connection :golgonooza-elephant
+;;   :requires (:ucw :elephant)
+;;   :depends-on (:golgonooza.elephant))
hunk ./src/elephant/elephant-query-view.lisp 22
-(ucw:defcomponent elephant-query-view-mixin ()
+(ucw-core:defcomponent elephant-query-view-mixin ()
hunk ./src/packages.lisp 21
-  (:use :common-lisp :ucw)
+  (:use :common-lisp :ucw-core :ucw-standard)
hunk ./src/packages.lisp 60
-  (:use :common-lisp :ucw :iterate)
+  (:use :common-lisp :ucw-core :iterate)
}