;;;; -*- Mode: LISP -*- (defsystem jss :author "Alan Ruttenberg, Mark Evenson" :long-description "" :version "3.3.0" :components ((:module base :pathname "" :serial t :components ((:file "packages") (:file "invoke") (:file "collections") (:file "optimize-java-call") (:file "classpath") (:file "transform-to-field") (:file "compat")))) :perform (asdf:test-op (op c) (asdf:test-system :jss-tests)))