[armedbear-cvs] r13644 - branches/1.0.x/abcl/doc/manual

mevenson at common-lisp.net mevenson at common-lisp.net
Thu Oct 20 23:43:49 UTC 2011


Author: mevenson
Date: Thu Oct 20 16:43:49 2011
New Revision: 13644

Log:
Removed duplicated sections on abcl-asdf from Manual.

Modified:
   branches/1.0.x/abcl/doc/manual/abcl.tex

Modified: branches/1.0.x/abcl/doc/manual/abcl.tex
==============================================================================
--- branches/1.0.x/abcl/doc/manual/abcl.tex	Thu Oct 20 16:38:03 2011	(r13643)
+++ branches/1.0.x/abcl/doc/manual/abcl.tex	Thu Oct 20 16:43:49 2011	(r13644)
@@ -853,10 +853,15 @@
 
 This contrib to ABCL enables an additional syntax for ASDF system
 definition which dynamically loads JVM artifacts such as jar archives
-via a Maven encapsulation.
+via a Maven encapsulation.  The Maven Aether can also be directly
+manipulated by the function associated with the RESOLVE-DEPENDENCIES symbol.
 
-The following ASDF components are added:  JAR-FILE, JAR-DIRECTORY, CLASS-FILE-DIRECTORY
-and MVN.
+%ABCL specific contributions to ASDF system definition mainly concerned
+%with finding JVM artifacts such as jar archives to be dynamically loaded.
+
+
+The following ASDF components are added: \textsc{JAR-FILE}, \textsc[JAR-DIRECTORY},
+\textsc{CLASS-FILE-DIRECTORY} and \textsc{MVN}.
 
 \section{asdf-jar}
 
@@ -865,10 +870,7 @@
 systems the code in this package will recursively package all the
 required source and fasls in a jar archive.
 
-\section{abcl-asdf}
 
-ABCL specific contributions to ASDF system definition mainly concerned
-with finding JVM artifacts such as jar archives to be dynamically loaded.
 
 \subsection{ABCL-ASDF Examples}
 




More information about the armedbear-cvs mailing list