I grow tired of having a commons-io dependency (and all the crap that comes

along with it just to have essentially two methods:

copy(InputStream,OutputStream) and toString(InputStream)

We'll just duplicate those ten lines of code and save a dozen of our libraries
some trouble. This is a precursor to a possible Velocity jihad because Velocity
is pissing me off by not working because of some bullshit classloader
tomfoolery that is the sort of thing that makes Java programmers want to jump
butt first off the building.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@2586 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2009-07-12 20:52:39 +00:00
parent 96f48149a2
commit 5c46986b00
5 changed files with 113 additions and 16 deletions
-3
View File
@@ -3,10 +3,7 @@
<project name="library-dependencies">
<fileset dir="${libs.dir}" id="samskivert.libs">
<include name="ant.jar"/>
<include name="commons-collections.jar"/>
<include name="commons-digester.jar"/>
<include name="commons-io.jar"/>
<include name="commons-logging.jar"/>
<include name="ehcache.jar"/>
<include name="junit-3.7.jar"/>
<include name="junit4.jar"/>