From 10f15a12d51ef116c46140a45875c011d9c1dbd8 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 11 Dec 2001 07:38:23 +0000 Subject: GL4Java 2.8.2.0 kbr's jawt synamic loader installer fixes minor cleanups --- Installer/makeNetscapeSignedJar-Win32.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Installer/makeNetscapeSignedJar-Win32.sh') 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 -- cgit v1.2.3