Line | |
---|
1 | ;;;; -*- Mode: LISP -*- |
---|
2 | (defsystem abcl-asdf |
---|
3 | :author "Mark Evenson" |
---|
4 | :description "Extensions to ASDF for handling Java binary artifacts." |
---|
5 | :long-description "<urn:abcl.org/release/1.9.2/contrib/abcl-asdf#>" |
---|
6 | :version "2.1.0" |
---|
7 | :depends-on (jss abcl-build) |
---|
8 | :components |
---|
9 | ((:module package |
---|
10 | :pathname "" |
---|
11 | :components ((:file "package"))) |
---|
12 | (:module base |
---|
13 | :pathname "" |
---|
14 | :components ((:file "abcl-asdf") |
---|
15 | (:file "asdf-jar" :depends-on ("abcl-asdf"))) |
---|
16 | :depends-on (package maven)) |
---|
17 | (:module maven |
---|
18 | :pathname "" |
---|
19 | :components ((:file "maven") |
---|
20 | (:file "mvn-module")) |
---|
21 | :depends-on (package))) |
---|
22 | :in-order-to ((test-op (test-op abcl-asdf-tests)))) |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.