Changeset 382cbb1
- Timestamp:
- Feb 3, 2005 1:39:46 PM (16 years ago)
- Branches:
- master
- Children:
- af0e5545
- Parents:
- 252b523
- git-author:
- smeghead <smeghead> (02/03/05 13:39:46)
- git-committer:
- zzz <zzz@…> (02/03/05 13:39:46)
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
build.xml
r252b523 r382cbb1 214 214 <copy file="install-headless.txt" todir="pkg-temp/" /> 215 215 <copy file="history.txt" todir="pkg-temp/" /> 216 217 218 219 216 <mkdir dir="pkg-temp/scripts" /> 217 <copy file="apps/proxyscript/i2pProxy.pac" todir="pkg-temp/scripts/" /> 218 <copy file="core/perl/i2pbench.sh" todir="pkg-temp/scripts/" /> 219 <copy file="core/perl/i2ptest.sh" todir="pkg-temp/scripts/" /> 220 220 <mkdir dir="pkg-temp/docs" /> 221 221 <copy file="readme.html" todir="pkg-temp/docs/" /> -
core/perl/i2ptest.sh
r252b523 r382cbb1 3 3 # Use the "--sourcedir" parameter if running this from the source tree. 4 4 # Yeah yeah, a lot of repetitive code here, but it works for now. 5 6 #i2p/apps/proxyscript/i2pProxy.pac7 5 8 6 $runtime = "java"; -
history.txt
r252b523 r382cbb1 1 $Id: history.txt,v 1.135 2005/01/26 19:21:10 smeghead Exp $ 1 $Id: history.txt,v 1.136 2005/01/26 23:48:41 smeghead Exp $ 2 3 2005-02-03 smeghead 4 * Added Ant buildfile in apps/fortuna for creating a custom Fortuna PRNG jar 5 library from GNU Crypto's CVS HEAD sources. 2 6 3 7 2005-01-26 smeghead
Note: See TracChangeset
for help on using the changeset viewer.