[nio-cvs] r19 - branches/home/psmith/restructure/src/buffer

psmith at common-lisp.net psmith at common-lisp.net
Thu Dec 28 01:27:35 UTC 2006


Author: psmith
Date: Wed Dec 27 20:27:34 2006
New Revision: 19

Added:
   branches/home/psmith/restructure/src/buffer/nio-buffer-package.lisp
      - copied unchanged from r14, branches/home/psmith/restructure/src/buffer/nio-buffer.lisp
Removed:
   branches/home/psmith/restructure/src/buffer/nio-buffer.lisp
Modified:
   branches/home/psmith/restructure/src/buffer/nio-buffer.asd
Log:
updated buffer package

Modified: branches/home/psmith/restructure/src/buffer/nio-buffer.asd
==============================================================================
--- branches/home/psmith/restructure/src/buffer/nio-buffer.asd	(original)
+++ branches/home/psmith/restructure/src/buffer/nio-buffer.asd	Wed Dec 27 20:27:34 2006
@@ -4,8 +4,8 @@
 
 (defsystem :nio-buffer
 
-    :components ((:file "src/buffer/nio-buffer")
-		 (:file "src/buffer/buffer" :depends-on ("src/buffer/nio-buffer"))
+    :components ((:file "nio-buffer-package")
+		 (:file "buffer" :depends-on ("nio-buffer-package"))
 		 )
 
     :depends-on (:cffi))



More information about the Nio-cvs mailing list