svn commit: r1458178 - /commons/proper/csv/trunk/pom.xml

2013-03-19 Thread britter
Author: britter Date: Tue Mar 19 08:48:02 2013 New Revision: 1458178 URL: http://svn.apache.org/r1458178 Log: Update to latest commons-parent pom Modified: commons/proper/csv/trunk/pom.xml Modified: commons/proper/csv/trunk/pom.xml URL:

svn commit: r1458210 - /commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/util/mime/MimeUtility.java

2013-03-19 Thread simonetripodi
Author: simonetripodi Date: Tue Mar 19 10:21:19 2013 New Revision: 1458210 URL: http://svn.apache.org/r1458210 Log: extracted and documented constants that are used inside each algorithm iteration Modified:

svn commit: r1458213 - /commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java

2013-03-19 Thread simonetripodi
Author: simonetripodi Date: Tue Mar 19 10:37:37 2013 New Revision: 1458213 URL: http://svn.apache.org/r1458213 Log: initial checkin of Base64 Decoder test case, which clearly demonstrate the current Base64 implementation is broken Added:

svn commit: r1458220 - /commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/FileUploadBase.java

2013-03-19 Thread markt
Author: markt Date: Tue Mar 19 10:56:17 2013 New Revision: 1458220 URL: http://svn.apache.org/r1458220 Log: There needs to be the same number of place-holders as there are replacements. Fixes an issue introduced in r1453239. Identified by FindBugs running against the Tomcat code base (which has a

svn commit: r1458236 - in /commons/proper/fileupload/trunk/src: main/java/org/apache/commons/fileupload/util/mime/Base64Decoder.java test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTest

2013-03-19 Thread simonetripodi
Author: simonetripodi Date: Tue Mar 19 11:56:27 2013 New Revision: 1458236 URL: http://svn.apache.org/r1458236 Log: [FILEUPLOAD-233] fixed and re-enabled the test case where an empty string doesn't need to be decoded Modified:

svn commit: r1458240 - in /commons/proper/fileupload/trunk/src: main/java/org/apache/commons/fileupload/util/mime/Base64Decoder.java test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTest

2013-03-19 Thread sebb
Author: sebb Date: Tue Mar 19 12:18:39 2013 New Revision: 1458240 URL: http://svn.apache.org/r1458240 Log: FILEUPLOAD-233 Base64Decoder doesn't correctly implement RFC 4648 Oops, initial rework of code was wrong. Re-enabled failing tests Modified:

svn commit: r1458245 - in /commons/proper/fileupload/trunk/src: main/java/org/apache/commons/fileupload/util/mime/ test/java/org/apache/commons/fileupload/util/mime/

2013-03-19 Thread simonetripodi
Author: simonetripodi Date: Tue Mar 19 12:30:02 2013 New Revision: 1458245 URL: http://svn.apache.org/r1458245 Log: no needs to specify always the offset and the length of the byte[] has to be decoded, since in this implementation there's always the need to decode the whole buffer Modified:

svn commit: r1575 - in /release/commons/daemon: ./ binaries/ binaries/windows/ source/

2013-03-19 Thread mturk
Author: mturk Date: Tue Mar 19 12:38:47 2013 New Revision: 1575 Log: Update to latest release Added: release/commons/daemon/binaries/commons-daemon-1.0.14-bin.tar.gz (with props) release/commons/daemon/binaries/commons-daemon-1.0.14-bin.tar.gz.asc (with props)

svn commit: r1575 - in /release/commons/daemon: ./ binaries/ binaries/windows/ source/

2013-03-19 Thread mturk
Author: mturk Date: Tue Mar 19 12:38:47 2013 New Revision: 1575 Log: Update to latest release Added: release/commons/daemon/binaries/commons-daemon-1.0.14-bin.tar.gz (with props) release/commons/daemon/binaries/commons-daemon-1.0.14-bin.tar.gz.asc (with props)

svn commit: r1576 - in /release/commons/compress: ./ binaries/ source/

