src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties
changeset 58842 6c255334120d
parent 54824 adb3a3aa2e52
equal deleted inserted replaced
58836:31ec3e55fa3d 58842:6c255334120d
     1 #
     1 #
     2 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    20 #
    20 #
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22 # or visit www.oracle.com if you need additional information or have any
    22 # or visit www.oracle.com if you need additional information or have any
    23 # questions.
    23 # questions.
    24 #
    24 #
       
    25 
       
    26 add-options.argument=<options>
       
    27 
       
    28 add-options.description=\
       
    29 Prepend the specified <options> string, which may include\n\
       
    30 whitespace, before any other options when invoking the virtual machine\n\
       
    31 in the resulting image.
    25 
    32 
    26 release-info.argument=<file>|add:<key1>=<value1>:<key2>=<value2>:...|del:<key list>
    33 release-info.argument=<file>|add:<key1>=<value1>:<key2>=<value2>:...|del:<key list>
    27 
    34 
    28 release-info.description=\
    35 release-info.description=\
    29 <file> option is to load release properties from the supplied file.\n\
    36 <file> option is to load release properties from the supplied file.\n\
   103 Strip Java debug attributes from classes in the output image
   110 Strip Java debug attributes from classes in the output image
   104 
   111 
   105 strip-native-commands.description=\
   112 strip-native-commands.description=\
   106 Exclude native commands (such as java/java.exe) from the image
   113 Exclude native commands (such as java/java.exe) from the image
   107 
   114 
       
   115 vendor-version.argument=<vendor-version>
       
   116 
       
   117 vendor-version.description=\
       
   118 Override the vendor version string baked into the build, if any.\n\
       
   119 The value of the system property "java.vendor.version" will be <vendor-version>.
       
   120 
       
   121 vendor-bug-url.argument=<vendor-bug-url>
       
   122 
       
   123 vendor-bug-url.description=\
       
   124 Override the vendor bug URL baked into the build.  The value\n\
       
   125 of the system property "java.vendor.url.bug" will be <vendor-url-bug>.
       
   126 
       
   127 vendor-vm-bug-url.argument=<vendor-vm-bug-url>
       
   128 
       
   129 vendor-vm-bug-url.description=\
       
   130 Override the vendor VM bug URL baked into the build.  The URL\n\
       
   131 displayed in VM error logs will be <vendor-vm-bug-url>.
       
   132 
   108 vm.argument=<client|server|minimal|all>
   133 vm.argument=<client|server|minimal|all>
   109 
   134 
   110 vm.description=\
   135 vm.description=\
   111 Select the HotSpot VM in the output image.  Default is all
   136 Select the HotSpot VM in the output image.  Default is all
   112 
   137