Searched refs:mainAttrs (Results 1 – 1 of 1) sorted by relevance
367 Attributes mainAttrs = new Attributes(); in generateManifestFile() local373 mainAttrs.putAll(sourceManifest.getMainAttributes()); in generateManifestFile()375 mainAttrs.put(Attributes.Name.MANIFEST_VERSION, ATTRIBUTE_VALUE_MANIFEST_VERSION); in generateManifestFile()379 ManifestWriter.writeMainSection(manifestOut, mainAttrs); in generateManifestFile()409 result.mainSectionAttributes = mainAttrs; in generateManifestFile()442 Attributes mainAttrs = sf.getMainAttributes(); in generateSignatureFile() local443 mainAttrs.put(Attributes.Name.SIGNATURE_VERSION, ATTRIBUTE_VALUE_SIGNATURE_VERSION); in generateSignatureFile()444 mainAttrs.put(ATTRIBUTE_NAME_CREATED_BY, createdBy); in generateSignatureFile()458 mainAttrs.put( in generateSignatureFile()465 mainAttrs.putValue( in generateSignatureFile()[all …]