[Webfunds-commits] java init
Ian Grigg
iang@cypherpunks.ai
Mon, 10 Jul 2000 13:43:57 -0400 (AST)
iang 00/07/10 13:43:56
Modified: . init
Log:
added PGP jar - also you need to update the lib directory to get openpgp.jar
Revision Changes Path
1.25 +3 -2 java/init
Index: init
===================================================================
RCS file: /home/webfunds/cvsroot/java/init,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- init 2000/07/07 01:54:31 1.24
+++ init 2000/07/10 17:43:56 1.25
@@ -33,6 +33,7 @@
fi
export SOX_JAR=$LIB/SOX.jar:
+export PGP_JAR=$LIB/openpgp.jar:
#
# The directories to be compiled by the
@@ -58,9 +59,9 @@
if ${soxjar}
then
# export is useful for makefiles, etc that cannot recurse
- export classpath=$BUILD:$SWING:$SOX_JAR:$CRYPTIX
+ export classpath=$BUILD:$SWING:$SOX_JAR:$PGP_JAR:$CRYPTIX
else
- export classpath=$BUILD:$SWING:$CRYPTIX
+ export classpath=$BUILD:$SWING:$PGP_JAR:$CRYPTIX
fi
#