Changeset 14301 for branches/1.1.x/contrib/abcl-asdf/README.markdown
- Timestamp:
- 12/06/12 20:17:24 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.x/contrib/abcl-asdf/README.markdown
r14259 r14301 4 4 To use: 5 5 6 CL-USER> (require 'abcl-contrib)6 CL-USER> (require :abcl-contrib) 7 7 8 CL-USER> (require 'abcl-asdf)8 CL-USER> (require :abcl-asdf) 9 9 10 10 … … 43 43 ASDF classes derived from ASDF:COMPONENT: 44 44 45 JAR-DIRECTORY, JAR-FILE, and CLASS-FILE-DIRECTORY for JVM artifacts46 that have a currently valid pathname representation (i.e. they exist47 on the local filesystem).45 JAR-DIRECTORY, JAR-FILE, and CLASS-FILE-DIRECTORY for JVM artifacts 46 that have a currently valid pathname representation (i.e. they exist 47 on the local filesystem). 48 48 49 The MVN and IRI classes descend from ASDF-COMPONENT, but do not50 directly have a filesystem location.49 The MVN and IRI classes descend from ASDF-COMPONENT, but do not 50 directly have a filesystem location. 51 51 52 The IRI component is currently unused, but serves as a point to base53 the inheritance of the MVN component while allowing other forms of54 uri-like resources to be encapsulated in the future.52 The IRI component is currently unused, but serves as a point to base 53 the inheritance of the MVN component while allowing other forms of 54 uri-like resources to be encapsulated in the future. 55 55 56 56 The MVN component should specifiy a [Maven URI][1] as its PATH. A … … 165 165 166 166 Created: 2011-01-01 167 Revised: 2012-1 1-28167 Revised: 2012-12-06 168 168
Note: See TracChangeset
for help on using the changeset viewer.