source:
trunk/abcl/contrib/abcl-asdf/tests/log4j.asd
@
13867
Last change on this file since 13867 was 13867, checked in by , 12 years ago | |
---|---|
File size: 274 bytes |
Line | |
---|---|
1 | ;;;; -*- Mode: LISP -*- |
2 | (in-package :asdf) |
3 | |
4 | (defsystem :log4j |
5 | :components |
6 | ((:module log4j.jar :components |
7 | ((:mvn "log4j/log4j/1.2.15"))) |
8 | (:module source :pathname "" :components |
9 | ((:file "example")) |
10 | :depends-on (log4j.jar)))) |
11 | |
12 |
Note: See TracBrowser
for help on using the repository browser.