langtools/src/share/classes/com/sun/tools/javac/resources/javac.properties
changeset 6575 ae1798028008
parent 5520 86e4b9a9da40
child 7681 1f0819a3341f
equal deleted inserted replaced
6574:7729fe9665a2 6575:ae1798028008
    72 javac.opt.Werror=\
    72 javac.opt.Werror=\
    73     Terminate compilation if warnings occur
    73     Terminate compilation if warnings occur
    74 javac.opt.A=\
    74 javac.opt.A=\
    75     Options to pass to annotation processors
    75     Options to pass to annotation processors
    76 javac.opt.implicit=\
    76 javac.opt.implicit=\
    77     Specify whether or not to generate class files for implicitly referenced files 
    77     Specify whether or not to generate class files for implicitly referenced files
       
    78 javac.opt.pkginfo=\
       
    79     Specify handling of package-info files
    78 javac.opt.arg.class=\
    80 javac.opt.arg.class=\
    79     <class>
    81     <class>
    80 javac.opt.arg.class.list=\
    82 javac.opt.arg.class.list=\
    81     <class1>[,<class2>,<class3>...]
    83     <class1>[,<class2>,<class3>...]
    82 javac.opt.arg.flag=\
    84 javac.opt.arg.flag=\
   187     Usage: {0} <options> <source files>\n\
   189     Usage: {0} <options> <source files>\n\
   188     use -help for a list of possible options
   190     use -help for a list of possible options
   189 
   191 
   190 javac.msg.usage.nonstandard.footer=\
   192 javac.msg.usage.nonstandard.footer=\
   191 These options are non-standard and subject to change without notice.
   193 These options are non-standard and subject to change without notice.
   192 	
   194 
   193 javac.msg.bug=\
   195 javac.msg.bug=\
   194 An exception has occurred in the compiler ({0}). \
   196 An exception has occurred in the compiler ({0}). \
   195 Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  \
   197 Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  \
   196 after checking the Bug Parade for duplicates. \
   198 after checking the Bug Parade for duplicates. \
   197 Include your program and the following diagnostic in your report.  Thank you.
   199 Include your program and the following diagnostic in your report.  Thank you.