jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties
changeset 43791 116beb9c53a5
parent 43729 21db38703675
child 43837 51a9f82cff03
equal deleted inserted replaced
43790:b9e56c7fba7e 43791:116beb9c53a5
    38 
    38 
    39 compress.argument=<0|1|2>[:filter=<pattern-list>]
    39 compress.argument=<0|1|2>[:filter=<pattern-list>]
    40 
    40 
    41 compress.description=\
    41 compress.description=\
    42 Compress all resources in the output image.\n\
    42 Compress all resources in the output image.\n\
    43 Level 0: constant string sharing\n\
    43 Level 0: No compression\n\
    44 Level 1: ZIP\n\
    44 Level 1: Constant string sharing\n\
    45 Level 2: both.\n\
    45 Level 2: ZIP.\n\
    46 An optional <pattern-list> filter can be specified to list the pattern of\n\
    46 An optional <pattern-list> filter can be specified to list the pattern of\n\
    47 files to be included.
    47 files to be included.
    48 
    48 
    49 compact-cp.argument=<resource paths>
    49 compact-cp.argument=<resource paths>
    50 
    50 
   146 
   146 
   147 plugin.opt.disable-plugin=\
   147 plugin.opt.disable-plugin=\
   148 \      --disable-plugin <pluginname>     Disable the plugin mentioned
   148 \      --disable-plugin <pluginname>     Disable the plugin mentioned
   149 
   149 
   150 plugin.opt.compress=\
   150 plugin.opt.compress=\
   151 \  -c, --compress=<0|1|2>                Enable compression of resources\n\
   151 \  -c, --compress=<0|1|2>                Enable compression of resources:\n\
   152 \                                        More details in --list-plugins option
   152 \                                          Level 0: No compression\n\
       
   153 \                                          Level 1: Constant string sharing\n\
       
   154 \                                          Level 2: ZIP
   153 
   155 
   154 plugin.opt.strip-debug=\
   156 plugin.opt.strip-debug=\
   155 \  -G, --strip-debug                     Strip debug information
   157 \  -G, --strip-debug                     Strip debug information
   156 
   158 
   157 plugin.opt.no-man-pages=\
   159 plugin.opt.no-man-pages=\