svn commit: r1432573 - /commons/proper/logging/trunk/checkstyle.xml

2013-01-13 Thread tn
Author: tn Date: Sun Jan 13 10:12:33 2013 New Revision: 1432573 URL: http://svn.apache.org/viewvc?rev=1432573view=rev Log: Update checkstyle rules with the settings from codec. Modified: commons/proper/logging/trunk/checkstyle.xml Modified: commons/proper/logging/trunk/checkstyle.xml URL:

svn commit: r1432579 [3/3] - /commons/proper/daemon/branches/1.0.x/src/native/unix/configure

2013-01-13 Thread mturk
Propchange: commons/proper/daemon/branches/1.0.x/src/native/unix/configure -- svn:eol = native Propchange: commons/proper/daemon/branches/1.0.x/src/native/unix/configure

svn commit: r1432579 [1/3] - /commons/proper/daemon/branches/1.0.x/src/native/unix/configure

2013-01-13 Thread mturk
Author: mturk Date: Sun Jan 13 10:41:04 2013 New Revision: 1432579 URL: http://svn.apache.org/viewvc?rev=1432579view=rev Log: Add prebuilt configure Added: commons/proper/daemon/branches/1.0.x/src/native/unix/configure (with props)

svn commit: r1432580 [1/2] - in /commons/proper/logging/trunk: ./ src/java/org/apache/commons/logging/ src/java/org/apache/commons/logging/impl/

2013-01-13 Thread tn
Author: tn Date: Sun Jan 13 10:41:05 2013 New Revision: 1432580 URL: http://svn.apache.org/viewvc?rev=1432580view=rev Log: Remove trailing spaces. Modified: commons/proper/logging/trunk/license-header.txt commons/proper/logging/trunk/src/java/org/apache/commons/logging/Log.java

svn commit: r1432581 - /commons/proper/daemon/tags/COMMONS_DAEMON_1_0_12_RC1/

2013-01-13 Thread mturk
Author: mturk Date: Sun Jan 13 10:41:56 2013 New Revision: 1432581 URL: http://svn.apache.org/viewvc?rev=1432581view=rev Log: Axe 1.0.12 RC1 tag Removed: commons/proper/daemon/tags/COMMONS_DAEMON_1_0_12_RC1/

svn commit: r1432582 - /commons/proper/daemon/branches/1.0.x/pom.xml

2013-01-13 Thread mturk
Author: mturk Date: Sun Jan 13 10:42:37 2013 New Revision: 1432582 URL: http://svn.apache.org/viewvc?rev=1432582view=rev Log: Use correct version Modified: commons/proper/daemon/branches/1.0.x/pom.xml Modified: commons/proper/daemon/branches/1.0.x/pom.xml URL:

svn commit: r1432583 - /commons/proper/daemon/tags/COMMONS_DAEMON_1_0_12_RC1/

2013-01-13 Thread mturk
Author: mturk Date: Sun Jan 13 10:42:57 2013 New Revision: 1432583 URL: http://svn.apache.org/viewvc?rev=1432583view=rev Log: Re-tag 1.0.12 RC1 Added: commons/proper/daemon/tags/COMMONS_DAEMON_1_0_12_RC1/ - copied from r1432582, commons/proper/daemon/branches/1.0.x/

svn commit: r1432587 [2/2] - in /commons/proper/logging/trunk/src/test/org/apache/commons/logging: ./ avalon/ config/ impl/ jdk14/ log4j/ log4j/log4j12/ logkit/ noop/ pathable/ security/ servlet/ simp

2013-01-13 Thread tn
Modified: commons/proper/logging/trunk/src/test/org/apache/commons/logging/security/SecurityAllowedTestCase.java URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/test/org/apache/commons/logging/security/SecurityAllowedTestCase.java?rev=1432587r1=1432586r2=1432587view=diff

svn commit: r1432623 - /commons/proper/logging/trunk/pom.xml

