Searched refs:manifest (Results 1 - 25 of 30) sorted by relevance

12

/openjdk7/jdk/make/sun/jconsole/
H A DMakefile35 # This program must contain a manifest that defines the execution level
70 build: $(FILES_png) $(FILES_gif) $(FILES_prop) $(TEMPDIR)/manifest $(JARFILE)
81 $(TEMPDIR)/manifest: $(SHARE_SRC)/classes/$(PKGDIR)/manifest
82 $(install-manifest-file)
88 $(JARFILE): $(LIBDIR) $(FILES_class) $(FILES_png) $(FILES_gif) $(FILES_prop) $(TEMPDIR)/manifest
89 $(BOOT_JAR_CMD) -cfm $(JARFILE) $(TEMPDIR)/manifest \
96 $(RM) $(TEMPDIR)/manifest $(JARFILE)
H A DFILES.gmk30 MANIFEST = sun/tools/jconsole/manifest
/openjdk7/jdk/make/java/management/
H A DMakefile38 MANIFEST = $(SMGMT_SRC)/manifest
120 $(AGENTJAR): $(LIBDIR) $(TEMPDIR)/manifest
121 $(BOOT_JAR_CMD) -cfm $(AGENTJAR) $(TEMPDIR)/manifest $(BOOT_JAR_JFLAGS)
124 $(TEMPDIR)/manifest: $(MANIFEST)
125 $(install-manifest-file)
132 $(RM) $(TEMPDIR)/manifest $(AGENTJAR)
/openjdk7/jdk/test/java/net/URLClassLoader/sealing/
H A DMakefile11 $(JBIN)/jar cmf manifest b.jar -C b p/B.class
/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A Donlymanifest.sh57 echo "Key: Value" > manifest
58 $JAR cvfm $JFILE manifest
/openjdk7/jdk/test/tools/launcher/
H A DZipMeUp.java26 * attribute in the manifest.
67 byte[] manifest = getManifestAsBytes(Integer.parseInt(args[1]));
70 ze.setSize(manifest.length);
71 ze.setCompressedSize(manifest.length);
75 zos.write(manifest);
/openjdk7/jdk/make/tools/freetypecheck/
H A DMakefile44 FT_LD_OPTIONS += /manifest
79 $(MT) /manifest $(FT_TEST).manifest /outputresource:$(FT_TEST);#1
/openjdk7/jdk/make/bridge/Jabswitch/
H A DMakefile44 JAB_MANIFEST_INP = $(CLOSED_PLATFORM_SRC)/native/sun/bridge/jabswitch.manifest
45 JAB_MANIFEST_OUT = $(TEMPDIR)/jabswitch.exe.intermediate.manifest
57 $(MT) /nologo /verbose /manifest $(JAB_MANIFEST_INP) /outputresource:$(JAB_EXE)
/openjdk7/jdk/src/share/demo/java2d/J2DBench/
H A DMakefile89 $(CLASSES)/j2dbench.manifest
90 jar cvmf $(CLASSES)/j2dbench.manifest $(DIST)/J2DBench.jar -C $(CLASSES) j2dbench
92 J2DAnalyzer.jar: $(J2DANALYZER_CLASSES) $(CLASSES)/j2danalyzer.manifest
93 jar cvmf $(CLASSES)/j2danalyzer.manifest \
104 $(CLASSES)/j2dbench.manifest:
107 $(CLASSES)/j2danalyzer.manifest:
/openjdk7/jdk/test/java/net/URLClassLoader/
H A DClassPathTest.java44 Manifest manifest; field in class:ClassPathTest
75 manifest = jarFile.getManifest();
80 //manifest = jarFile.getManifest();
81 mainAttributes = manifest.getMainAttributes();
82 map = manifest.getEntries();
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DSignatureFile.java41 * href="manifest.html">Manifest and Signature Format</a>. It has
49 * have a counterpart in the manifest). Like the manifest it contains
50 * a hash, the hash of the manifest section correspondind to the
51 * name. Since the manifest entry contains the hash of the data, this
53 * the manifest entry.
80 * The manifest we're working with. */
81 private Manifest manifest; field in class:SignatureFile
129 * Manifest. All entries in the manifest are signed.
131 * @param manifest th
139 SignatureFile(Manifest manifest, String name) argument
169 SignatureFile(Manifest manifest, String[] entries, String filename) argument
[all...]
H A DMain.java73 * Mflag: DO NOT generate a manifest file (just ZIP)
166 Manifest manifest = null;
172 manifest = new Manifest(new BufferedInputStream(in));
174 manifest = new Manifest();
176 addVersion(manifest);
177 addCreatedBy(manifest);
178 if (isAmbiguousMainClass(manifest)) {
185 addMainClass(manifest, ename);
201 create(new BufferedOutputStream(out, 4096), manifest);
220 InputStream manifest
465 create(OutputStream out, Manifest manifest) argument
[all...]
/openjdk7/hotspot/src/share/tools/LogCompilation/
H A DMakefile63 logc.jar: filelist manifest.mf
66 $(JAR) cvfm logc.jar manifest.mf -C $(OUTPUT_DIR) com
/openjdk7/jdk/test/java/rmi/reliability/scripts/
H A Dcreate_benchmark_jars.ksh48 jar cvfm `pwd`/rmibench.jar /tmp/rmibench/bench/rmi/manifest -C /tmp/rmibench .
68 jar cvfm `pwd`/serialbench.jar /tmp/serialbench/bench/serial/manifest -C /tmp/serialbench .
/openjdk7/jdk/src/share/bin/
H A Dparse_manifest.c37 static char *manifest; variable
42 * Inflate the manifest file (or any file for that matter).
51 * containing the inflated manifest file. When the caller is done with it,
185 * Locate the manifest file with the zip/jar file.
317 * manifest. If so, build the entry record from the data found in
375 * Note that a manifest file may be composed of multiple sections,
469 * Read the manifest from the specified jar file and fill in the manifest_info
475 * -2 Error accessing the manifest from within the jarfile (most likely
476 * a manifest is not present, or this isn't a valid zip/jar file).
505 manifest
[all...]
/openjdk7/jdk/make/javax/crypto/
H A DDefs-jce.gmk31 JCE_MANIFEST_FILE = $(TEMPDIR)/manifest.mf
/openjdk7/jdk/test/java/lang/instrument/appendToClassLoaderSearch/
H A Drun_tests.sh50 "$JAR" -cfm Agent.jar "${TESTSRC}"/manifest.mf Agent.class
/openjdk7/jdk/make/com/sun/java/pack/
H A DMakefile143 $(CAT) $(TOPDIR)/src/windows/resource/unpack200_proto.exe.manifest | $(SED_ALL_MANIFEST) > $(OBJDIR)/unpack200.exe.manifest
162 $(MT) /manifest $(OBJDIR)/unpack200$(EXE_SUFFIX).manifest /outputresource:$(TEMPDIR)/unpack200$(EXE_SUFFIX);#1
/openjdk7/jdk/make/mksample/webservices/EbayClient/
H A DMakefile48 $(SAMPLE_DST_DIR)/manifest.mf \
/openjdk7/jdk/make/mksample/webservices/EbayServer/
H A DMakefile46 $(SAMPLE_DST_DIR)/manifest.mf \
/openjdk7/jdk/make/mksample/scripting/scriptpad/
H A DMakefile48 $(SAMPLE_DST_DIR)/src/META-INF/manifest.mf \
/openjdk7/jdk/make/common/
H A DProgram.gmk169 $(OBJDIR)/$(PROGRAM).exe.manifest: $(JDK_TOPDIR)/src/windows/resource/java.manifest
177 # We used a hand-crafted manifest file for all executables.
180 $(OBJDIR)/$(PROGRAM)$(EXE_SUFFIX):: $(OBJDIR)/$(PROGRAM).lcf $(FILES_o) $(JLI_LCF) $(OBJDIR)/$(PROGRAM).exe.manifest
188 $(MT) /manifest $(OBJDIR)/$(PROGRAM).exe.manifest /outputresource:$@;#1
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXSLTC.java858 // create the manifest
859 final Manifest manifest = new Manifest();
860 final java.util.jar.Attributes atrs = manifest.getMainAttributes();
863 final Map map = manifest.getEntries();
864 // create manifest
879 new JarOutputStream(new FileOutputStream(jarFile), manifest);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DReference.java160 * @param manifest
166 protected Reference(Document doc, String BaseURI, String ReferenceURI, Manifest manifest, Transforms transforms, String messageDigestAlgorithm) argument
174 this._manifest = manifest;
213 * @param manifest is the {@link Manifest} of {@link SignedInfo} in which the Reference occurs. We need this because the Manifest has the individual {@link ResourceResolver}s whcih have been set by the user
216 protected Reference(Element element, String BaseURI, Manifest manifest) argument
229 this._manifest = manifest;
/openjdk7/jdk/src/share/classes/sun/launcher/
H A DLauncherHelper.java397 Manifest manifest = jarFile.getManifest();
398 if (manifest == null) {
401 Attributes mainAttrs = manifest.getMainAttributes();
445 * 1. gets the classname from a Jar's manifest, if necessary

Completed in 52 milliseconds

12