2013-03-19 Thread bodewig
Author: bodewig Date: Tue Mar 19 12:45:32 2013 New Revision: 1576 Log: Compress 1.5 is the current release Added: release/commons/compress/binaries/commons-compress-1.5-bin.tar.gz (with props) release/commons/compress/binaries/commons-compress-1.5-bin.tar.gz.asc (with props)

svn commit: r1576 - in /release/commons/compress: ./ binaries/ source/

2013-03-19 Thread bodewig
Author: bodewig Date: Tue Mar 19 12:45:32 2013 New Revision: 1576 Log: Compress 1.5 is the current release Added: release/commons/compress/binaries/commons-compress-1.5-bin.tar.gz (with props) release/commons/compress/binaries/commons-compress-1.5-bin.tar.gz.asc (with props)

svn commit: r1458257 - /commons/proper/csv/trunk/pom.xml

2013-03-19 Thread ggregory
Author: ggregory Date: Tue Mar 19 12:50:53 2013 New Revision: 1458257 URL: http://svn.apache.org/r1458257 Log: Update Checkstyle and PMD plugins. Modified: commons/proper/csv/trunk/pom.xml Modified: commons/proper/csv/trunk/pom.xml URL:

svn commit: r1458266 - /commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java

2013-03-19 Thread simonetripodi
Author: simonetripodi Date: Tue Mar 19 13:08:50 2013 New Revision: 1458266 URL: http://svn.apache.org/r1458266 Log: added a test where the encoded input string has the padding char in the middle; contrary to commons-codec, it doesn't halt and continues translating Modified:

svn commit: r1458269 - /commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java

2013-03-19 Thread simonetripodi
Author: simonetripodi Date: Tue Mar 19 13:22:32 2013 New Revision: 1458269 URL: http://svn.apache.org/r1458269 Log: added a test to see how this Base64 decoder impl behaves compared to https://issues.apache.org/jira/browse/CODEC-68 Modified:

svn commit: r1458277 - /commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java

2013-03-19 Thread simonetripodi
Author: simonetripodi Date: Tue Mar 19 13:43:09 2013 New Revision: 1458277 URL: http://svn.apache.org/r1458277 Log: aligned issue documentation reference to @see tag Modified: commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java

svn commit: r1458278 - /commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/QuotedPrintableDecoderTestCase.java

2013-03-19 Thread simonetripodi
Author: simonetripodi Date: Tue Mar 19 13:44:37 2013 New Revision: 1458278 URL: http://svn.apache.org/r1458278 Log: [FILEUPLOAD-232] initial checkin of QuotedPrintableDecoderTestCase class Added:

svn commit: r1458294 - in /commons/proper/math/trunk/src: changes/changes.xml main/java/org/apache/commons/math3/ode/AbstractIntegrator.java test/java/org/apache/commons/math3/ode/nonstiff/DormandPrin

2013-03-19 Thread luc
Author: luc Date: Tue Mar 19 14:09:08 2013 New Revision: 1458294 URL: http://svn.apache.org/r1458294 Log: Fixed missing update in ODE event handlers. When a RESET_STATE was triggered, event states for events not triggered in the same step were not updated properly. JIRA: MATH-950 Modified:

svn commit: r1458298 - in /commons/proper/math/trunk/src: changes/ main/java/org/apache/commons/math3/ode/events/ test/java/org/apache/commons/math3/ode/events/

2013-03-19 Thread luc
Author: luc Date: Tue Mar 19 14:09:58 2013 New Revision: 1458298 URL: http://svn.apache.org/r1458298 Log: Added a way to trigger only increasing or decreasing events in ODE. The method used is completely different from what was suggested in the request report. It is fully compatible with

svn commit: r1458323 - in /commons/proper/math/trunk/src: changes/ main/java/org/apache/commons/math3/optim/ main/java/org/apache/commons/math3/optim/nonlinear/scalar/gradient/ main/java/org/apache/co

2013-03-19 Thread erans
Author: erans Date: Tue Mar 19 14:51:30 2013 New Revision: 1458323 URL: http://svn.apache.org/r1458323 Log: MATH-949 Increment iteration counter. By default, the maximum number of iterations is Integer.MAX_VALUE. Modified: commons/proper/math/trunk/src/changes/changes.xml