2013-01-13 Thread tn
Author: tn Date: Sun Jan 13 14:09:59 2013 New Revision: 1432623 URL: http://svn.apache.org/viewvc?rev=1432623view=rev Log: Upgrade checkstyle plugin. Modified: commons/proper/logging/trunk/pom.xml Modified: commons/proper/logging/trunk/pom.xml URL:

svn commit: r1432652 - /commons/proper/math/trunk/src/site/xdoc/userguide/linear.xml

2013-01-13 Thread psteitz
Author: psteitz Date: Sun Jan 13 16:24:06 2013 New Revision: 1432652 URL: http://svn.apache.org/viewvc?rev=1432652view=rev Log: Fixed error (reference to deleted class); added factory method example. Modified: commons/proper/math/trunk/src/site/xdoc/userguide/linear.xml Modified:

svn commit: r1432656 - /commons/proper/math/trunk/src/site/xdoc/userguide/linear.xml

2013-01-13 Thread psteitz
Author: psteitz Date: Sun Jan 13 16:53:12 2013 New Revision: 1432656 URL: http://svn.apache.org/viewvc?rev=1432656view=rev Log: Replaced reference to deleted class. Modified: commons/proper/math/trunk/src/site/xdoc/userguide/linear.xml Modified:

svn commit: r1432663 - in /commons/proper/logging/trunk: ./ src/java/org/apache/commons/logging/ src/java/org/apache/commons/logging/impl/

2013-01-13 Thread tn
Author: tn Date: Sun Jan 13 17:24:18 2013 New Revision: 1432663 URL: http://svn.apache.org/viewvc?rev=1432663view=rev Log: Move authors to pom.xml. Modified: commons/proper/logging/trunk/pom.xml commons/proper/logging/trunk/src/java/org/apache/commons/logging/Log.java

svn commit: r1432675 - in /commons/proper/logging/trunk/src/java/org/apache/commons/logging: LogFactory.java LogSource.java impl/Jdk14Logger.java impl/Log4JLogger.java impl/SimpleLog.java

2013-01-13 Thread tn
Author: tn Date: Sun Jan 13 17:53:30 2013 New Revision: 1432675 URL: http://svn.apache.org/viewvc?rev=1432675view=rev Log: Formatting. Modified: commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java

svn commit: r1432679 - /commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/LogFactoryImpl.java

2013-01-13 Thread tn
Author: tn Date: Sun Jan 13 17:58:20 2013 New Revision: 1432679 URL: http://svn.apache.org/viewvc?rev=1432679view=rev Log: Prevent potential null-pointer access warning. Modified: commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/LogFactoryImpl.java Modified:

svn commit: r1432683 - /commons/proper/math/trunk/src/changes/changes.xml

2013-01-13 Thread erans
Author: erans Date: Sun Jan 13 18:03:48 2013 New Revision: 1432683 URL: http://svn.apache.org/viewvc?rev=1432683view=rev Log: Updated changes.xml. Modified: commons/proper/math/trunk/src/changes/changes.xml Modified: commons/proper/math/trunk/src/changes/changes.xml URL:

svn commit: r1432686 - /commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java

2013-01-13 Thread tn
Author: tn Date: Sun Jan 13 18:10:17 2013 New Revision: 1432686 URL: http://svn.apache.org/viewvc?rev=1432686view=rev Log: Formatting of try/catch blocks. Modified: commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java Modified:

svn commit: r1432688 - /commons/proper/logging/trunk/pom.xml

2013-01-13 Thread tn
Author: tn Date: Sun Jan 13 18:14:24 2013 New Revision: 1432688 URL: http://svn.apache.org/viewvc?rev=1432688view=rev Log: Upgrade test dependencies: log4j 1.2.17, avalong-framework 4.1.5 Modified: commons/proper/logging/trunk/pom.xml Modified: commons/proper/logging/trunk/pom.xml URL:

svn commit: r1432690 - in /commons/proper/logging/trunk: pom.xml src/java/ src/main/ src/main/java/

2013-01-13 Thread tn
Author: tn Date: Sun Jan 13 18:22:20 2013 New Revision: 1432690 URL: http://svn.apache.org/viewvc?rev=1432690view=rev Log: Move source to standard maven location. Added: commons/proper/logging/trunk/src/main/ commons/proper/logging/trunk/src/main/java/ - copied from r1432689,

