diff options
author | Sven Gothel <[email protected]> | 2001-12-11 07:38:23 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-12-11 07:38:23 +0000 |
commit | 10f15a12d51ef116c46140a45875c011d9c1dbd8 (patch) | |
tree | 32f65cb863a89b7cf96311cd91fa93e7abc1402a /Installer/makeNetscapeSignedJar-Win32.sh | |
parent | 6abd5e8b0dd518a2438000126ca5886124986040 (diff) |
GL4Java 2.8.2.0rel-2-8-2-0-rc
kbr's jawt synamic loader
installer fixes
minor cleanups
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 |