svn commit: r1458379 - /commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/util/FileItemHeadersImpl.java

2013-03-19 Thread britter
Author: britter Date: Tue Mar 19 16:16:47 2013 New Revision: 1458379 URL: http://svn.apache.org/r1458379 Log: Set svn:keywords to Id Modified: commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/util/FileItemHeadersImpl.java (props changed) Propchange:

svn commit: r1458394 - /commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/util/mime/MimeUtility.java

2013-03-19 Thread sebb
Author: sebb Date: Tue Mar 19 16:40:19 2013 New Revision: 1458394 URL: http://svn.apache.org/r1458394 Log: Fix comment typo; add further comments Modified: commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/util/mime/MimeUtility.java Modified:

svn commit: r1458467 - /commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/util/mime/QuotedPrintableDecoder.java

2013-03-19 Thread sebb
Author: sebb Date: Tue Mar 19 19:31:38 2013 New Revision: 1458467 URL: http://svn.apache.org/r1458467 Log: Make exception messages more specific Modified: commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/util/mime/QuotedPrintableDecoder.java Modified:

svn commit: r1458468 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optim/nonlinear/vector/jacobian/AbstractLeastSquaresOptimizerAbstractTest.java

2013-03-19 Thread luc
Author: luc Date: Tue Mar 19 19:32:28 2013 New Revision: 1458468 URL: http://svn.apache.org/r1458468 Log: Removed a spurious @Override. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optim/nonlinear/vector/jacobian/AbstractLeastSquaresOptimizerAbstractTest.java

svn commit: r1458478 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ode/events/EventFilterTest.java

2013-03-19 Thread luc
Author: luc Date: Tue Mar 19 19:48:03 2013 New Revision: 1458478 URL: http://svn.apache.org/r1458478 Log: Removed development statement. I'm really sorry for this... Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ode/events/EventFilterTest.java Modified:

svn commit: r1458483 - /commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/QuotedPrintableDecoderTestCase.java

2013-03-19 Thread sebb
Author: sebb Date: Tue Mar 19 19:55:12 2013 New Revision: 1458483 URL: http://svn.apache.org/r1458483 Log: Test some error conditions Modified: commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/QuotedPrintableDecoderTestCase.java Modified:

svn commit: r1458491 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/ode/events: EventFilter.java FilterType.java

2013-03-19 Thread luc
Author: luc Date: Tue Mar 19 20:13:11 2013 New Revision: 1458491 URL: http://svn.apache.org/r1458491 Log: Fixed checkstyle warnings. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/ode/events/EventFilter.java

svn commit: r1458495 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/net/Utils.java

2013-03-19 Thread sebb
Author: sebb Date: Tue Mar 19 20:19:13 2013 New Revision: 1458495 URL: http://svn.apache.org/r1458495 Log: Use the RADIX constant consistently Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/net/Utils.java Modified:

svn commit: r1458499 - in /commons/proper/fileupload/trunk/src: main/java/org/apache/commons/fileupload/util/mime/QuotedPrintableDecoder.java test/java/org/apache/commons/fileupload/util/mime/QuotedPr

2013-03-19 Thread sebb
Author: sebb Date: Tue Mar 19 20:30:49 2013 New Revision: 1458499 URL: http://svn.apache.org/r1458499 Log: Simplify hex conversion by using Character.digit() method. This also supports lower case hex, and rejects invalid hex digits and eliminates the table data. Update the test cases. Modified:

svn commit: r1458500 - /commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/util/mime/QuotedPrintableDecoder.java

2013-03-19 Thread sebb
Author: sebb Date: Tue Mar 19 20:32:30 2013 New Revision: 1458500 URL: http://svn.apache.org/r1458500 Log: Incorrect comment Modified: commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/util/mime/QuotedPrintableDecoder.java Modified:

svn commit: r1458506 - /commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/QuotedPrintableDecoderTestCase.java

