Last change
on this file since 13806 was
13806,
checked in by Mark Evenson, 11 years ago
|
Fix ABCL-ASDF load time failure.
|
File size:
370 bytes
|
Line | |
---|
1 | (defpackage #:abcl-asdf |
---|
2 | (:use :cl) |
---|
3 | (:export |
---|
4 | ;;; Public API |
---|
5 | #:resolve-dependencies |
---|
6 | |
---|
7 | ;;; "Internal" API |
---|
8 | #:satisfy |
---|
9 | #:as-classpath |
---|
10 | |
---|
11 | #:resolve-artifact |
---|
12 | |
---|
13 | #:add-directory-jars-to-class-path |
---|
14 | #:need-to-add-directory-jar? |
---|
15 | |
---|
16 | #:*added-to-classpath* |
---|
17 | #:*inhibit-add-to-classpath*)) |
---|
18 | |
---|
19 | (defpackage #:abcl-asdf-test |
---|
20 | (:use :cl :abcl-rt) |
---|
21 | (:export #:run)) |
---|
Note: See
TracBrowser
for help on using the repository browser.