Last change
on this file since 14234 was
14234,
checked in by Mark Evenson, 8 years ago
|
Fixes #263: ABCL-CONTRIB now loads with wildcards in CLASSPATH.
|
File size:
363 bytes
|
Line | |
---|
1 | ;;;; -*- Mode: LISP -*- |
---|
2 | (asdf:defsystem :jss |
---|
3 | :author "Alan Ruttenberg, Mark Evenson" |
---|
4 | :version "3.0.4" |
---|
5 | :components |
---|
6 | ((:module base |
---|
7 | :pathname "" :serial t |
---|
8 | :components ((:file "packages") |
---|
9 | (:file "invoke") |
---|
10 | (:file "classpath") |
---|
11 | (:file "compat"))))) |
---|
12 | |
---|
13 | |
---|
14 | |
---|
15 | |
---|
16 | |
---|
17 | |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.