[armedbear-cvs] r14450 - trunk/abcl/test/lisp/abcl
mevenson at common-lisp.net
mevenson at common-lisp.net
Wed Mar 27 14:35:17 UTC 2013
Author: mevenson
Date: Wed Mar 27 07:35:16 2013
New Revision: 14450
Log:
Update the URL-PATHNAME archive to fasl version 40.
Modified:
trunk/abcl/test/lisp/abcl/jar-pathname.lisp
Modified: trunk/abcl/test/lisp/abcl/jar-pathname.lisp
==============================================================================
--- trunk/abcl/test/lisp/abcl/jar-pathname.lisp Wed Mar 27 07:07:05 2013 (r14449)
+++ trunk/abcl/test/lisp/abcl/jar-pathname.lisp Wed Mar 27 07:35:16 2013 (r14450)
@@ -202,7 +202,7 @@
t)
(defparameter *url-jar-pathname-base*
- "jar:http://abcl-dynamic-install.googlecode.com/files/baz-20120514a.jar!/")
+ "jar:http://abcl-dynamic-install.googlecode.com/files/baz-20130327a.jar!/")
(defmacro load-url-relative (path)
`(load (format nil "~A~A" *url-jar-pathname-base* ,path)))
@@ -498,4 +498,4 @@
(let ((*default-pathname-defaults* jar-entry-dir))
(not (probe-file (merge-pathnames jar-entry)))))
nil)
-
\ No newline at end of file
+
More information about the armedbear-cvs
mailing list