source: branches/1.1.x/contrib/jss/jss.asd

Last change on this file was 14380, checked in by Mark Evenson, 11 years ago

1.1.1: update version artifacts.

File size: 710 bytes
Line 
1;;;; -*- Mode: LISP -*-
2(asdf:defsystem :jss
3  :author "Alan Ruttenberg, Mark Evenson"
4  :version "3.0.5"
5  :description "<> asdf:defsystem <urn:abcl.org/release/1.1.1/contrib/jss#3.0.5> ."
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.