diff options
Diffstat (limited to 'Installer/makeNetscapeSignedJar-Win32.sh')
-rwxr-xr-x | Installer/makeNetscapeSignedJar-Win32.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Installer/makeNetscapeSignedJar-Win32.sh b/Installer/makeNetscapeSignedJar-Win32.sh index bb86f85..ef44100 100755 --- a/Installer/makeNetscapeSignedJar-Win32.sh +++ b/Installer/makeNetscapeSignedJar-Win32.sh @@ -5,9 +5,9 @@ # The Netscape signing keys were created using the Netscape signtool # utility, as follows: # copy key3.db and cert7.db from one of the users directories. -# signtool -d . -G GL4JInst204 +# signtool -d . -G GL4JInst282 # Enter the following information: -# certificate common name: GL4JInst204 +# certificate common name: GL4JInst282 # organization: GL4Java Development Team # organization unit: GL4JInst # state or province: NRW @@ -27,7 +27,7 @@ javac -classpath ".;..\\capsapi_classes.zip" *.java . versionundef.sh rm -rf META-INF -signtool -d . -e .class -k GL4JInst205 -Z GL4JInst_ns.jar -c9 --norecurse . +signtool -d . -e .class -k GL4JInst282 -Z GL4JInst_ns.jar -c9 --norecurse . rm -rf META-INF rm -f key3.db cert7.db *.class |