Searched refs:manifest (Results 1 – 4 of 4) sorted by relevance
48 Manifest manifest = new Manifest(); in create() local49 manifest.getMainAttributes().put(Attributes.Name.MANIFEST_VERSION, "1.0"); in create()54 manifest); in create()
14 manifest: "etc/manifest.txt",
17 manifest: "etc/manifest.txt",
903 Manifest manifest = makeManifest(); in createJar() local905 JarOutputStream jarOut = new JarOutputStream(out, manifest); in createJar()951 Manifest manifest; in makeManifest() local956 manifest = new Manifest(); in makeManifest()957 attribs = manifest.getMainAttributes(); in makeManifest()960 manifest = new Manifest(new ByteArrayInputStream(manifestBytes)); in makeManifest()961 attribs = manifest.getMainAttributes(); in makeManifest()976 return manifest; in makeManifest()