svn commit: r748453 - /commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/HelpFormatter.java

2009-02-27 Thread bayard
Author: bayard Date: Fri Feb 27 09:18:38 2009 New Revision: 748453 URL: http://svn.apache.org/viewvc?rev=748453view=rev Log: Improving the order of the code - no point using a variable before it is tested Modified:

svn commit: r748461 - in /commons/proper/cli/branches/cli-1.x/src: java/org/apache/commons/cli/HelpFormatter.java test/org/apache/commons/cli/bug/BugCLI162Test.java

2009-02-27 Thread bayard
Author: bayard Date: Fri Feb 27 09:34:11 2009 New Revision: 748461 URL: http://svn.apache.org/viewvc?rev=748461view=rev Log: Switching from the IllegalStateException to trying hard to work. A better user experience and didn't end up with the code being any more evil. CLI-162 Modified:

svn commit: r748463 - in /commons/proper/cli/branches/cli-1.x/src: java/org/apache/commons/cli/HelpFormatter.java test/org/apache/commons/cli/bug/BugCLI162Test.java

2009-02-27 Thread bayard
Author: bayard Date: Fri Feb 27 09:38:10 2009 New Revision: 748463 URL: http://svn.apache.org/viewvc?rev=748463view=rev Log: Adjusting - best is to switch to an indent of 1 than do silly things like having every line have 1 character. CLI-162 Modified:

svn commit: r748464 - /commons/proper/cli/branches/cli-1.x/pom.xml

2009-02-27 Thread bayard
Author: bayard Date: Fri Feb 27 09:38:36 2009 New Revision: 748464 URL: http://svn.apache.org/viewvc?rev=748464view=rev Log: Moving to RC3 Modified: commons/proper/cli/branches/cli-1.x/pom.xml Modified: commons/proper/cli/branches/cli-1.x/pom.xml URL:

svn commit: r748466 - /commons/proper/cli/tags/cli-1.2-RC3/

2009-02-27 Thread bayard
Author: bayard Date: Fri Feb 27 09:42:53 2009 New Revision: 748466 URL: http://svn.apache.org/viewvc?rev=748466view=rev Log: Tagging RC3 of CLI-1.2 Added: commons/proper/cli/tags/cli-1.2-RC3/ - copied from r748465, commons/proper/cli/branches/cli-1.x/

svn commit: r748556 - in /commons/sandbox/compress/trunk/src: main/java/org/apache/commons/compress/archivers/zip/ZipFile.java test/java/org/apache/commons/compress/archivers/zip/UTF8ZipFilesTest.java

2009-02-27 Thread bodewig
Author: bodewig Date: Fri Feb 27 15:29:25 2009 New Revision: 748556 URL: http://svn.apache.org/viewvc?rev=748556view=rev Log: look for Unicode extra fields by default Modified: commons/sandbox/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java