2013-03-19 Thread sebb
Author: sebb Date: Tue Mar 19 20:48:48 2013 New Revision: 1458506 URL: http://svn.apache.org/r1458506 Log: Some more tests Modified: commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/QuotedPrintableDecoderTestCase.java Modified:

Nexus: Promotion Completed.

2013-03-19 Thread Nexus Repository Manager
Description:Vote passed successfully.Details:The following artifacts have been promoted to the Releases

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

2013-03-19 Thread oheger
Author: oheger Date: Tue Mar 19 21:07:22 2013 New Revision: 1458516 URL: http://svn.apache.org/r1458516 Log: PropertiesConfigurationLayout no longer stores its associated configuration. This makes it possible to create an instance independent from a PropertiesConfiguration. It can be associated

svn commit: r1458517 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/ test/java/org/apache/commons/configuration/ test/java/org/apache/commons/configuration/re

2013-03-19 Thread oheger
Author: oheger Date: Tue Mar 19 21:08:34 2013 New Revision: 1458517 URL: http://svn.apache.org/r1458517 Log: Changed the way the layout of a PropertiesConfiguration instance is initialized. The constructor does no longer call non-private, non-final methods. Note that in the current state some

svn commit: r855119 [11/11] - in /websites/production/commons/content/proper/commons-logging: ./ apidocs/ apidocs/org/apache/commons/logging/ apidocs/org/apache/commons/logging/class-use/ apidocs/org/

2013-03-19 Thread tn
Modified: websites/production/commons/content/proper/commons-logging/xref-test/org/apache/commons/logging/security/SecurityForbiddenTestCase.html == ---

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

2013-03-19 Thread oheger
Author: oheger Date: Tue Mar 19 21:09:08 2013 New Revision: 1458518 URL: http://svn.apache.org/r1458518 Log: Added a new parameters interface for properties of a properties configuration. Added:

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

2013-03-19 Thread oheger
Author: oheger Date: Tue Mar 19 21:09:49 2013 New Revision: 1458519 URL: http://svn.apache.org/r1458519 Log: Added a parameters class for properties configuration. Added:

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

2013-03-19 Thread oheger
Author: oheger Date: Tue Mar 19 21:10:32 2013 New Revision: 1458520 URL: http://svn.apache.org/r1458520 Log: Added a fluent API for setting parameters of a builder for PropertiesConfiguration objects. Added:

svn commit: r855121 [18/22] - in /websites/production/commons/content/proper/commons-logging/javadocs/api-release: ./ org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ org/apache/common

2013-03-19 Thread tn
Added: websites/production/commons/content/proper/commons-logging/javadocs/api-release/src-html/org/apache/commons/logging/impl/Jdk14Logger.html == ---

svn commit: r855122 - in /websites/production/commons/content/proper/commons-logging: commons-logging-1.0.2/ commons-logging-1.0.3/ commons-logging-1.0.4/ commons-logging-1.1.1/ commons-logging-1.1/

2013-03-19 Thread tn
Author: tn Date: Tue Mar 19 21:16:11 2013 New Revision: 855122 Log: Remove obsolete site/javadocs for old releases, moved to javadocs directory. Removed: websites/production/commons/content/proper/commons-logging/commons-logging-1.0.2/

svn commit: r855123 - in /websites/production/commons/content/proper/commons-logging/javadocs/api-1.0.4: ./ api/ images/ style/ xref-test/ xref/

2013-03-19 Thread tn
Author: tn Date: Tue Mar 19 21:18:10 2013 New Revision: 855123 Log: Remove old site. Removed: websites/production/commons/content/proper/commons-logging/javadocs/api-1.0.4/api/ websites/production/commons/content/proper/commons-logging/javadocs/api-1.0.4/cvs-usage.html

svn commit: r855124 - in /websites/production/commons/content/proper/commons-logging/javadocs/api-1.0.4: ./ apidocs/ apidocs/org/ org/

2013-03-19 Thread tn
Author: tn Date: Tue Mar 19 21:19:28 2013 New Revision: 855124 Log: Move 1.0.4 apidocs to correct location. Added: websites/production/commons/content/proper/commons-logging/javadocs/api-1.0.4/allclasses-frame.html - copied unchanged from r855122,

