[Armedbear-cvs] r14722 - trunk/abcl/contrib/asdf-jar
mevenson at common-lisp.net
mevenson at common-lisp.net
Tue Aug 19 05:22:18 UTC 2014
Author: mevenson
Date: Tue Aug 19 05:22:17 2014
New Revision: 14722
Log:
asdf-jar: bump version to 0.3.1. Edit docstrings.
Modified:
trunk/abcl/contrib/asdf-jar/asdf-jar.asd
trunk/abcl/contrib/asdf-jar/asdf-jar.lisp
Modified: trunk/abcl/contrib/asdf-jar/asdf-jar.asd
==============================================================================
--- trunk/abcl/contrib/asdf-jar/asdf-jar.asd Sun Aug 17 19:38:08 2014 (r14721)
+++ trunk/abcl/contrib/asdf-jar/asdf-jar.asd Tue Aug 19 05:22:17 2014 (r14722)
@@ -3,8 +3,8 @@
(defsystem :asdf-jar
:author "Mark Evenson"
- :version "0.3.0"
- :description "<> asdf:defsystem <urn:abcl.org/release/1.3.0/contrib/asdf-jar#0.3.0>"
+ :version "0.3.1"
+ :description "<> asdf:defsystem <urn:abcl.org/release/1.3.0/contrib/asdf-jar#0.3.1>"
:components
((:module base :pathname "" :components
((:file "asdf-jar")
Modified: trunk/abcl/contrib/asdf-jar/asdf-jar.lisp
==============================================================================
--- trunk/abcl/contrib/asdf-jar/asdf-jar.lisp Sun Aug 17 19:38:08 2014 (r14721)
+++ trunk/abcl/contrib/asdf-jar/asdf-jar.lisp Tue Aug 19 05:22:17 2014 (r14722)
@@ -132,18 +132,12 @@
Place the resulting packaged jar in the OUT directory.
-If FORCE is true, force asdf to recompile all the necessary fasls.
+If FORCE is true, force asdf to recompile all the necessary fasls for
+inclusion in the packaging artifact.
-VERBOSE controls how many messages will be logged to
-*standard-output*.
-
-ROOT controls if the relative pathnames will be appended to something
-before being added to the mapping. The purpose of having this option
-is to add the paths to an internal directory, such as (list :relative
-\"META-INF\" \"resources\") for generating WAR files.
-
-VERBOSE controls how many messages will be logged to
-*standard-output*.
+VERBOSE designates the stream to which information messages about the
+packaging process will be logged, or nil if one wishes to muffle
+output.
ROOT controls if the relative pathnames will be appended to something
before being added to the mapping. The purpose of having this option
More information about the armedbear-cvs
mailing list