Revision: 3961 Author: hans URL: http://bknr.net/trac/changeset/3961
remove (hopefully) last reference to bknr.xml
U trunk/bknr/web/src/packages.lisp
Modified: trunk/bknr/web/src/packages.lisp =================================================================== --- trunk/bknr/web/src/packages.lisp 2008-09-24 16:24:49 UTC (rev 3960) +++ trunk/bknr/web/src/packages.lisp 2008-09-24 16:32:08 UTC (rev 3961) @@ -19,7 +19,7 @@ #:start-cron))
(defpackage :bknr.rss - (:use :cl :cl-user :cl-ppcre :bknr.utils :bknr.xml :puri :hunchentoot :bknr.datastore :bknr.indices :cxml) + (:use :cl :cl-user :cl-ppcre :bknr.utils :puri :hunchentoot :bknr.datastore :bknr.indices :cxml) (:export ;; channel
#:rss-channel @@ -158,7 +158,6 @@ :bknr.indices :bknr.impex :bknr.utils - :bknr.xml :bknr.events :bknr.user) (:shadowing-import-from :cl-interpol #:quote-meta-chars)