--- old/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/MessageBundle.properties 2016-09-22 17:06:50.849752841 +0300 +++ new/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/MessageBundle.properties 2016-09-22 17:06:50.749749750 +0300 @@ -1,5 +1,5 @@ # -# Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -59,6 +59,7 @@ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ If a directory is given, **/*.xjb is searched\n\ \ \ -d : generated files will go into this directory\n\ \ \ -p : specifies the target package\n\ +\ \ -m : generate module-info.java with given Java module name\n\ \ \ -httpproxy : set HTTP/HTTPS proxy. Format is [user[:password]@]proxyHost:proxyPort\n\ \ \ -httpproxyfile : Works like -httpproxy but takes the argument in a file to protect password \n\ \ \ -classpath : specify where to find user class files\n\ @@ -120,6 +121,9 @@ Driver.ILLEGAL_TARGET_VERSION = \ "{0}" is not a valid target version. "2.0" and "2.1" are supported. +# Java module name is invalid, {0} - Java module name. +Driver.INVALID_JAVA_MODULE_NAME = \ + invalid Java module name: "{0}" # Not concatenated with any other string (written on a separate line). Driver.MISSING_PROXYFILE = \