source: branches/0.26.x/abcl/contrib/abcl-asdf/abcl-asdf.asd

Last change on this file was 13355, checked in by Mark Evenson, 13 years ago

ASDF-ABCL:RESOLVE returns Maven dependencies from local repository.

I don't think the download portion is quite working yet.

File size: 332 bytes
Line 
1;;;; -*- Mode: LISP -*-
2(in-package :asdf)
3
4(defsystem :abcl-asdf
5  :author "Mark Evenson"
6  :version "0.2.0"
7  :depends-on ("jss") ;;; XXX move the JSS ASDf defintions here? uggh.
8  :components
9  ((:module base :pathname "" :components
10      ((:file "abcl-asdf")
11             (:file "maven-embedder" :depends-on ("abcl-asdf"))))))
Note: See TracBrowser for help on using the repository browser.