< prev index next >

src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties

Print this page
rev 50498 : 8199871: Deprecate pack200 and unpack200 tools
Reviewed-by:

*** 129,138 **** --- 129,140 ---- Warning: entry {0} is a public class\n\ in a concealed package, placing this jar on the class path will result\n\ in incompatible public interfaces warn.release.unexpected.versioned.entry=\ unexpected versioned entry {0} + warn.flag.is.deprecated=\ + Warning: The {0} option is deprecated, and is planned for removal in a future JDK release\n out.added.manifest=\ added manifest out.added.module-info=\ added module-info: {0} out.automodule=\
*** 168,178 **** \ \ -x extract named (or all) files from archive\n\ \ \ -u update existing archive\n\ \ \ -v generate verbose output on standard output\n\ \ \ -f specify archive file name\n\ \ \ -m include manifest information from specified manifest file\n\ ! \ \ -n perform Pack200 normalization after creating a new archive\n\ \ \ -e specify application entry point for stand-alone application \n\ \ \ bundled into an executable jar file\n\ \ \ -0 store only; use no ZIP compression\n\ \ \ -P preserve leading '/' (absolute path) and ".." (parent directory) components from file names\n\ \ \ -M do not create a manifest file for the entries\n\ --- 170,181 ---- \ \ -x extract named (or all) files from archive\n\ \ \ -u update existing archive\n\ \ \ -v generate verbose output on standard output\n\ \ \ -f specify archive file name\n\ \ \ -m include manifest information from specified manifest file\n\ ! \ \ -n perform Pack200 normalization after creating a new archive,\n\ ! \ \ this option is deprecated, and is planned for removal in a future JDK release\n\ \ \ -e specify application entry point for stand-alone application \n\ \ \ bundled into an executable jar file\n\ \ \ -0 store only; use no ZIP compression\n\ \ \ -P preserve leading '/' (absolute path) and ".." (parent directory) components from file names\n\ \ \ -M do not create a manifest file for the entries\n\
*** 248,258 **** \ -v, --verbose Generate verbose output on standard output main.help.opt.create=\ \ Operation modifiers valid only in create mode:\n main.help.opt.create.normalize=\ \ -n, --normalize Normalize information in the new jar archive\n\ ! \ after creation main.help.opt.create.update=\ \ Operation modifiers valid only in create and update mode:\n main.help.opt.create.update.main-class=\ \ -e, --main-class=CLASSNAME The application entry point for stand-alone\n\ \ applications bundled into a modular, or executable,\n\ --- 251,262 ---- \ -v, --verbose Generate verbose output on standard output main.help.opt.create=\ \ Operation modifiers valid only in create mode:\n main.help.opt.create.normalize=\ \ -n, --normalize Normalize information in the new jar archive\n\ ! \ after creation. This option is deprecated, and is\n\ ! \ planned for removal in a future JDK release main.help.opt.create.update=\ \ Operation modifiers valid only in create and update mode:\n main.help.opt.create.update.main-class=\ \ -e, --main-class=CLASSNAME The application entry point for stand-alone\n\ \ applications bundled into a modular, or executable,\n\
< prev index next >