[funds-cvs] r24 - trunk/funds/src
    abaine at common-lisp.net 
    abaine at common-lisp.net
       
    Wed Jun 20 15:56:54 UTC 2007
    
    
  
Author: abaine
Date: Wed Jun 20 11:56:54 2007
New Revision: 24
Modified:
   trunk/funds/src/funds.asd
Log:
Removed test modules from defsystem form.
Modified: trunk/funds/src/funds.asd
==============================================================================
--- trunk/funds/src/funds.asd	(original)
+++ trunk/funds/src/funds.asd	Wed Jun 20 11:56:54 2007
@@ -13,13 +13,5 @@
   :components ((:module trees
 			:serial t
 			:components ((:file "package") 
-				     (:file "avl-tree")))
-	       
-	       (:module tests
-			:serial t
-			:components ((:module trees
-					      :serial t
-					      :components ((:file "package")
-							   (:file "avl-tree-test")))))
-	       (:file "package"))
-  :depends-on (:lisp-unit))
+				     (:file "avl-tree")))	       
+	       (:file "package")))
    
    
More information about the Funds-cvs
mailing list