[Webfunds-commits] html/download/zip run run.bat
Ian Grigg
iang@cypherpunks.ai
Tue, 5 Sep 2000 15:48:06 -0400 (AST)
iang 00/09/05 15:48:05
Modified: download/zip run run.bat
Log:
dropped Cryptix.jar from scripts, no longer needed for WebFunds
Revision Changes Path
1.13 +1 -1 html/download/zip/run
Index: run
===================================================================
RCS file: /home/webfunds/cvsroot/html/download/zip/run,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- run 2000/08/28 14:36:06 1.12
+++ run 2000/09/05 19:48:05 1.13
@@ -85,7 +85,7 @@
[ -r "${java}" ] || echo "No JAVA found, WebFunds won't work!"
# these shouldn't need to change
-cryptix_jars=cryptix-jce-api.jar:cryptix-jce-provider.jar:cryptix-openpgp.jar:Cryptix.jar
+cryptix_jars=cryptix-jce-api.jar:cryptix-jce-provider.jar:cryptix-openpgp.jar
if $java11
then
cryptix_jars=cryptix-jce-compat.jar:${cryptix_jars}
1.12 +2 -2 html/download/zip/run.bat
Index: run.bat
===================================================================
RCS file: /home/webfunds/cvsroot/html/download/zip/run.bat,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- run.bat 2000/08/25 18:28:40 1.11
+++ run.bat 2000/09/05 19:48:05 1.12
@@ -37,11 +37,11 @@
REM --------------------------------------------------------------------
:run
IF "%JDK11%" == "YES" goto :compat
-SET WFCLASSPATH=cryptix-jce-api.jar;cryptix-jce-provider.jar;cryptix-openpgp.jar;Cryptix.jar;SOX.jar;WebFunds.jar;%CLASSPATH%
+SET WFCLASSPATH=cryptix-jce-api.jar;cryptix-jce-provider.jar;cryptix-openpgp.jar;SOX.jar;WebFunds.jar;%CLASSPATH%
goto :reallyrun
:compat
-SET WFCLASSPATH=cryptix-jce-compat.jar;cryptix-jce-api.jar;cryptix-jce-provider.jar;cryptix-openpgp.jar;Cryptix.jar;SOX.jar;WebFunds.jar;%CLASSPATH%
+SET WFCLASSPATH=cryptix-jce-compat.jar;cryptix-jce-api.jar;cryptix-jce-provider.jar;cryptix-openpgp.jar;SOX.jar;WebFunds.jar;%CLASSPATH%
goto :reallyrun