equal
deleted
inserted
replaced
23 # questions. |
23 # questions. |
24 # |
24 # |
25 |
25 |
26 include LauncherCommon.gmk |
26 include LauncherCommon.gmk |
27 |
27 |
28 $(eval $(call SetupLauncher,jar, \ |
28 $(eval $(call SetupBuildLauncher, jar, \ |
29 -DJAVA_ARGS='{ "-J-ms8m"$(COMMA) "sun.tools.jar.Main"$(COMMA) }')) |
29 MAIN_CLASS := sun.tools.jar.Main, \ |
|
30 )) |
30 |
31 |
31 $(eval $(call SetupLauncher,jarsigner, \ |
32 $(eval $(call SetupBuildLauncher, jarsigner, \ |
32 -DJAVA_ARGS='{ "-J-ms8m"$(COMMA) "sun.security.tools.jarsigner.Main"$(COMMA) }')) |
33 MAIN_CLASS := sun.security.tools.jarsigner.Main, \ |
|
34 )) |