| Line | |
|---|
| 1 | ;;;; -*- Mode: LISP -*- |
|---|
| 2 | (defsystem asdf-jar |
|---|
| 3 | :author "Mark Evenson" |
|---|
| 4 | :description "Packaging ASDF systems into jar files" |
|---|
| 5 | :long-description "<urn:abcl.org/release/1.9.2/contrib/asdf-jar#>" |
|---|
| 6 | :version "0.4.0" |
|---|
| 7 | :in-order-to ((test-op (test-op :asdf-jar-test))) |
|---|
| 8 | :components ((:module package |
|---|
| 9 | :pathname "./" |
|---|
| 10 | :components ((:file "package"))) |
|---|
| 11 | (:module base |
|---|
| 12 | :depends-on (package) |
|---|
| 13 | :pathname "./" |
|---|
| 14 | :components ((:file "asdf-jar") |
|---|
| 15 | (:static-file "README.markdown"))))) |
|---|
| 16 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.