source: branches/0.26.x/abcl/contrib/jss/jss.asd

Last change on this file was 13360, checked in by Mark Evenson, 13 years ago

jss-2.0.1 remove use of MAKE-IMMEDIATE-OBJECT.

File size: 364 bytes
Line 
1;;;; -*- Mode: LISP -*-
2(in-package :asdf)
3
4(defsystem :jss
5  :author "Alan Ruttenberg, Mark Evenson"
6  :version "2.0.1"
7  :components
8  ((:module base :pathname "" :serial t
9            :components ((:file "packages")
10                         (:file "invoke")
11                         (:file "asdf-jar")
12                         (:file "compat")))))
13
14
15
16
17   
18
19
Note: See TracBrowser for help on using the repository browser.