Last change
on this file was
14726,
checked in by Mark Evenson, 10 years ago
|
jss: non-functional fixup to previous commit.
Renormalize whitespace.
Previous commit addressed formating JSS:NO-SUCH-JAVA-FIELD invocation.
|
File size:
707 bytes
|
Line | |
---|
1 | ;;;; -*- Mode: LISP -*- |
---|
2 | (asdf:defsystem :jss |
---|
3 | :author "Alan Ruttenberg, Mark Evenson" |
---|
4 | :version "3.0.9" |
---|
5 | :description "<> asdf:defsystem <urn:abcl.org/release/1.4.0/contrib/jss#3.0.9>" |
---|
6 | :components ((:module base |
---|
7 | :pathname "" :serial t |
---|
8 | :components ((:file "packages") |
---|
9 | (:file "invoke") |
---|
10 | (:file "classpath") |
---|
11 | (:file "compat"))))) |
---|
12 | |
---|
13 | #+nil FIXME |
---|
14 | (asdf:defsystem :jss-tests |
---|
15 | :depends-on (jss abcl abcl-test-lisp) |
---|
16 | :components ((:module tests |
---|
17 | :pathname "" |
---|
18 | :components ((:file "tests"))))) |
---|
19 | |
---|
20 | |
---|
21 | |
---|
22 | |
---|
23 | |
---|
24 | |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.