Author: rgoers
Date: Sat Apr 11 06:37:27 2009
New Revision: 764169
URL: http://svn.apache.org/viewvc?rev=764169&view=rev
Log:
Add subversion properties
Modified:
commons/proper/configuration/trunk/conf/01/testMultiConfiguration_1001.xml
(props changed)
commons/proper/configuration/trun
Author: grobmeier
Date: Fri Apr 10 20:45:11 2009
New Revision: 764045
URL: http://svn.apache.org/viewvc?rev=764045&view=rev
Log:
added deleteDir method to ChangeSet to avoid confusion with delete for files
fixed ClassCastException in testcases which raised due to this fix
Modified:
commons/
Author: grobmeier
Date: Fri Apr 10 19:56:04 2009
New Revision: 764023
URL: http://svn.apache.org/viewvc?rev=764023&view=rev
Log:
removed unnecessary methods from the old drafts
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStr
Author: grobmeier
Date: Fri Apr 10 19:46:02 2009
New Revision: 764013
URL: http://svn.apache.org/viewvc?rev=764013&view=rev
Log:
fixed inline docs
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.java
Modified:
commons/p
Author: grobmeier
Date: Fri Apr 10 19:36:26 2009
New Revision: 764009
URL: http://svn.apache.org/viewvc?rev=764009&view=rev
Log:
added myself :-)
Modified:
commons/proper/compress/trunk/pom.xml
Modified: commons/proper/compress/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/
Author: grobmeier
Date: Fri Apr 10 19:35:04 2009
New Revision: 764007
URL: http://svn.apache.org/viewvc?rev=764007&view=rev
Log:
removed copyEntryContents since it mixes up reading and writing
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/Tar
Author: mbenson
Date: Fri Apr 10 16:23:57 2009
New Revision: 763974
URL: http://svn.apache.org/viewvc?rev=763974&view=rev
Log:
just use LinkedHashMap instead of ListOrderedMap, dogfood notwithstanding
Modified:
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/EntityMa
Author: grobmeier
Date: Fri Apr 10 15:36:15 2009
New Revision: 763964
URL: http://svn.apache.org/viewvc?rev=763964&view=rev
Log:
COMPRESS-56: enabled counting read bytes in InputStreams and added this
information to exceptions, where it seems to fit.
Modified:
commons/proper/compress/trunk/