Home | History | Annotate | Download | only in tools

Lines Matching refs:archive

144 # in the <archive> attributes anymore. Instead we have separate elements.
154 Archive.HostOs host-os 1
155 Archive.HostBits host-bits 1
156 Archive.JvmBits jvm-bits 1
157 Archive.MinJvmVers min-jvm-version 1
332 [[ -z $TYPE ]] && error "Unknown archive type '$1'."
355 [[ ! -f "$SRC" ]] && error "Missing file for archive $TYPE/$OS: $SRC"
358 # Depending on the archive type, we need a number of attributes
419 # Generate archive info
420 echo "## Add $TYPE/$OS archive $SRC"
435 <sdk:archive$OLD_OS_ATTR>
441 # parse the Archive.Host/Jvm info from the source.props if present
447 output_attributes "archive" "$OUT" $MAP
449 echo " </sdk:archive>" >> "$OUT"