svn commit: r1432691 - in /commons/proper/logging/trunk/src/test: java/ resources/

2013-01-13 Thread tn
Author: tn Date: Sun Jan 13 18:26:01 2013 New Revision: 1432691 URL: http://svn.apache.org/viewvc?rev=1432691view=rev Log: Added standard test directories. Added: commons/proper/logging/trunk/src/test/java/ commons/proper/logging/trunk/src/test/resources/

svn commit: r1432695 - in /commons/proper/logging/trunk/src/test: java/org/ org/

2013-01-13 Thread tn
Author: tn Date: Sun Jan 13 18:38:37 2013 New Revision: 1432695 URL: http://svn.apache.org/viewvc?rev=1432695view=rev Log: Move test classes to src/test/java Added: commons/proper/logging/trunk/src/test/java/org/ - copied from r1432692, commons/proper/logging/trunk/src/test/org/

svn commit: r1432702 - in /commons/proper/logging/trunk: ./ src/test/java/org/apache/commons/logging/config/nopriority/ src/test/java/org/apache/commons/logging/config/priority10/ src/test/java/org/ap

2013-01-13 Thread tn
Author: tn Date: Sun Jan 13 19:14:05 2013 New Revision: 1432702 URL: http://svn.apache.org/viewvc?rev=1432702view=rev Log: Move test resources to src/test/resources. Added: commons/proper/logging/trunk/src/test/resources/org/ commons/proper/logging/trunk/src/test/resources/org/apache/

svn commit: r1432710 - in /commons/proper/logging/trunk/src/site/xdoc: guide.xml tech.xml troubleshooting.xml

2013-01-13 Thread tn
Author: tn Date: Sun Jan 13 19:22:05 2013 New Revision: 1432710 URL: http://svn.apache.org/viewvc?rev=1432710view=rev Log: Fix a few typos in the user/tech guides. Modified: commons/proper/logging/trunk/src/site/xdoc/guide.xml commons/proper/logging/trunk/src/site/xdoc/tech.xml

svn commit: r1432740 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/combined/ test/java/org/apache/commons/configuration/builder/combined/

2013-01-13 Thread oheger
Author: oheger Date: Sun Jan 13 21:13:20 2013 New Revision: 1432740 URL: http://svn.apache.org/viewvc?rev=1432740view=rev Log: Added a parameters class for a multi-file configuration builder. Added:

svn commit: r1432741 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/fluent/ test/java/org/apache/commons/configuration/builder/fluent/

2013-01-13 Thread oheger
Author: oheger Date: Sun Jan 13 21:14:29 2013 New Revision: 1432741 URL: http://svn.apache.org/viewvc?rev=1432741view=rev Log: Parameters now supports the creation of a MultiFileBuilderParameters object. Added:

svn commit: r1432742 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/BasicBuilderParameters.java test/java/org/apache/commons/configuration/builder/Tes

2013-01-13 Thread oheger
Author: oheger Date: Sun Jan 13 21:15:27 2013 New Revision: 1432742 URL: http://svn.apache.org/viewvc?rev=1432742view=rev Log: Provide access to the ConfigurationInterpolator. (This is probably only a temporary solution.) Modified:

svn commit: r1432743 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/builder/FileBasedConfigurationBuilder.java

2013-01-13 Thread oheger
Author: oheger Date: Sun Jan 13 21:15:54 2013 New Revision: 1432743 URL: http://svn.apache.org/viewvc?rev=1432743view=rev Log: Forgot to call the super method. Modified:

svn commit: r1432744 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/builder/combined/ test/java/org/apache/commons/configuration/builder/combined/

2013-01-13 Thread oheger
Author: oheger Date: Sun Jan 13 21:16:40 2013 New Revision: 1432744 URL: http://svn.apache.org/viewvc?rev=1432744view=rev Log: Added MultiFileConfigurationBuilder (as a replacement for MultiFileHierarchicalConfiguration). Added: