|
From: <pe...@us...> - 2004-03-08 17:30:37
|
Update of /cvsroot/neuclear/neuclear-commons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32741 Modified Files: project.properties project.xml Log Message: Added CipherChannel and the beginnings of a Base32EncodingChannel. The AbstractCryptoChannel now is implemented with a pipe. You can get a readable channel with the source() method. To pipe a ReadableByteChannel or another instance of AbstractCryptoChannel into the channel you can now use the pipe() methods. Index: project.properties =================================================================== RCS file: /cvsroot/neuclear/neuclear-commons/project.properties,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** project.properties 2 Mar 2004 18:39:37 -0000 1.15 --- project.properties 8 Mar 2004 17:13:54 -0000 1.16 *************** *** 2,6 **** # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- ! #maven.test.skip=true maven.compile.debug = on --- 2,6 ---- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- ! maven.test.skip=true maven.compile.debug = on Index: project.xml =================================================================== RCS file: /cvsroot/neuclear/neuclear-commons/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** project.xml 20 Jan 2004 17:38:58 -0000 1.22 --- project.xml 8 Mar 2004 17:13:54 -0000 1.23 *************** *** 30,34 **** </repository> ! <siteAddress>neuclear.org</siteAddress> <siteDirectory>/home/sites/neuclear.org/public_html/commons/</siteDirectory> <issueTrackingUrl>http://jira.neuclear.org:8080/</issueTrackingUrl> --- 30,34 ---- </repository> ! <siteAddress>www.neuclear.org</siteAddress> <siteDirectory>/home/sites/neuclear.org/public_html/commons/</siteDirectory> <issueTrackingUrl>http://jira.neuclear.org:8080/</issueTrackingUrl> |