svn commit: r1458552 - /commons/proper/fileupload/trunk/src/main/assembly/src.xml

2013-03-19 Thread sebb
Author: sebb Date: Tue Mar 19 22:45:31 2013 New Revision: 1458552 URL: http://svn.apache.org/r1458552 Log: Fix svn property Modified: commons/proper/fileupload/trunk/src/main/assembly/src.xml (props changed) Propchange: commons/proper/fileupload/trunk/src/main/assembly/src.xml

svn commit: r1458555 - /commons/proper/fileupload/trunk/RELEASE-NOTES.txt

2013-03-19 Thread sebb
Author: sebb Date: Tue Mar 19 22:48:08 2013 New Revision: 1458555 URL: http://svn.apache.org/r1458555 Log: Add svn:eol-style Modified: commons/proper/fileupload/trunk/RELEASE-NOTES.txt (props changed) Propchange: commons/proper/fileupload/trunk/RELEASE-NOTES.txt

svn commit: r1458579 - /commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java

2013-03-19 Thread sebb
Author: sebb Date: Wed Mar 20 00:12:49 2013 New Revision: 1458579 URL: http://svn.apache.org/r1458579 Log: Trailing spaces Modified: commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java Modified:

svn commit: r1458580 - /commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/util/mime/QuotedPrintableDecoder.java

2013-03-19 Thread sebb
Author: sebb Date: Wed Mar 20 00:13:42 2013 New Revision: 1458580 URL: http://svn.apache.org/r1458580 Log: Trailing spaces Modified: commons/proper/fileupload/trunk/src/main/java/org/apache/commons/fileupload/util/mime/QuotedPrintableDecoder.java Modified:

svn commit: r1458583 - /commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java

2013-03-19 Thread sebb
Author: sebb Date: Wed Mar 20 00:16:57 2013 New Revision: 1458583 URL: http://svn.apache.org/r1458583 Log: Accidental commit; revert r1458579 Modified: commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java Modified:

svn propchange: r1458579 - svn:log

2013-03-19 Thread sebb
Author: sebb Revision: 1458579 Modified property: svn:log Modified: svn:log at Wed Mar 20 00:17:51 2013 -- --- svn:log (original) +++ svn:log Wed Mar 20 00:17:51 2013 @@ -1 +1 @@ -Trailing spaces +Accidental commit

svn commit: r1458587 - /commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java

2013-03-19 Thread sebb
Author: sebb Date: Wed Mar 20 00:21:02 2013 New Revision: 1458587 URL: http://svn.apache.org/r1458587 Log: Fix up revision properties Modified: commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java (contents, props changed)

svn commit: r1458589 - /commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java

2013-03-19 Thread sebb
Author: sebb Date: Wed Mar 20 00:22:42 2013 New Revision: 1458589 URL: http://svn.apache.org/r1458589 Log: Accidental commit; revert r1458587 Modified: commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java (contents, props

svn commit: r1458590 - /commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java

2013-03-19 Thread sebb
Author: sebb Date: Wed Mar 20 00:24:51 2013 New Revision: 1458590 URL: http://svn.apache.org/r1458590 Log: Fix up revision properties Modified: commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java (props changed) Propchange:

svn commit: r1458591 - /commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java

2013-03-19 Thread sebb
Author: sebb Date: Wed Mar 20 00:33:45 2013 New Revision: 1458591 URL: http://svn.apache.org/r1458591 Log: Replace NUL byte in string with \0 NUL causes diff to treat the file as binary and so commit diffs don't appear Modified:

svn commit: r1458594 - /commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java

2013-03-19 Thread sebb
Author: sebb Date: Wed Mar 20 00:37:44 2013 New Revision: 1458594 URL: http://svn.apache.org/r1458594 Log: Dummy change to check diffs now restored Modified: commons/proper/fileupload/trunk/src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java Modified:

svn commit: r1458597 - in /commons/proper/fileupload/trunk/src: main/java/org/apache/commons/fileupload/util/mime/Base64Decoder.java test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTest

