source: trunk/abcl/contrib/abcl-asdf/tests/log4j.asd @ 13867

Last change on this file since 13867 was 13867, checked in by Mark Evenson, 12 years ago

abcl-asdf: fix logic for dealing with ASDF::MVN entries without ASDF::VERSION.

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.