langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
changeset 37848 3c8ff4204d2d
parent 37394 c36230ee15d9
child 40308 274367a99f98
equal deleted inserted replaced
37743:025ef287342f 37848:3c8ff4204d2d
    51     Override location of bootstrap class files
    51     Override location of bootstrap class files
    52 javac.opt.system=\
    52 javac.opt.system=\
    53     Override location of system modules
    53     Override location of system modules
    54 javac.opt.upgrademodulepath=\
    54 javac.opt.upgrademodulepath=\
    55     Override location of upgradeable modules
    55     Override location of upgradeable modules
    56 javac.opt.Xbootclasspath.p=\
       
    57     Prepend to the bootstrap class path
       
    58 javac.opt.Xbootclasspath.a=\
       
    59     Append to the bootstrap class path
       
    60 javac.opt.Xpatch=\
       
    61     Specify location of module class files to patch
       
    62 javac.opt.endorseddirs=\
    56 javac.opt.endorseddirs=\
    63     Override location of endorsed standards path
    57     Override location of endorsed standards path
    64 javac.opt.extdirs=\
    58 javac.opt.extdirs=\
    65     Override location of installed extensions
    59     Override location of installed extensions
    66 javac.opt.processorpath=\
    60 javac.opt.processorpath=\
   158     Version information
   152     Version information
   159 javac.opt.arg.pathname=\
   153 javac.opt.arg.pathname=\
   160     <pathname>
   154     <pathname>
   161 javac.opt.arg.file=\
   155 javac.opt.arg.file=\
   162     <filename>
   156     <filename>
       
   157 javac.opt.Xbootclasspath.p=\
       
   158     Prepend to the bootstrap class path
       
   159 javac.opt.Xbootclasspath.a=\
       
   160     Append to the bootstrap class path
   163 javac.opt.Xlint=\
   161 javac.opt.Xlint=\
   164     Enable recommended warnings
   162     Enable recommended warnings
   165 javac.opt.Xlint.all=\
   163 javac.opt.Xlint.all=\
   166     Enable all warnings
   164     Enable all warnings
   167 javac.opt.Xlint.none=\
   165 javac.opt.Xlint.none=\
   284 javac.opt.addReads=\n\
   282 javac.opt.addReads=\n\
   285 \        Specify additional modules to be considered as required by a given module.\n\
   283 \        Specify additional modules to be considered as required by a given module.\n\
   286 \        <other-module> may be ALL-UNNAMED to require the unnamed module.
   284 \        <other-module> may be ALL-UNNAMED to require the unnamed module.
   287 javac.opt.arg.addReads=\
   285 javac.opt.arg.addReads=\
   288     <module>=<other-module>(,<other-module>)*
   286     <module>=<other-module>(,<other-module>)*
       
   287 javac.opt.patch=\n\
       
   288 \        Override or augment a module with classes and resources\n\
       
   289 \        in JAR files or directories
       
   290 javac.opt.arg.patch=\
       
   291     <module>=<file>(:<file>)*
   289 javac.opt.module=\
   292 javac.opt.module=\
   290     Specify a module to which the classes being compiled belong.
   293     Specify a module to which the classes being compiled belong.
   291 javac.opt.arg.module=\
   294 javac.opt.arg.module=\
   292     <module-name>
   295     <module-name>
   293 javac.opt.addmods=\n\
   296 javac.opt.addmods=\n\