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: http://svn.apache.

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) com

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 commons/proper/lang/trunk/src/main/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 is