source: tags/1.3.0/contrib/jss/jss.asd

Last change on this file was 14615, checked in by Mark Evenson, 10 years ago

Documentation & metadata updates prior to abcl-1.3.0 branch.

File size: 706 bytes
Line 
1;;;; -*- Mode: LISP -*-
2(asdf:defsystem :jss
3  :author "Alan Ruttenberg, Mark Evenson"
4  :version "3.0.7"
5  :description "<> asdf:defsystem <urn:abcl.org/release/1.3.0/contrib/jss#3.0.7"
6  :components ((:module base
7                        :pathname "" :serial t
8                        :components ((:file "packages")
9                                     (:file "invoke")
10                                     (:file "classpath")
11                                     (:file "compat")))))
12
13#+nil FIXME
14(asdf:defsystem :jss-tests
15  :depends-on (jss abcl abcl-test-lisp)
16  :components ((:module tests
17                        :pathname ""
18                        :components ((:file "tests")))))
19
20
21
22
23   
24
25
Note: See TracBrowser for help on using the repository browser.