[funds-cvs] r61 - trunk/funds/src

abaine at common-lisp.net abaine at common-lisp.net
Sun Jul 8 03:14:20 UTC 2007


Author: abaine
Date: Sat Jul  7 23:14:20 2007
New Revision: 61

Modified:
   trunk/funds/src/funds.asd
Log:
Changed funds-clos defsystem form to funds.

Modified: trunk/funds/src/funds.asd
==============================================================================
--- trunk/funds/src/funds.asd	(original)
+++ trunk/funds/src/funds.asd	Sat Jul  7 23:14:20 2007
@@ -2,12 +2,13 @@
 ; -*- Lisp -*-
 
 (in-package :cl-user)
-(defpackage #:funds-clos-asd
+
+(defpackage #:funds-asd
   (:use :cl :asdf))
 
-(in-package :funds-clos-asd)
+(in-package :funds-asd)
 
-(defsystem funds-clos
+(defsystem funds
   :serial t
   :components ((:file "package")
 	       (:file "stack")



More information about the Funds-cvs mailing list