Last change
on this file since 13909 was
13909,
checked in by Mark Evenson, 10 years ago
|
jss-3.0.2: fix SET-JAVA-FIELD.
Use the setf'able JAVA:JFIELD primitive to handle setting Java fields,
performing additional conversion when passed object of type
JAVA:JAVA-OBJECT.
|
File size:
378 bytes
|
Line | |
---|
1 | ;;;; -*- Mode: LISP -*- |
---|
2 | (in-package :asdf) |
---|
3 | |
---|
4 | (defsystem :jss |
---|
5 | :author "Alan Ruttenberg, Mark Evenson" |
---|
6 | :version "3.0.2" |
---|
7 | :components |
---|
8 | ((:module base |
---|
9 | :pathname "" :serial t |
---|
10 | :components ((:file "packages") |
---|
11 | (:file "invoke") |
---|
12 | (:file "classpath") |
---|
13 | (:file "compat"))))) |
---|
14 | |
---|
15 | |
---|
16 | |
---|
17 | |
---|
18 | |
---|
19 | |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.