From 382cbb18dbade92c2f540e54925e052074340664 Mon Sep 17 00:00:00 2001 From: smeghead Date: Thu, 3 Feb 2005 13:39:46 +0000 Subject: [PATCH] 2005-02-03 smeghead * Added Ant buildfile in apps/fortuna for creating a custom Fortuna PRNG jar library from GNU Crypto's CVS HEAD sources. --- apps/fortuna/build.xml | 106 +++++++++++++++++++++++++++++++++++++++++ build.xml | 8 ++-- core/perl/i2ptest.sh | 2 - history.txt | 6 ++- 4 files changed, 115 insertions(+), 7 deletions(-) create mode 100644 apps/fortuna/build.xml diff --git a/apps/fortuna/build.xml b/apps/fortuna/build.xml new file mode 100644 index 000000000..50fdf2465 --- /dev/null +++ b/apps/fortuna/build.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+
+
+ +
+ + + + + + + +
diff --git a/build.xml b/build.xml index e22564690..77575c2af 100644 --- a/build.xml +++ b/build.xml @@ -213,10 +213,10 @@ - - - - + + + + diff --git a/core/perl/i2ptest.sh b/core/perl/i2ptest.sh index a9e565412..9b5229f35 100644 --- a/core/perl/i2ptest.sh +++ b/core/perl/i2ptest.sh @@ -3,8 +3,6 @@ # Use the "--sourcedir" parameter if running this from the source tree. # Yeah yeah, a lot of repetitive code here, but it works for now. -#i2p/apps/proxyscript/i2pProxy.pac - $runtime = "java"; $classpath = "../lib/i2p.jar:../lib/jbigi.jar"; diff --git a/history.txt b/history.txt index 6b500988f..540bec85e 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,8 @@ -$Id: history.txt,v 1.135 2005/01/26 19:21:10 smeghead Exp $ +$Id: history.txt,v 1.136 2005/01/26 23:48:41 smeghead Exp $ + +2005-02-03 smeghead + * Added Ant buildfile in apps/fortuna for creating a custom Fortuna PRNG jar + library from GNU Crypto's CVS HEAD sources. 2005-01-26 smeghead * i2pProxy.pac, i2pbench.sh, and i2ptest.sh are now shipped with the dist