Changeset 12300
- Timestamp:
- 12/22/09 15:06:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl.asd
r12141 r12300 50 50 ((:module abcl-rt :pathname "test/lisp/abcl/" :serial t :components 51 51 ((:file "rt-package") (:file "rt"))) 52 (:module package :depends (abcl-rt)52 (:module package :depends-on (abcl-rt) 53 53 :pathname "test/lisp/abcl/" :components 54 54 ((:file "package")))))
Note: See TracChangeset
for help on using the changeset viewer.