[armedbear-cvs] r14181 - trunk/abcl/contrib
mevenson at common-lisp.net
mevenson at common-lisp.net
Thu Oct 11 22:33:03 UTC 2012
Author: mevenson
Date: Thu Oct 11 15:33:03 2012
New Revision: 14181
Log:
abcl-contrib: Note the update to the jna-3.4.0.jar binary jvm artifact.
Modified:
trunk/abcl/contrib/README.markdown
Modified: trunk/abcl/contrib/README.markdown
==============================================================================
--- trunk/abcl/contrib/README.markdown Thu Oct 11 04:33:27 2012 (r14180)
+++ trunk/abcl/contrib/README.markdown Thu Oct 11 15:33:03 2012 (r14181)
@@ -37,12 +37,12 @@
mvn
---
-A collection of various useful JVM artifacts downloaded and cached
-by the Aether Maven connector. Requires the maven-3.0.4 executable
-"mvn" (or "mvn.bat') to be in the current processes's path.
+A collection of various useful JVM artifacts downloaded and cached by
+the Aether Maven connector. Requires the maven-3.0.4 executable "mvn"
+(or "mvn.bat" under MSFT Windows) to be in the current processes's path.
jna
- Cache, from the network if necessary, the jna-3.0.9.jar in
+ Cache, from the network if necessary, the jna-3.4.0.jar in
the current JVM process, allowing the bootstrapping of
dynamically linking to shared executables on the host platform.
@@ -56,7 +56,7 @@
Deprecated, use Quicklisp from the REPL via
- CL-USER> (load "http://beta.quicklisp.org/quicklisp.lisp")
+ CL-USER> (load "https://beta.quicklisp.org/quicklisp.lisp")
instead.
@@ -64,6 +64,7 @@
Mark <evenson.not.org at gmail.com>
Created: 2011-09-11
-Revised: 2012-08-04
+Revised: 2012-10-12
+
More information about the armedbear-cvs
mailing list