Changeset 13644


Ignore:
Timestamp:
10/20/11 23:43:49 (12 years ago)
Author:
Mark Evenson
Message:

Removed duplicated sections on abcl-asdf from Manual.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0.x/abcl/doc/manual/abcl.tex

    r13643 r13644  
    854854This contrib to ABCL enables an additional syntax for ASDF system
    855855definition which dynamically loads JVM artifacts such as jar archives
    856 via a Maven encapsulation.
    857 
    858 The following ASDF components are added:  JAR-FILE, JAR-DIRECTORY, CLASS-FILE-DIRECTORY
    859 and MVN.
     856via a Maven encapsulation.  The Maven Aether can also be directly
     857manipulated by the function associated with the RESOLVE-DEPENDENCIES symbol.
     858
     859%ABCL specific contributions to ASDF system definition mainly concerned
     860%with finding JVM artifacts such as jar archives to be dynamically loaded.
     861
     862
     863The following ASDF components are added: \textsc{JAR-FILE}, \textsc[JAR-DIRECTORY},
     864\textsc{CLASS-FILE-DIRECTORY} and \textsc{MVN}.
    860865
    861866\section{asdf-jar}
     
    866871required source and fasls in a jar archive.
    867872
    868 \section{abcl-asdf}
    869 
    870 ABCL specific contributions to ASDF system definition mainly concerned
    871 with finding JVM artifacts such as jar archives to be dynamically loaded.
     873
    872874
    873875\subsection{ABCL-ASDF Examples}
Note: See TracChangeset for help on using the changeset viewer.