[funds-cvs] r40 - trunk/funds/src
abaine at common-lisp.net
abaine at common-lisp.net
Mon Jul 2 22:58:55 UTC 2007
Author: abaine
Date: Mon Jul 2 18:58:55 2007
New Revision: 40
Modified:
trunk/funds/src/funds.asd
Log:
Rearranged modules in funds.asd.
Modified: trunk/funds/src/funds.asd
==============================================================================
--- trunk/funds/src/funds.asd (original)
+++ trunk/funds/src/funds.asd Mon Jul 2 18:58:55 2007
@@ -10,11 +10,11 @@
(defsystem funds
:serial t
- :components ((:module trees
+ :components ((:file "package")
+ (:module trees
:serial t
:components ((:file "package")
(:file "avl-tree")))
(:module stack
:serial t
- :components ((:file "stack")))
- (:file "package")))
+ :components ((:file "stack")))))
More information about the Funds-cvs
mailing list