8003960: build-infra: Jarsigner launcher has wrong classname
authorerikj
Wed, 28 Nov 2012 09:47:25 +0100
changeset 14523 643702cd3aa8
parent 14522 87b7516ae25f
child 14524 f2953186ad92
8003960: build-infra: Jarsigner launcher has wrong classname Summary: Fixed package name in launcher Reviewed-by: alanb, ohair, ohrstrom
jdk/makefiles/CompileLaunchers.gmk
--- a/jdk/makefiles/CompileLaunchers.gmk	Thu Nov 15 00:55:17 2012 +0000
+++ b/jdk/makefiles/CompileLaunchers.gmk	Wed Nov 28 09:47:25 2012 +0100
@@ -238,7 +238,7 @@
     -DJAVA_ARGS='{ "-J-ms8m"$(COMMA) "sun.tools.jar.Main"$(COMMA) }'))
 
 $(eval $(call SetupLauncher,jarsigner,\
-    -DJAVA_ARGS='{ "-J-ms8m"$(COMMA) "sun.security.tools.jarSigner.Main"$(COMMA) }'))
+    -DJAVA_ARGS='{ "-J-ms8m"$(COMMA) "sun.security.tools.jarsigner.Main"$(COMMA) }'))
 
 $(eval $(call SetupLauncher,javac,\
     -DEXPAND_CLASSPATH_WILDCARDS \