svn commit: r1527276 - in /commons/proper/compress/trunk/src: changes/changes.xml site/xdoc/examples.xml site/xdoc/index.xml

2013-09-29 Thread bodewig
Author: bodewig Date: Sun Sep 29 06:35:11 2013 New Revision: 1527276 URL: http://svn.apache.org/r1527276 Log: properly document the current level of support provided for 7z Modified: commons/proper/compress/trunk/src/changes/changes.xml

svn commit: r1527360 - /commons/proper/configuration/trunk/src/changes/changes.xml

2013-09-29 Thread oheger
Author: oheger Date: Sun Sep 29 17:35:28 2013 New Revision: 1527360 URL: http://svn.apache.org/r1527360 Log: Updated changes.xml. Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/proper/configuration/trunk/src/changes/changes.xml URL:

svn commit: r1527363 - in /commons/proper/configuration/trunk/src/test: java/org/apache/commons/configuration/io/TestDefaultFileSystem.java resources/testCCFileSystemSubConfig.xml

2013-09-29 Thread oheger
Author: oheger Date: Sun Sep 29 17:41:26 2013 New Revision: 1527363 URL: http://svn.apache.org/r1527363 Log: Missing svn properties. Modified: commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/io/TestDefaultFileSystem.java (contents, props changed)

svn commit: r1527373 - in /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3: StringUtils.java text/StrSubstitutor.java

2013-09-29 Thread ggregory
Author: ggregory Date: Sun Sep 29 18:06:03 2013 New Revision: 1527373 URL: http://svn.apache.org/r1527373 Log: Eat own dog food: use StringUtils.isEmpty(). Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

svn commit: r1527396 - in /commons/proper/configuration/trunk/src: changes/changes.xml main/java/org/apache/commons/configuration/XMLConfiguration.java test/java/org/apache/commons/configuration/TestX

2013-09-29 Thread oheger
Author: oheger Date: Sun Sep 29 20:12:54 2013 New Revision: 1527396 URL: http://svn.apache.org/r1527396 Log: [CONFIGURATION-555] Fixed a problem with the handling of the xml:space attribute. The attribute was only evaluated for sub elements, but not for the current element. However, now there