[Webfunds-commits] java init init_sox

Ian Grigg iang@cypherpunks.ai
Fri, 11 Aug 2000 16:16:11 -0400 (AST)


iang        00/08/11 16:16:11

  Modified:    .        init init_sox
  Log:
  modified to get OpenPGPSignWizard back into WebFunds.  Also do a
  'cvs update -dAP lib java' and update SWING to the FINAL version
  currently available from Sun.

Revision  Changes    Path
1.27      +1 -1      java/init

Index: init
===================================================================
RCS file: /home/webfunds/cvsroot/java/init,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- init	2000/08/01 00:02:09	1.26
+++ init	2000/08/11 20:16:11	1.27
@@ -21,7 +21,7 @@
 
 # sets SOX_CLASSPATH SOX_DIRS SOX_JAR SOX_BUILD
 . ./init_sox
-export WF_DIRS="webfunds/client/utils webfunds/client/sun webfunds/client/contracts webfunds/client/plugins webfunds/client/sox webfunds/client"
+export WF_DIRS="webfunds/client/utils webfunds/client/sun webfunds/client/contracts webfunds/client/contracts/wizard webfunds/client/plugins webfunds/client/sox webfunds/client"
 
 #
 #  Now set it up for the local application - WebFunds



1.2       +2 -2      java/init_sox

Index: init_sox
===================================================================
RCS file: /home/webfunds/cvsroot/java/init_sox,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- init_sox	2000/08/01 00:02:09	1.1
+++ init_sox	2000/08/11 20:16:11	1.2
@@ -33,7 +33,7 @@
 
 lib=${WEBFUNDS_LIB}
 export CRYPTIX=$lib/cryptix-jce-compat.jar:$lib/Cryptix.jar:$lib/cryptix-jce-api.jar:$lib/cryptix-jce-provider.jar:$lib/cryptix-jce-tests.jar
-export PGP_JAR=$lib/openpgp.jar
+export PGP_JAR=$lib/cryptix-openpgp.jar
 export CRYPTIX_CLASSPATH=$PGP_JAR:$CRYPTIX
 
 #
@@ -51,7 +51,7 @@
 #  webfunds/x509 java/security/cert are temporaries until
 #  the compat stuff goes properly into Cryptix JCE.
 #
-export SOX_DIRS="webfunds/x509 java/security/cert webfunds/utils webfunds/sox webfunds/store webfunds/ricardian"
+export SOX_DIRS="webfunds/x509 java/security/cert webfunds/openpgp/cert webfunds/utils webfunds/sox webfunds/store webfunds/ricardian"
 
 
 #