8003960: build-infra: Jarsigner launcher has wrong classname

Fixed package name in launcher

Reviewed-by: alanb, ohair, ohrstrom
This commit is contained in:
Erik Joelsson 2012-11-28 09:47:25 +01:00
parent 10568b5266
commit b197a6ca68

View File

@ -238,7 +238,7 @@ $(eval $(call SetupLauncher,jar,\
-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 \