Searched refs:mainAttrs (Results 1 – 1 of 1) sorted by relevance
345 Attributes mainAttrs = new Attributes(); in generateManifestFile() local351 mainAttrs.putAll(sourceManifest.getMainAttributes()); in generateManifestFile()353 mainAttrs.put(Attributes.Name.MANIFEST_VERSION, ATTRIBUTE_VALUE_MANIFEST_VERSION); in generateManifestFile()357 ManifestWriter.writeMainSection(manifestOut, mainAttrs); in generateManifestFile()387 result.mainSectionAttributes = mainAttrs; in generateManifestFile()420 Attributes mainAttrs = sf.getMainAttributes(); in generateSignatureFile() local421 mainAttrs.put(Attributes.Name.SIGNATURE_VERSION, ATTRIBUTE_VALUE_SIGNATURE_VERSION); in generateSignatureFile()422 mainAttrs.put(ATTRIBUTE_NAME_CREATED_BY, createdBy); in generateSignatureFile()436 mainAttrs.put( in generateSignatureFile()443 mainAttrs.putValue( in generateSignatureFile()[all …]