source: trunk/abcl/contrib/jss/jss.asd @ 15152

Last change on this file since 15152 was 15152, checked in by Mark Evenson, 4 years ago

meta: push outstanding changes from github git to svn

| tag | eg |

+--------------------------------------------------------------|

| svn | svn+ssh://mevenson@abcl.org/project/armedbear/svn/trunk/abcl |
| git | git+ssh://git@github.com/armedbear/abcl |

File size: 857 bytes
Line 
1;;;; -*- Mode: LISP -*-
2(defsystem jss
3  :author "Alan Ruttenberg, Mark Evenson"
4  :long-description "<urn:abcl.org/release/1.6.0/contrib/jss#>"
5  :version "3.6.0"
6  :components ((:module base
7                        :pathname "" :serial t
8                        :components ((:file "packages")
9                                     (:file "invoke")
10                                     (:file "collections")
11                                     (:file "optimize-java-call")
12                                     (:file "classpath")
13                                     (:file "transform-to-field")
14                                     (:file "compat")
15                                     (:file "jtypecase")
16                                     (:file "util"))))
17  :perform (asdf:test-op (op c)
18                         (asdf:test-system :jss-tests)))
19
Note: See TracBrowser for help on using the repository browser.