svn commit: r1299362 - in /commons/proper/net/trunk: pom.xml src/assembly/ src/main/assembly/

2012-03-11 Thread sebb
Author: sebb Date: Sun Mar 11 14:26:25 2012 New Revision: 1299362 URL: http://svn.apache.org/viewvc?rev=1299362view=rev Log: Assembly descriptors belong under src/main/assembly: http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html Added:

svn commit: r1299365 - in /commons/proper/sanselan/trunk: pom.xml src/assemble/ src/main/assembly/

2012-03-11 Thread sebb
Author: sebb Date: Sun Mar 11 14:37:16 2012 New Revision: 1299365 URL: http://svn.apache.org/viewvc?rev=1299365view=rev Log: Assembly descriptors belong under src/main/assembly: http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html Added:

svn commit: r1299373 - in /commons/proper/bcel/trunk/src: changes/ changes/changes.xml changes/release-notes.vm main/java/org/apache/bcel/generic/MethodGen.java

2012-03-11 Thread sebb
Author: sebb Date: Sun Mar 11 15:06:10 2012 New Revision: 1299373 URL: http://svn.apache.org/viewvc?rev=1299373view=rev Log: Bug 52433 - Why using unstable sort at MethodGen.getLocalVariables() ? Added: commons/proper/bcel/trunk/src/changes/

svn commit: r1299376 - /commons/proper/collections/trunk/src/main/assembly/src.xml

2012-03-11 Thread sebb
Author: sebb Date: Sun Mar 11 15:18:38 2012 New Revision: 1299376 URL: http://svn.apache.org/viewvc?rev=1299376view=rev Log: Fix up paths Modified: commons/proper/collections/trunk/src/main/assembly/src.xml Modified: commons/proper/collections/trunk/src/main/assembly/src.xml URL:

svn commit: r1299378 - in /commons/proper/bcel/trunk/src: changes/changes.xml main/assembly/ main/assembly/bin.xml main/assembly/src.xml

2012-03-11 Thread sebb
Author: sebb Date: Sun Mar 11 15:22:36 2012 New Revision: 1299378 URL: http://svn.apache.org/viewvc?rev=1299378view=rev Log: Bug 51014 - Examples not present in source or binary downloads Added: commons/proper/bcel/trunk/src/main/assembly/

svn commit: r1299379 - /commons/proper/bcel/trunk/pom.xml

2012-03-11 Thread sebb
Author: sebb Date: Sun Mar 11 15:24:28 2012 New Revision: 1299379 URL: http://svn.apache.org/viewvc?rev=1299379view=rev Log: Bug 51014 - Examples not present in source or binary downloads Modified: commons/proper/bcel/trunk/pom.xml Modified: commons/proper/bcel/trunk/pom.xml URL:

svn commit: r1299380 - /commons/proper/bcel/trunk/pom.xml

2012-03-11 Thread sebb
Author: sebb Date: Sun Mar 11 15:28:06 2012 New Revision: 1299380 URL: http://svn.apache.org/viewvc?rev=1299380view=rev Log: Fix comment Modified: commons/proper/bcel/trunk/pom.xml Modified: commons/proper/bcel/trunk/pom.xml URL:

svn commit: r1299401 - in /commons/proper/pool/branches/POOL_1_X: pom.xml src/assembly/ src/main/assembly/ src/main/assembly/bin.xml src/main/assembly/src.xml

2012-03-11 Thread ggregory
Author: ggregory Date: Sun Mar 11 17:29:26 2012 New Revision: 1299401 URL: http://svn.apache.org/viewvc?rev=1299401view=rev Log: Use standard Maven layout for maven-assembly-plugin Added: commons/proper/pool/branches/POOL_1_X/src/main/assembly/ - copied from r1229459,

svn commit: r1299411 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ main/java/org/apache/commons/lang3/exception/ main/java/org/apache/commons/lang3/text/ test/java/org/apach

2012-03-11 Thread ggregory
Author: ggregory Date: Sun Mar 11 17:55:29 2012 New Revision: 1299411 URL: http://svn.apache.org/viewvc?rev=1299411view=rev Log: Eat own dog food: StringUtils#isEmpty(String) and replace some but not all String#length() == 0 with String#isEmpty() Modified:

svn commit: r1299413 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ main/java/org/apache/commons/lang3/time/ test/java/org/apache/commons/lang3/

2012-03-11 Thread ggregory
Author: ggregory Date: Sun Mar 11 17:57:40 2012 New Revision: 1299413 URL: http://svn.apache.org/viewvc?rev=1299413view=rev Log: Organize imports. Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/EnumUtils.java

svn commit: r1299479 - in /commons/proper/csv/trunk/src: main/java/org/apache/commons/csv/ test/java/org/apache/commons/csv/

2012-03-11 Thread ebourg
Author: ebourg Date: Sun Mar 11 23:01:23 2012 New Revision: 1299479 URL: http://svn.apache.org/viewvc?rev=1299479view=rev Log: Removed the volatile modifier on the fields in CSVFormat to improve the performances Modified:

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

2012-03-11 Thread ebourg
Author: ebourg Date: Sun Mar 11 23:23:37 2012 New Revision: 1299486 URL: http://svn.apache.org/viewvc?rev=1299486view=rev Log: Minor performance improvement (~2%) Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java Modified:

svn commit: r1299560 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateFormatUtils.java

2012-03-11 Thread bayard
Author: bayard Date: Mon Mar 12 04:37:38 2012 New Revision: 1299560 URL: http://svn.apache.org/viewvc?rev=1299560view=rev Log: Adding javadoc note concerning LANG-755 and the bug in java.util.Calendar. Modified: