[Lisppaste-cvs] CVS update: lisppaste2/lisppaste.asd
Brian Mastenbrook
bmastenbrook at common-lisp.net
Thu Jun 17 13:10:04 UTC 2004
Update of /project/lisppaste/cvsroot/lisppaste2
In directory common-lisp.net:/tmp/cvs-serv1487
Modified Files:
lisppaste.asd
Log Message:
Oops. forgot the colorize-package dependency in web-server
Date: Thu Jun 17 06:10:04 2004
Author: bmastenbrook
Index: lisppaste2/lisppaste.asd
diff -u lisppaste2/lisppaste.asd:1.12 lisppaste2/lisppaste.asd:1.13
--- lisppaste2/lisppaste.asd:1.12 Fri Jun 4 17:14:31 2004
+++ lisppaste2/lisppaste.asd Thu Jun 17 06:10:04 2004
@@ -1,5 +1,5 @@
;;;; Silly emacs, this is -*- Lisp -*-
-;;;; $Id: lisppaste.asd,v 1.12 2004/06/05 00:14:31 bmastenbrook Exp $
+;;;; $Id: lisppaste.asd,v 1.13 2004/06/17 13:10:04 bmastenbrook Exp $
;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/lisppaste.asd,v $
;;;; See the LICENSE file for licensing information.
@@ -39,6 +39,6 @@
(:file "coloring-types"
:depends-on ("colorize" "clhs-lookup"))
(:file "web-server"
- :depends-on ("encode-for-pre" "lisppaste"))
+ :depends-on ("encode-for-pre" "lisppaste" "colorize-package"))
(:file "persistent-pastes"
:depends-on ("web-server"))))
More information about the Lisppaste-cvs
mailing list