2013-03-19 Thread sebb
Author: sebb Date: Wed Mar 20 00:46:21 2013 New Revision: 1458597 URL: http://svn.apache.org/r1458597 Log: Simplify and improve Base64 decoding: - drop whitespace handling - check for invalid bytes Adjust test cases accordingly Modified:

svn commit: r1458632 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

2013-03-19 Thread ggregory
Author: ggregory Date: Wed Mar 20 05:03:17 2013 New Revision: 1458632 URL: http://svn.apache.org/r1458632 Log: Fix Javadoc. Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Modified:

svn commit: r1458633 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java

2013-03-19 Thread ggregory
Author: ggregory Date: Wed Mar 20 05:07:05 2013 New Revision: 1458633 URL: http://svn.apache.org/r1458633 Log: Fix spelling in Javadoc. Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java Modified:

svn commit: r1458634 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

2013-03-19 Thread ggregory
Author: ggregory Date: Wed Mar 20 05:08:36 2013 New Revision: 1458634 URL: http://svn.apache.org/r1458634 Log: Fix spelling in Javadoc. Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Modified:

svn commit: r1458635 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

2013-03-19 Thread ggregory
Author: ggregory Date: Wed Mar 20 05:09:48 2013 New Revision: 1458635 URL: http://svn.apache.org/r1458635 Log: Use the same wording in Javadoc as in the API name: empty. Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Modified:

svn commit: r1458636 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

2013-03-19 Thread ggregory
Author: ggregory Date: Wed Mar 20 05:16:26 2013 New Revision: 1458636 URL: http://svn.apache.org/r1458636 Log: Javadoc fixes. Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Modified:

svn commit: r1458637 - /commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatBuilderTest.java

2013-03-19 Thread ggregory
Author: ggregory Date: Wed Mar 20 05:23:46 2013 New Revision: 1458637 URL: http://svn.apache.org/r1458637 Log: Add testRFC4180(). Modified: commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatBuilderTest.java Modified:

svn commit: r1458639 - /commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatBuilderTest.java

2013-03-19 Thread ggregory
Author: ggregory Date: Wed Mar 20 05:24:27 2013 New Revision: 1458639 URL: http://svn.apache.org/r1458639 Log: Sort members in AB order. Modified: commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatBuilderTest.java Modified:

svn commit: r1458640 - /commons/cms-site/trunk/content/xdoc/releases/prepare.xml

2013-03-19 Thread bodewig
Author: bodewig Date: Wed Mar 20 05:26:46 2013 New Revision: 1458640 URL: http://svn.apache.org/r1458640 Log: use KEYS on dist.apache.org Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml URL:

buildbot failure in ASF Buildbot on commons-site-staging

2013-03-19 Thread buildbot
The Buildbot has detected a new failure on builder commons-site-staging while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/commons-site-staging/builds/96 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: scheduler

svn commit: r1458641 - /commons/cms-site/trunk/content/xdoc/releases/prepare.xml

2013-03-19 Thread bodewig
Author: bodewig Date: Wed Mar 20 05:28:55 2013 New Revision: 1458641 URL: http://svn.apache.org/r1458641 Log: unballanced tags Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml URL:

svn commit: r855158 - in /websites/staging/commons/trunk/content: ./ downloads/ gsoc/ gsoc/2010/ releases/

2013-03-19 Thread buildbot
Author: buildbot Date: Wed Mar 20 05:29:15 2013 New Revision: 855158 Log: Staging update by buildbot for commons Modified: websites/staging/commons/trunk/content/ (props changed) websites/staging/commons/trunk/content/bugs.html

svn commit: r1458642 - in /commons/trunks-proper: KEYS NO-MORE-KEYS

2013-03-19 Thread bodewig
Author: bodewig Date: Wed Mar 20 05:33:33 2013 New Revision: 1458642 URL: http://svn.apache.org/r1458642 Log: KEYS now collected on dist.apache.org Added: commons/trunks-proper/NO-MORE-KEYS Removed: commons/trunks-proper/KEYS Added: commons/trunks-proper/NO-MORE-KEYS URL: