Last change
on this file was
15017,
checked in by Mark Evenson, 7 years ago
|
Refactor out initialization pattern for Maven as WITH-AETHER to be
used by external consumers/manipulators of the Maven Aether libraries.
Unfinished, but can be used now to guarantee that ABCL-ASDF has
located Maven, which will be retrofitted compatible with current
usage.
TODO Introduce toplevel handler for finding Maven.
|
File size:
162 bytes
|
Line | |
---|
1 | (defpackage abcl/test/t |
---|
2 | (:use :cl :prove) |
---|
3 | (:export |
---|
4 | #:install)) |
---|
5 | |
---|
6 | (defpackage abcl/test |
---|
7 | (:use :cl :prove)) |
---|
8 | |
---|
9 | (defpackage abcl/test/t/maven |
---|
10 | (:use :cl)) |
---|
11 | |
---|
12 | |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.