source: trunk/abcl/contrib/abcl-asdf/asdf-mvn-module.asd

Last change on this file was 15664, checked in by Mark Evenson, 13 months ago

1.9.1: metadata for rc-0

File size: 530 bytes
Line 
1;;;; -*- Mode: LISP -*-
2(defsystem asdf-mvn-module
3    :author "Alan Ruttenberg"
4    :version "1.0.0"
5    :depends-on (jss abcl-asdf)
6    :description "Handles Maven artifact exclusions via the ADSF:MVN-MODULE component."
7    :long-description "<urn:abcl.org/release/1.9.1/contrib/abcl-asdf/mvn-module#>"
8    :version "1.0.0"
9    :in-order-to ((test-op (test-op asdf-mvn-module-tests)))
10    :components ((:module source
11                          :pathname ""
12                          :components ((:file "asdf-mvn-module")))))
13
14
Note: See TracBrowser for help on using the repository browser.