From: <ed...@bo...> - 2003-08-23 11:15:50
|
edwin 03/08/23 07:15:47 Modified: openpgp build.xml Log: Fix typo. Revision Changes Path 1.27 +1 -1 projects/openpgp/build.xml Index: build.xml =================================================================== RCS file: /home/cryptix-cvs/cvsroot/projects/openpgp/build.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- build.xml 16 Feb 2003 11:02:03 -0000 1.26 +++ build.xml 23 Aug 2003 11:15:47 -0000 1.27 @@ -281,7 +281,7 @@ <target name="ex_enc" depends="ex_Encrypt" /> <target name="ex_Encrypt" depends="compile"> <java classpath = "${classpath}" - classname = "cryptix.openpgp.examples." + classname = "cryptix.openpgp.examples.Encrypt" fork = "true" failonerror = "true" /> |