diff -r bb1eb01b8c41 -r 2d8dec41f029 langtools/src/share/classes/com/sun/tools/jdeps/resources/jdeps.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/langtools/src/share/classes/com/sun/tools/jdeps/resources/jdeps.properties Fri Dec 28 22:25:21 2012 -0800 @@ -0,0 +1,57 @@ +main.usage.summary=\ +Usage: {0} \n\ +use -h, -? or --help for a list of possible options + +main.usage=\ +Usage: {0} \n\ +where can be a pathname to a .class file, a directory, a JAR file,\n\ +or a fully-qualified classname or wildcard "*". Possible options include: + +error.prefix=Error: +warn.prefix=Warning: + +main.opt.h=\ +\ -h -? --help Print this usage message + +main.opt.version=\ +\ --version Version information + +main.opt.V=\ +\ -V --verbose-level= Print package-level or class-level dependencies\n\ +\ Valid levels are: "package" and "class" + +main.opt.v=\ +\ -v --verbose Print additional information + +main.opt.s=\ +\ -s --summary Print dependency summary only + +main.opt.p=\ +\ -p --package= Restrict analysis to classes in this package\n\ +\ (may be given multiple times) + +main.opt.e=\ +\ -e --regex= Restrict analysis to packages matching pattern\n\ +\ (-p and -e are exclusive) + +main.opt.P=\ +\ -P --profile Show profile or the file containing a package + +main.opt.c=\ +\ -c --classpath= Specify where to find class files + +main.opt.R=\ +\ -R --recursive Recursively traverse all dependencies + +main.opt.d=\ +\ -d --depth= Specify the depth of the transitive dependency analysis + +err.unknown.option=unknown option: {0} +err.missing.arg=no value given for {0} +err.internal.error=internal error: {0} {1} {2} +err.invalid.arg.for.option=invalid argument for option: {0} +err.option.after.class=option must be specified before classes: {0} +warn.invalid.arg=Invalid classname or pathname not exist: {0} +warn.split.package=package {0} defined in {1} {2} + +artifact.not.found=not found