source:
trunk/abcl/contrib/jss/jss.asd
Last change on this file was 15464, checked in by , 6 months ago | |
---|---|
File size: 857 bytes |
Line | |
---|---|
1 | ;;;; -*- Mode: LISP -*- |
2 | (defsystem jss |
3 | :author "Alan Ruttenberg, Mark Evenson" |
4 | :long-description "<urn:abcl.org/release/1.8.0/contrib/jss#>" |
5 | :version "3.6.0" |
6 | :components ((:module base |
7 | :pathname "" :serial t |
8 | :components ((:file "packages") |
9 | (:file "invoke") |
10 | (:file "collections") |
11 | (:file "optimize-java-call") |
12 | (:file "classpath") |
13 | (:file "transform-to-field") |
14 | (:file "compat") |
15 | (:file "jtypecase") |
16 | (:file "util")))) |
17 | :perform (asdf:test-op (op c) |
18 | (asdf:test-system :jss-tests))) |
19 |
Note: See TracBrowser
for help on using the repository browser.