| Line | |
|---|
| 1 | ;;;; -*- Mode: LISP -*- |
|---|
| 2 | (defsystem jss |
|---|
| 3 | :author "Alan Ruttenberg, Mark Evenson" |
|---|
| 4 | :long-description "<urn:abcl.org/release/1.9.2/contrib/jss#>" |
|---|
| 5 | :version "3.7.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.