svn commit: r1525353 - in /commons/proper/compress/trunk: ./ src/changes/ src/main/java/org/apache/commons/compress/archivers/sevenz/ src/main/java/org/apache/commons/compress/archivers/tar/ src/main/

2013-09-22 Thread bodewig
Author: bodewig Date: Sun Sep 22 13:09:29 2013 New Revision: 1525353 URL: http://svn.apache.org/r1525353 Log: XZ for Java 1.4 has been released, merge the LZMA branch. Added: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/lzma/ - copied from

svn commit: r1525354 - /commons/proper/compress/branches/LZMA/

2013-09-22 Thread bodewig
Author: bodewig Date: Sun Sep 22 13:11:02 2013 New Revision: 1525354 URL: http://svn.apache.org/r1525354 Log: LZMA branch has been merged to trunk Removed: commons/proper/compress/branches/LZMA/

svn commit: r1525394 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/io/FileLocationStrategy.java

2013-09-22 Thread oheger
Author: oheger Date: Sun Sep 22 17:46:34 2013 New Revision: 1525394 URL: http://svn.apache.org/r1525394 Log: Added FileLocationStrategy interface. This interface will be used for making the process of resolving files customizable. Added:

svn commit: r1525395 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/io/ProvidedURLLocationStrategy.java test/java/org/apache/commons/configuration/io/TestProv

2013-09-22 Thread oheger
Author: oheger Date: Sun Sep 22 17:47:08 2013 New Revision: 1525395 URL: http://svn.apache.org/r1525395 Log: Added ProvidedURLLocationStrategy. This is a simple FileLocationStrategy implementation which checks whether the passed in FileLocator already has a URL set. In this case, the file can be

svn commit: r1525396 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/io/FileSystemLocationStrategy.java test/java/org/apache/commons/configuration/io/TestFileS

2013-09-22 Thread oheger
Author: oheger Date: Sun Sep 22 17:47:45 2013 New Revision: 1525396 URL: http://svn.apache.org/r1525396 Log: Added FileSystemLocationStrategy class. This is a specialized FileLocationStrategy which delegates to the FileSystem in order to resolve the file in question. Added:

svn commit: r1525397 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/io/FileLocatorUtils.java test/java/org/apache/commons/configuration/io/TestFileLocatorUtil

2013-09-22 Thread oheger
Author: oheger Date: Sun Sep 22 17:48:22 2013 New Revision: 1525397 URL: http://svn.apache.org/r1525397 Log: Added methods for file to URL conversions to FileLocatorUtils. When locating files it is often necessary to convert a File object to a URL. The new methods simplify this task by already

svn commit: r1525399 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/io/BasePathLocationStrategy.java test/java/org/apache/commons/configuration/io/TestBasePat

2013-09-22 Thread oheger
Author: oheger Date: Sun Sep 22 17:49:36 2013 New Revision: 1525399 URL: http://svn.apache.org/r1525399 Log: Added BasePathLocationStrategy. This FileLocationStrategy implementation tries to construct a path name from the specified base path and file name. Added:

svn commit: r1525398 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/io/AbsoluteNameLocationStrategy.java test/java/org/apache/commons/configuration/io/TestAbs

2013-09-22 Thread oheger
Author: oheger Date: Sun Sep 22 17:48:59 2013 New Revision: 1525398 URL: http://svn.apache.org/r1525398 Log: Added AbsoluteNameLocationStrategy. This FileLocationStrategy implementation checks whether the provided file name is an absolute file name and whether this file exists. Added:

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

2013-09-22 Thread oheger
Author: oheger Date: Sun Sep 22 17:50:15 2013 New Revision: 1525400 URL: http://svn.apache.org/r1525400 Log: Added HomeDirectoryLocationStrategy. This FileLocationStrategy implementation searches for files in a configurable home directory. Added:

svn commit: r1525401 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/io/ClasspathLocationStrategy.java test/java/org/apache/commons/configuration/io/TestClassp

2013-09-22 Thread oheger
Author: oheger Date: Sun Sep 22 17:50:51 2013 New Revision: 1525401 URL: http://svn.apache.org/r1525401 Log: Added ClasspathLocationStrategy. This FileLocationStrategy implementation interprets a locator's file name as resource name and tries to locate it on the classpath. Added:

svn commit: r1525483 - /commons/proper/net/trunk/src/main/java/examples/mail/IMAPImportMbox.java

2013-09-22 Thread sebb
Author: sebb Date: Mon Sep 23 00:48:46 2013 New Revision: 1525483 URL: http://svn.apache.org/r1525483 Log: Use IMAP URL to simplify command line Add selector support Modified: commons/proper/net/trunk/src/main/java/examples/mail/IMAPImportMbox.java Modified: