src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties
branchJDK-8200758-branch
changeset 57125 846d4865b362
parent 57119 b3dda8d77d8a
child 57140 3dcb33ce7ced
--- a/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties	Tue Jan 29 09:40:14 2019 -0500
+++ b/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties	Wed Jan 30 10:42:19 2019 -0500
@@ -142,7 +142,6 @@
 error.no-application-class.advice=Please specify main application class.
 error.no-main-module=Main application module is missing.
 error.no-main-module.advice=Make sure to use fx\:module task to create modular application.
-error.srcfiles.contain.modules=Error: Modules are not allowed in srcfiles: {0}.
 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
 error.no-main-class-with-main-jar.advice=Please specify a application class or ensure that the jar {0} specifies one in the manifest.
 error.no-main-class=An application class was not specified nor was one found in the supplied application resources