svn commit: r1710414 - in /commons/proper/validator/trunk/src: changes/changes.xml main/java/org/apache/commons/validator/routines/EmailValidator.java test/java/org/apache/commons/validator/EmailTest.

2015-10-24 Thread rgoers
Author: rgoers Date: Sun Oct 25 06:03:42 2015 New Revision: 1710414 URL: http://svn.apache.org/viewvc?rev=1710414&view=rev Log: VALIDATOR-376 Revert the default behavior to the state prior to VALIDATOR-273. Modified: commons/proper/validator/trunk/src/changes/changes.xml commons/pr

svn commit: r1345558 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/DynamicCombinedConfiguration.java

2012-06-02 Thread rgoers
Author: rgoers Date: Sat Jun 2 19:08:54 2012 New Revision: 1345558 URL: http://svn.apache.org/viewvc?rev=1345558&view=rev Log: Use Java 5 to reduce thread contention Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configura

svn commit: r1341312 - /commons/proper/vfs/trunk/sandbox/build.xml

2012-05-21 Thread rgoers
Author: rgoers Date: Tue May 22 06:19:02 2012 New Revision: 1341312 URL: http://svn.apache.org/viewvc?rev=1341312&view=rev Log: Remove ant build file that isn't used Removed: commons/proper/vfs/trunk/sandbox/build.xml

svn commit: r1327061 - /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestCombinedConfiguration.java

2012-04-17 Thread rgoers
Author: rgoers Date: Tue Apr 17 12:18:27 2012 New Revision: 1327061 URL: http://svn.apache.org/viewvc?rev=1327061&view=rev Log: Correct error found by Gump due to change in Junit Modified: commons/proper/configuration/trunk/src/test/java/org/apache/commons/configura

svn commit: r1308148 - in /commons/proper/configuration/trunk: ./ src/test/java/org/apache/commons/configuration/TestVFSConfigurationBuilder.java

2012-04-01 Thread rgoers
Author: rgoers Date: Sun Apr 1 16:27:41 2012 New Revision: 1308148 URL: http://svn.apache.org/viewvc?rev=1308148&view=rev Log: Have testValidation and testValidation2 test something useful Modified: commons/proper/configuration/trunk/ (props changed) commons/proper/configura

svn commit: r1307964 - /commons/proper/vfs/trunk/pom.xml

2012-03-31 Thread rgoers
Author: rgoers Date: Sun Apr 1 00:48:00 2012 New Revision: 1307964 URL: http://svn.apache.org/viewvc?rev=1307964&view=rev Log: Specificy version of jcl-over-slf4j in hopes it will fix Gump Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL:

svn commit: r1175630 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpClientFactory.java src/changes/changes.xml

2011-09-25 Thread rgoers
Author: rgoers Date: Mon Sep 26 00:16:26 2011 New Revision: 1175630 URL: http://svn.apache.org/viewvc?rev=1175630&view=rev Log: Fix VFS-341 - Enable logging of JSch using the Commons Logging Log object in SftpClientFactory. Modified: commons/proper/vfs/trunk/core/src/main/java/org/ap

svn commit: r1175615 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileRandomAccessContent.java src/changes/changes.xml

2011-09-25 Thread rgoers
Author: rgoers Date: Sun Sep 25 22:52:08 2011 New Revision: 1175615 URL: http://svn.apache.org/viewvc?rev=1175615&view=rev Log: Fix VFS-355 - The read method of RamFileRandomAccessContent's input stream does not return -1 at eof. Modified: commons/proper/vfs/trunk/core/src/main

svn commit: r1175312 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileRandomAccessContent.java src/changes/changes.xml

2011-09-25 Thread rgoers
Author: rgoers Date: Sun Sep 25 07:31:38 2011 New Revision: 1175312 URL: http://svn.apache.org/viewvc?rev=1175312&view=rev Log: Fix VFS-356. Throw an IOException if an attempt is made to seek to a position before the start of the file. Modified: commons/proper/vfs/trunk/core/src/main/

svn commit: r1175302 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileObject.java src/changes/changes.xml

2011-09-24 Thread rgoers
Author: rgoers Date: Sun Sep 25 06:16:23 2011 New Revision: 1175302 URL: http://svn.apache.org/viewvc?rev=1175302&view=rev Log: Fix VFS-359 - Don't delete a RamFileObject if it is open Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/pro

svn commit: r1175296 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/zip/ZipFileSystem.java src/changes/changes.xml

2011-09-24 Thread rgoers
Author: rgoers Date: Sun Sep 25 05:00:37 2011 New Revision: 1175296 URL: http://svn.apache.org/viewvc?rev=1175296&view=rev Log: ZipFileSystem now uses an internal HashMap to cache FileObjects that are in the zip archive Modified: commons/proper/vfs/trunk/core/src/main/java/org/ap

svn commit: r1175287 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystem.java src/changes/changes.xml

2011-09-24 Thread rgoers
Author: rgoers Date: Sun Sep 25 00:55:47 2011 New Revision: 1175287 URL: http://svn.apache.org/viewvc?rev=1175287&view=rev Log: Apply patch for VFS-351 - Chain SftpException to FileSystemException Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/

svn commit: r1175198 - in /commons/proper/vfs/trunk: pom.xml src/changes/changes.xml

2011-09-24 Thread rgoers
Author: rgoers Date: Sat Sep 24 16:58:28 2011 New Revision: 1175198 URL: http://svn.apache.org/viewvc?rev=1175198&view=rev Log: Update commons collections version to 3.2.1 Modified: commons/proper/vfs/trunk/pom.xml commons/proper/vfs/trunk/src/changes/changes.xml Modified: com

svn commit: r1175125 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/local/ core/src/test/java/org/apache/commons/vfs2/provider/local/test/ core/src/test/resources/

2011-09-24 Thread rgoers
Author: rgoers Date: Sat Sep 24 08:07:53 2011 New Revision: 1175125 URL: http://svn.apache.org/viewvc?rev=1175125&view=rev Log: Apply patch for VFS-325 Added: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/local/test/UrlTests.java commons/proper/vfs/t

svn commit: r1175121 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/util/MonitorInputStream.java src/changes/changes.xml

2011-09-24 Thread rgoers
Author: rgoers Date: Sat Sep 24 07:42:23 2011 New Revision: 1175121 URL: http://svn.apache.org/viewvc?rev=1175121&view=rev Log: Use atomic variables in MonitorInputStream. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/util/MonitorInputStream.java com

svn commit: r1175117 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileObject.java src/changes/changes.xml

2011-09-24 Thread rgoers
Author: rgoers Date: Sat Sep 24 07:20:32 2011 New Revision: 1175117 URL: http://svn.apache.org/viewvc?rev=1175117&view=rev Log: Fix for VFS-364 Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileObject.java commons/proper/vfs/t

svn commit: r1159221 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml

2011-08-18 Thread rgoers
Author: rgoers Date: Thu Aug 18 13:57:02 2011 New Revision: 1159221 URL: http://svn.apache.org/viewvc?rev=1159221&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom.xml com

svn commit: r1159220 - /commons/proper/vfs/tags/commons-vfs2-project-2.0/

2011-08-18 Thread rgoers
Author: rgoers Date: Thu Aug 18 13:56:58 2011 New Revision: 1159220 URL: http://svn.apache.org/viewvc?rev=1159220&view=rev Log: [maven-release-plugin] copy for tag commons-vfs2-project-2.0 Added: commons/proper/vfs/tags/commons-vfs2-project-2.0/ - copied from r1159219, commons/pr

svn commit: r1159219 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml

2011-08-18 Thread rgoers
Author: rgoers Date: Thu Aug 18 13:56:54 2011 New Revision: 1159219 URL: http://svn.apache.org/viewvc?rev=1159219&view=rev Log: [maven-release-plugin] prepare release commons-vfs2-project-2.0 Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom

svn commit: r1159216 - in /commons/proper/vfs/trunk: dist/pom.xml dist/src/assembly/src.xml pom.xml

2011-08-18 Thread rgoers
Author: rgoers Date: Thu Aug 18 13:46:50 2011 New Revision: 1159216 URL: http://svn.apache.org/viewvc?rev=1159216&view=rev Log: Exclude sandbox by default Modified: commons/proper/vfs/trunk/dist/pom.xml commons/proper/vfs/trunk/dist/src/assembly/src.xml commons/proper/vfs/t

svn commit: r1159054 - /commons/proper/vfs/trunk/README.txt

2011-08-17 Thread rgoers
Author: rgoers Date: Thu Aug 18 06:11:18 2011 New Revision: 1159054 URL: http://svn.apache.org/viewvc?rev=1159054&view=rev Log: update readme with basic build instructions Modified: commons/proper/vfs/trunk/README.txt Modified: commons/proper/vfs/trunk/README.txt URL: http://svn.apache

svn commit: r1159053 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2011-08-17 Thread rgoers
Author: rgoers Date: Thu Aug 18 06:07:38 2011 New Revision: 1159053 URL: http://svn.apache.org/viewvc?rev=1159053&view=rev Log: Revert version Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom.xml commons/proper/vfs/trunk/examples/pom.xml com

svn commit: r1158403 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2011-08-16 Thread rgoers
Author: rgoers Date: Tue Aug 16 17:59:12 2011 New Revision: 1158403 URL: http://svn.apache.org/viewvc?rev=1158403&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom.xml com

svn commit: r1158402 - /commons/proper/vfs/tags/commons-vfs2-project-2.0/

2011-08-16 Thread rgoers
Author: rgoers Date: Tue Aug 16 17:59:10 2011 New Revision: 1158402 URL: http://svn.apache.org/viewvc?rev=1158402&view=rev Log: [maven-release-plugin] copy for tag commons-vfs2-project-2.0 Added: commons/proper/vfs/tags/commons-vfs2-project-2.0/ - copied from r1158401, commons/pr

svn commit: r1158401 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2011-08-16 Thread rgoers
Author: rgoers Date: Tue Aug 16 17:59:07 2011 New Revision: 1158401 URL: http://svn.apache.org/viewvc?rev=1158401&view=rev Log: [maven-release-plugin] prepare release commons-vfs2-project-2.0 Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom

svn commit: r1158275 - in /commons/proper/vfs/trunk/dist: pom.xml src/assembly/bin.xml

2011-08-16 Thread rgoers
Author: rgoers Date: Tue Aug 16 13:52:31 2011 New Revision: 1158275 URL: http://svn.apache.org/viewvc?rev=1158275&view=rev Log: Package the right stuff for distribution Modified: commons/proper/vfs/trunk/dist/pom.xml commons/proper/vfs/trunk/dist/src/assembly/bin.xml Modified: com

svn commit: r1158139 - /commons/proper/vfs/trunk/pom.xml

2011-08-16 Thread rgoers
Author: rgoers Date: Tue Aug 16 07:45:34 2011 New Revision: 1158139 URL: http://svn.apache.org/viewvc?rev=1158139&view=rev Log: Remove Maven 1 repository declaration Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/vi

svn commit: r1158133 - in /commons/proper/vfs/trunk: core/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2011-08-16 Thread rgoers
Author: rgoers Date: Tue Aug 16 07:01:02 2011 New Revision: 1158133 URL: http://svn.apache.org/viewvc?rev=1158133&view=rev Log: Add notice and license to all test jars Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/examples/pom.xml commons/proper/vfs/t

svn commit: r1158070 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2011-08-15 Thread rgoers
Author: rgoers Date: Tue Aug 16 00:24:20 2011 New Revision: 1158070 URL: http://svn.apache.org/viewvc?rev=1158070&view=rev Log: Rollback release Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom.xml commons/proper/vfs/trunk/examples/pom.xml com

svn commit: r1158043 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2011-08-15 Thread rgoers
Author: rgoers Date: Mon Aug 15 22:30:18 2011 New Revision: 1158043 URL: http://svn.apache.org/viewvc?rev=1158043&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom.xml com

svn commit: r1158042 - /commons/proper/vfs/tags/commons-vfs2-project-2.0/

2011-08-15 Thread rgoers
Author: rgoers Date: Mon Aug 15 22:30:14 2011 New Revision: 1158042 URL: http://svn.apache.org/viewvc?rev=1158042&view=rev Log: [maven-release-plugin] copy for tag commons-vfs2-project-2.0 Added: commons/proper/vfs/tags/commons-vfs2-project-2.0/ - copied from r1158041, commons/pr

svn commit: r1158041 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2011-08-15 Thread rgoers
Author: rgoers Date: Mon Aug 15 22:30:11 2011 New Revision: 1158041 URL: http://svn.apache.org/viewvc?rev=1158041&view=rev Log: [maven-release-plugin] prepare release commons-vfs2-project-2.0 Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom

svn commit: r1158016 - in /commons/proper/vfs/trunk: RELEASE-NOTES.txt pom.xml src/changes/announcement.vm

2011-08-15 Thread rgoers
Author: rgoers Date: Mon Aug 15 21:19:26 2011 New Revision: 1158016 URL: http://svn.apache.org/viewvc?rev=1158016&view=rev Log: Update release notes to reflect source incompatibility and package name changes. Modified: commons/proper/vfs/trunk/RELEASE-NOTES.txt commons/proper/vfs/t

svn commit: r1157905 - /commons/proper/vfs/trunk/pom.xml

2011-08-15 Thread rgoers
Author: rgoers Date: Mon Aug 15 16:42:35 2011 New Revision: 1157905 URL: http://svn.apache.org/viewvc?rev=1157905&view=rev Log: Ensure License and Notice are added to Javadocs Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache

svn commit: r1157891 - /commons/proper/vfs/trunk/osgi/

2011-08-15 Thread rgoers
Author: rgoers Date: Mon Aug 15 15:40:28 2011 New Revision: 1157891 URL: http://svn.apache.org/viewvc?rev=1157891&view=rev Log: File isn't needed Removed: commons/proper/vfs/trunk/osgi/

svn commit: r1157865 - /commons/proper/vfs/trunk/pom.xml

2011-08-15 Thread rgoers
Author: rgoers Date: Mon Aug 15 14:36:11 2011 New Revision: 1157865 URL: http://svn.apache.org/viewvc?rev=1157865&view=rev Log: Fix manifest error when building jar. Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/vi

svn commit: r1157664 - in /commons/proper/vfs/trunk: pom.xml sandbox/pom.xml

2011-08-14 Thread rgoers
Author: rgoers Date: Sun Aug 14 20:55:55 2011 New Revision: 1157664 URL: http://svn.apache.org/viewvc?rev=1157664&view=rev Log: Change surefire plugin configs to use systemPropertyVariables Modified: commons/proper/vfs/trunk/pom.xml commons/proper/vfs/trunk/sandbox/pom.xml Modi

svn commit: r1157663 - /commons/proper/vfs/trunk/core/pom.xml

2011-08-14 Thread rgoers
Author: rgoers Date: Sun Aug 14 20:55:45 2011 New Revision: 1157663 URL: http://svn.apache.org/viewvc?rev=1157663&view=rev Log: Change surefire plugin configs to use systemPropertyVariables Modified: commons/proper/vfs/trunk/core/pom.xml Modified: commons/proper/vfs/trunk/core/pom.xml

svn commit: r1157656 [3/3] - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/ core/src/main/java/org/apache/commons/vfs2/cache/ core/src/main/java/org/apache/commons/vfs2/impl

2011-08-14 Thread rgoers
Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/local/test/FileNameTests.java URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/local/test/FileNameTests.java?rev=1157656&r1=1157655&r2=1157656&view=

svn commit: r1157581 - in /commons/proper/vfs/trunk: NOTICE.txt core/pom.xml src/changes/announcement.vm

2011-08-14 Thread rgoers
Author: rgoers Date: Sun Aug 14 18:05:42 2011 New Revision: 1157581 URL: http://svn.apache.org/viewvc?rev=1157581&view=rev Log: Change copyright year. Fix antrun warning. Change announcment template Modified: commons/proper/vfs/trunk/NOTICE.txt commons/proper/vfs/trunk/core/pom

svn commit: r1157568 - in /commons/proper/vfs/trunk: README.txt RELEASE-NOTES.txt core/pom.xml dist/pom.xml examples/pom.xml osgi/MANIFEST.MF pom.xml sandbox/pom.xml src/changes/announcement.vm

2011-08-14 Thread rgoers
Author: rgoers Date: Sun Aug 14 17:23:19 2011 New Revision: 1157568 URL: http://svn.apache.org/viewvc?rev=1157568&view=rev Log: Revert version numbers. Add svn attributes Modified: commons/proper/vfs/trunk/README.txt (props changed) commons/proper/vfs/trunk/RELEASE-NOTES.txt (p

svn commit: r1157563 - /commons/proper/vfs/tags/commons-vfs2-project-2.0/

2011-08-14 Thread rgoers
Author: rgoers Date: Sun Aug 14 17:06:40 2011 New Revision: 1157563 URL: http://svn.apache.org/viewvc?rev=1157563&view=rev Log: Remove failed release Removed: commons/proper/vfs/tags/commons-vfs2-project-2.0/

svn commit: r1157491 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2011-08-14 Thread rgoers
Author: rgoers Date: Sun Aug 14 07:53:50 2011 New Revision: 1157491 URL: http://svn.apache.org/viewvc?rev=1157491&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom.xml com

svn commit: r1157490 - /commons/proper/vfs/tags/commons-vfs2-project-2.0/

2011-08-14 Thread rgoers
Author: rgoers Date: Sun Aug 14 07:53:47 2011 New Revision: 1157490 URL: http://svn.apache.org/viewvc?rev=1157490&view=rev Log: [maven-release-plugin] copy for tag commons-vfs2-project-2.0 Added: commons/proper/vfs/tags/commons-vfs2-project-2.0/ - copied from r1157489, commons/pr

svn commit: r1157489 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2011-08-14 Thread rgoers
Author: rgoers Date: Sun Aug 14 07:53:44 2011 New Revision: 1157489 URL: http://svn.apache.org/viewvc?rev=1157489&view=rev Log: [maven-release-plugin] prepare release commons-vfs2-project-2.0 Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom

svn commit: r1157488 - /commons/proper/vfs/trunk/dist/src/assembly/bin.xml

2011-08-14 Thread rgoers
Author: rgoers Date: Sun Aug 14 07:43:07 2011 New Revision: 1157488 URL: http://svn.apache.org/viewvc?rev=1157488&view=rev Log: Include release notes in binary distribution Modified: commons/proper/vfs/trunk/dist/src/assembly/bin.xml Modified: commons/proper/vfs/trunk/dist/src/asse

svn commit: r1157482 - in /commons/proper/vfs/trunk: RELEASE-NOTES.txt pom.xml src/changes/announcement.vm

2011-08-14 Thread rgoers
Author: rgoers Date: Sun Aug 14 07:30:53 2011 New Revision: 1157482 URL: http://svn.apache.org/viewvc?rev=1157482&view=rev Log: Check in release notes Added: commons/proper/vfs/trunk/RELEASE-NOTES.txt Modified: commons/proper/vfs/trunk/pom.xml commons/proper/vfs/trunk/src/cha

svn commit: r1157473 - /commons/proper/vfs/trunk/pom.xml

2011-08-13 Thread rgoers
Author: rgoers Date: Sun Aug 14 06:37:30 2011 New Revision: 1157473 URL: http://svn.apache.org/viewvc?rev=1157473&view=rev Log: Another try at generating release nots Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/vi

svn commit: r1157467 - /commons/proper/vfs/trunk/pom.xml

2011-08-13 Thread rgoers
Author: rgoers Date: Sun Aug 14 05:05:50 2011 New Revision: 1157467 URL: http://svn.apache.org/viewvc?rev=1157467&view=rev Log: Move release-plugin definition to apache release profile Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL:

svn commit: r1157464 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2011-08-13 Thread rgoers
Author: rgoers Date: Sun Aug 14 04:50:09 2011 New Revision: 1157464 URL: http://svn.apache.org/viewvc?rev=1157464&view=rev Log: [maven-release-plugin] rollback the release of commons-vfs2-project-2.0 Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom

svn commit: r1157462 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2011-08-13 Thread rgoers
Author: rgoers Date: Sun Aug 14 04:48:57 2011 New Revision: 1157462 URL: http://svn.apache.org/viewvc?rev=1157462&view=rev Log: [maven-release-plugin] prepare release commons-vfs2-project-2.0 Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom

svn commit: r1157463 - /commons/proper/vfs/tags/commons-vfs2-project-2.0/

2011-08-13 Thread rgoers
Author: rgoers Date: Sun Aug 14 04:49:01 2011 New Revision: 1157463 URL: http://svn.apache.org/viewvc?rev=1157463&view=rev Log: [maven-release-plugin] copy for tag commons-vfs2-project-2.0 Added: commons/proper/vfs/tags/commons-vfs2-project-2.0/ - copied from r1157462, commons/pr

svn commit: r1157461 - in /commons/proper/vfs/trunk: osgi/ osgi/MANIFEST.MF pom.xml

2011-08-13 Thread rgoers
Author: rgoers Date: Sun Aug 14 04:44:52 2011 New Revision: 1157461 URL: http://svn.apache.org/viewvc?rev=1157461&view=rev Log: Provide bogus manifest to keep jar:test-jar from failing Added: commons/proper/vfs/trunk/osgi/ commons/proper/vfs/trunk/osgi/MANIFEST.MF Modified: com

svn commit: r1156988 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileObject.java pom.xml

2011-08-12 Thread rgoers
Author: rgoers Date: Fri Aug 12 07:14:56 2011 New Revision: 1156988 URL: http://svn.apache.org/viewvc?rev=1156988&view=rev Log: Upgrade checkstyle plugin verison. Fix error found by Findbugs Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/we

svn commit: r1151289 - /commons/proper/vfs/trunk/pom.xml

2011-07-26 Thread rgoers
Author: rgoers Date: Tue Jul 26 23:20:54 2011 New Revision: 1151289 URL: http://svn.apache.org/viewvc?rev=1151289&view=rev Log: Upgrade version of findbugs plugin. Fixes the site build with Maven 3 Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml

svn commit: r1150476 - in /commons/proper/vfs/trunk: core/pom.xml pom.xml

2011-07-24 Thread rgoers
Author: rgoers Date: Sun Jul 24 19:30:09 2011 New Revision: 1150476 URL: http://svn.apache.org/viewvc?rev=1150476&view=rev Log: Maven site generation works with Maven 2. Maven 3 site plugin appears to have problems Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/t

svn commit: r1150456 - /commons/proper/vfs/trunk/pom.xml

2011-07-24 Thread rgoers
Author: rgoers Date: Sun Jul 24 18:35:07 2011 New Revision: 1150456 URL: http://svn.apache.org/viewvc?rev=1150456&view=rev Log: Change the commons net version for VFS-348 Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/vi

svn commit: r1150298 - in /commons/proper/vfs/trunk: core/src/site/ dist/src/assembly/ examples/src/main/java/org/apache/commons/vfs2/libcheck/ examples/src/site/ sandbox/src/site/ src/changes/ src/si

2011-07-24 Thread rgoers
Author: rgoers Date: Sun Jul 24 08:32:08 2011 New Revision: 1150298 URL: http://svn.apache.org/viewvc?rev=1150298&view=rev Log: Apply fix for VFS-348 Modified: commons/proper/vfs/trunk/core/src/site/site.xml commons/proper/vfs/trunk/dist/src/assembly/bin.xml commons/proper/vfs/t

svn commit: r1150297 - /commons/proper/vfs/trunk/pom.xml

2011-07-24 Thread rgoers
Author: rgoers Date: Sun Jul 24 08:28:56 2011 New Revision: 1150297 URL: http://svn.apache.org/viewvc?rev=1150297&view=rev Log: [maven-release-plugin] rollback the release of commons-vfs2-project-2.0 Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml

svn commit: r1082077 - /commons/proper/vfs/trunk/pom.xml

2011-03-16 Thread rgoers
Author: rgoers Date: Wed Mar 16 07:21:02 2011 New Revision: 1082077 URL: http://svn.apache.org/viewvc?rev=1082077&view=rev Log: Revert inadvertent commit. Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/pr

svn commit: r1082052 - /commons/proper/vfs/trunk/pom.xml

2011-03-15 Thread rgoers
Author: rgoers Date: Wed Mar 16 05:19:38 2011 New Revision: 1082052 URL: http://svn.apache.org/viewvc?rev=1082052&view=rev Log: [maven-release-plugin] rollback the release of commons-vfs2-project-2.0 Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml

svn commit: r1055961 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/cache/SoftRefFilesCache.java

2011-01-06 Thread rgoers
Author: rgoers Date: Thu Jan 6 17:49:12 2011 New Revision: 1055961 URL: http://svn.apache.org/viewvc?rev=1055961&view=rev Log: Fix error introduced with synchronization changes Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/cache/SoftRefFilesCache.

svn commit: r1051378 - /commons/proper/vfs/tags/commons-vfs2-project-2.0/

2010-12-20 Thread rgoers
Author: rgoers Date: Tue Dec 21 05:22:41 2010 New Revision: 1051378 URL: http://svn.apache.org/viewvc?rev=1051378&view=rev Log: Delete tag since release failed Removed: commons/proper/vfs/tags/commons-vfs2-project-2.0/

svn commit: r1051376 - /commons/proper/vfs/trunk/src/site/xdoc/index.xml

2010-12-20 Thread rgoers
Author: rgoers Date: Tue Dec 21 05:18:09 2010 New Revision: 1051376 URL: http://svn.apache.org/viewvc?rev=1051376&view=rev Log: Update main page to document binary incompatibility Modified: commons/proper/vfs/trunk/src/site/xdoc/index.xml Modified: commons/proper/vfs/trunk/src/site/

svn commit: r1051375 - /commons/proper/vfs/trunk/README.txt

2010-12-20 Thread rgoers
Author: rgoers Date: Tue Dec 21 04:54:06 2010 New Revision: 1051375 URL: http://svn.apache.org/viewvc?rev=1051375&view=rev Log: Add README.txt Added: commons/proper/vfs/trunk/README.txt Added: commons/proper/vfs/trunk/README.txt URL: http://svn.apache.org/viewvc/commons/proper/vfs/t

svn commit: r1051373 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml dist/src/assembly/bin.xml dist/src/assembly/src.xml examples/pom.xml pom.xml sandbox/pom.xml src/changes/announcement.vm

2010-12-20 Thread rgoers
Author: rgoers Date: Tue Dec 21 04:40:14 2010 New Revision: 1051373 URL: http://svn.apache.org/viewvc?rev=1051373&view=rev Log: Include release notes in bin distribution Added: commons/proper/vfs/trunk/src/changes/announcement.vm Modified: commons/proper/vfs/trunk/core/pom

svn commit: r1042382 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2010-12-05 Thread rgoers
Author: rgoers Date: Sun Dec 5 16:09:05 2010 New Revision: 1042382 URL: http://svn.apache.org/viewvc?rev=1042382&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom.xml com

svn commit: r1042381 - /commons/proper/vfs/tags/commons-vfs2-project-2.0/

2010-12-05 Thread rgoers
Author: rgoers Date: Sun Dec 5 16:09:02 2010 New Revision: 1042381 URL: http://svn.apache.org/viewvc?rev=1042381&view=rev Log: [maven-release-plugin] copy for tag commons-vfs2-project-2.0 Added: commons/proper/vfs/tags/commons-vfs2-project-2.0/ - copied from r1042380, commons/pr

svn commit: r1042380 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2010-12-05 Thread rgoers
Author: rgoers Date: Sun Dec 5 16:08:58 2010 New Revision: 1042380 URL: http://svn.apache.org/viewvc?rev=1042380&view=rev Log: [maven-release-plugin] prepare release commons-vfs2-project-2.0 Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom

svn commit: r1042379 - /commons/proper/vfs/trunk/dist/pom.xml

2010-12-05 Thread rgoers
Author: rgoers Date: Sun Dec 5 16:05:21 2010 New Revision: 1042379 URL: http://svn.apache.org/viewvc?rev=1042379&view=rev Log: Add missing version element Modified: commons/proper/vfs/trunk/dist/pom.xml Modified: commons/proper/vfs/trunk/dist/pom.xml URL: http://svn.apache.org/vi

svn commit: r1041952 - in /commons/proper/vfs/trunk/src: changes/changes.xml site/xdoc/filesystems.xml

2010-12-03 Thread rgoers
Author: rgoers Date: Fri Dec 3 18:53:11 2010 New Revision: 1041952 URL: http://svn.apache.org/viewvc?rev=1041952&view=rev Log: Fix VFS-230 - Add FileSystem capabilities to web site. Modified: commons/proper/vfs/trunk/src/changes/changes.xml commons/proper/vfs/trunk/src/site/

svn commit: r1039191 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileName.java src/changes/changes.xml

2010-11-25 Thread rgoers
Author: rgoers Date: Thu Nov 25 21:31:30 2010 New Revision: 1039191 URL: http://svn.apache.org/viewvc?rev=1039191&view=rev Log: Workaround for VFS-245 - equals(), hashcode() and compareTo() will return the same results regardless of the FileType changing Modified: commons/proper/vfs/t

svn commit: r1037973 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: FilesCache.java cache/DefaultFilesCache.java cache/LRUFilesCache.java cache/NullFilesCache.java cache/So

2010-11-22 Thread rgoers
Author: rgoers Date: Tue Nov 23 02:27:44 2010 New Revision: 1037973 URL: http://svn.apache.org/viewvc?rev=1037973&view=rev Log: Replace synchronization with locking and/or concurrent objects. Add putFileIfAbsent method to allow callers to safely add to the cache Modified: commons/pr

svn commit: r1037966 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java

2010-11-22 Thread rgoers
Author: rgoers Date: Tue Nov 23 02:01:56 2010 New Revision: 1037966 URL: http://svn.apache.org/viewvc?rev=1037966&view=rev Log: Remove extraneous synchronization Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java Modi

svn commit: r1037953 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider: AbstractFileSystem.java ftp/FtpFileSystem.java

2010-11-22 Thread rgoers
Author: rgoers Date: Tue Nov 23 00:27:35 2010 New Revision: 1037953 URL: http://svn.apache.org/viewvc?rev=1037953&view=rev Log: Fix VFS-293 by converting the idle client to an AtomicReference. Make atomic objects final Modified: commons/proper/vfs/trunk/core/src/main/java/org/ap

svn commit: r1037943 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java

2010-11-22 Thread rgoers
Author: rgoers Date: Mon Nov 22 23:42:12 2010 New Revision: 1037943 URL: http://svn.apache.org/viewvc?rev=1037943&view=rev Log: Convert useCount to AtomicLong Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java Modified: com

svn commit: r1037935 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java

2010-11-22 Thread rgoers
Author: rgoers Date: Mon Nov 22 23:23:59 2010 New Revision: 1037935 URL: http://svn.apache.org/viewvc?rev=1037935&view=rev Log: Fox for VFS-343. Use AtomicInteger instead of synchronizing on FileSystem Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/prov

svn commit: r1036327 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: operations/vcs/ provider/ provider/ftp/ provider/ftps/ util/

2010-11-17 Thread rgoers
Author: rgoers Date: Thu Nov 18 06:10:09 2010 New Revision: 1036327 URL: http://svn.apache.org/viewvc?rev=1036327&view=rev Log: More checkstyle fixes Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/vcs/VcsStatus.java commons/proper/vfs/t

svn commit: r1036312 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: UserAuthenticationData.java cache/DefaultFilesCache.java

2010-11-17 Thread rgoers
Author: rgoers Date: Thu Nov 18 01:42:47 2010 New Revision: 1036312 URL: http://svn.apache.org/viewvc?rev=1036312&view=rev Log: Fix checkstyle errors. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/UserAuthenticationData.java commons/proper/vfs/trunk/

svn commit: r1036311 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/vcs: VcsCommitListener.java VcsModifyListener.java VcsStatus.java VcsUpdateListener.java

2010-11-17 Thread rgoers
Author: rgoers Date: Thu Nov 18 01:41:15 2010 New Revision: 1036311 URL: http://svn.apache.org/viewvc?rev=1036311&view=rev Log: Convert VcsStatus to an enum. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/vcs/VcsCommitListener.java com

svn commit: r1036308 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider: ram/RamFileRandomAccessContent.java tar/TarEntry.java

2010-11-17 Thread rgoers
Author: rgoers Date: Thu Nov 18 01:20:40 2010 New Revision: 1036308 URL: http://svn.apache.org/viewvc?rev=1036308&view=rev Log: Remove deprecated methods. Remove @author tags from methods Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider

svn commit: r1036300 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider: AbstractRandomAccessContent.java http/HttpFileSystem.java http/ThreadLocalHttpConnectionManager

2010-11-17 Thread rgoers
Author: rgoers Date: Thu Nov 18 00:49:54 2010 New Revision: 1036300 URL: http://svn.apache.org/viewvc?rev=1036300&view=rev Log: Remove ThreadLocalHttpConnectionManager as it is not used. Add comment to AbstractRandomAccessContent to indicate the deprecated method will probably never be rem

svn commit: r1036296 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileObject.java

2010-11-17 Thread rgoers
Author: rgoers Date: Thu Nov 18 00:28:50 2010 New Revision: 1036296 URL: http://svn.apache.org/viewvc?rev=1036296&view=rev Log: Remove deprecated method. Add missing javadoc tags Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileObject.

svn commit: r1036269 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider: AbstractFileObject.java DefaultFileContent.java DelegateFileObject.java local/LocalFile.java ra

2010-11-17 Thread rgoers
Author: rgoers Date: Wed Nov 17 22:52:52 2010 New Revision: 1036269 URL: http://svn.apache.org/viewvc?rev=1036269&view=rev Log: remove setLastModTime method. Change setLastModifiedTime to return a boolean Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/prov

svn commit: r1035550 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/cache/DefaultFilesCache.java

2010-11-16 Thread rgoers
Author: rgoers Date: Tue Nov 16 08:05:24 2010 New Revision: 1035550 URL: http://svn.apache.org/viewvc?rev=1035550&view=rev Log: Use ConcurrentMap instead of synchronization Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/cache/DefaultFilesCache.java Modi

svn commit: r1035547 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: auth/ provider/ provider/ftp/ provider/ftps/ provider/local/ tasks/ util/

2010-11-15 Thread rgoers
Author: rgoers Date: Tue Nov 16 07:46:38 2010 New Revision: 1035547 URL: http://svn.apache.org/viewvc?rev=1035547&view=rev Log: Change more StringBuffers to StringBuilders Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/auth/StaticUserAuthenticator.

svn commit: r1035190 - in /commons/proper/vfs/trunk: ./ core/src/main/java/org/apache/commons/vfs2/impl/ core/src/main/java/org/apache/commons/vfs2/provider/ core/src/main/java/org/apache/commons/vfs2

2010-11-15 Thread rgoers
Author: rgoers Date: Mon Nov 15 08:58:37 2010 New Revision: 1035190 URL: http://svn.apache.org/viewvc?rev=1035190&view=rev Log: Sandbox was not dependent on vfs2. Convert many StringBuffers to StringBuilder. Convert HashMap to ConcurrentHashMap in Messages class Modified: commons/pr

svn commit: r1035170 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: CacheStrategy.java Capability.java NameScope.java util/RandomAccessMode.java

2010-11-15 Thread rgoers
Author: rgoers Date: Mon Nov 15 08:01:58 2010 New Revision: 1035170 URL: http://svn.apache.org/viewvc?rev=1035170&view=rev Log: Convert more enum patterns to Java 5 enum Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/CacheStrategy.java commons/proper

svn commit: r1035161 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileType.java

2010-11-14 Thread rgoers
Author: rgoers Date: Mon Nov 15 07:25:58 2010 New Revision: 1035161 URL: http://svn.apache.org/viewvc?rev=1035161&view=rev Log: Convert enum pattern to Java 5 enum Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileType.java Modified: commons/proper

svn commit: r1035158 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: ./ cache/ impl/ operations/vcs/ provider/ provider/local/ provider/zip/ tasks/ util/

2010-11-14 Thread rgoers
Author: rgoers Date: Mon Nov 15 06:48:47 2010 New Revision: 1035158 URL: http://svn.apache.org/viewvc?rev=1035158&view=rev Log: Change the rest of the author tags Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/VFS.java commons/proper/vfs/trunk/core

svn commit: r1035154 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: ./ cache/ impl/ operations/ provider/ provider/ftp/ provider/ftps/ provider/gzip/ provider/local/ tasks/

2010-11-14 Thread rgoers
Author: rgoers Date: Mon Nov 15 06:28:06 2010 New Revision: 1035154 URL: http://svn.apache.org/viewvc?rev=1035154&view=rev Log: Change more author tags Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileChangeEvent.java commons/proper/vfs/trunk/core

svn commit: r1035122 - in /commons/proper/vfs/trunk: ./ core/src/main/java/org/apache/commons/vfs2/ core/src/main/java/org/apache/commons/vfs2/cache/ core/src/main/java/org/apache/commons/vfs2/impl/ c

2010-11-14 Thread rgoers
Author: rgoers Date: Mon Nov 15 02:52:44 2010 New Revision: 1035122 URL: http://svn.apache.org/viewvc?rev=1035122&view=rev Log: Start changing author tags Modified: commons/proper/vfs/trunk/checkstyle.xml commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/

svn commit: r1035116 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider: ./ bzip2/ ftps/ http/ tar/

2010-11-14 Thread rgoers
Author: rgoers Date: Mon Nov 15 01:25:02 2010 New Revision: 1035116 URL: http://svn.apache.org/viewvc?rev=1035116&view=rev Log: More checkstyle errors fixed Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/DefaultFileContent.java commons/proper

svn commit: r1034923 - in /commons/proper/vfs/trunk: pom.xml src/site/site.xml

2010-11-13 Thread rgoers
Author: rgoers Date: Sun Nov 14 00:50:05 2010 New Revision: 1034923 URL: http://svn.apache.org/viewvc?rev=1034923&view=rev Log: Put source xref in each subproject so checkstyle can link to it Modified: commons/proper/vfs/trunk/pom.xml commons/proper/vfs/trunk/src/site/site.xml Modi

svn commit: r1034914 - /commons/proper/configuration/branches/configuration2_experimental/pom.xml

2010-11-13 Thread rgoers
Author: rgoers Date: Sat Nov 13 23:43:31 2010 New Revision: 1034914 URL: http://svn.apache.org/viewvc?rev=1034914&view=rev Log: Change vfs artifactId to vfs2 Modified: commons/proper/configuration/branches/configuration2_experimental/pom.xml Modified: commons/proper/configuration/bran

svn commit: r1034913 - /commons/proper/configuration/trunk/pom.xml

2010-11-13 Thread rgoers
Author: rgoers Date: Sat Nov 13 23:43:21 2010 New Revision: 1034913 URL: http://svn.apache.org/viewvc?rev=1034913&view=rev Log: Change vfs artifactId to vfs2 Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL: http://svn.apache

svn commit: r1034912 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2010-11-13 Thread rgoers
Author: rgoers Date: Sat Nov 13 23:43:00 2010 New Revision: 1034912 URL: http://svn.apache.org/viewvc?rev=1034912&view=rev Log: Change artifactid to vfs2 Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom.xml commons/proper/vfs/trunk/examples/pom

svn commit: r1034910 - /commons/proper/vfs/tags/commons-vfs-project-2.0/

2010-11-13 Thread rgoers
Author: rgoers Date: Sat Nov 13 23:37:05 2010 New Revision: 1034910 URL: http://svn.apache.org/viewvc?rev=1034910&view=rev Log: Vote failed Removed: commons/proper/vfs/tags/commons-vfs-project-2.0/

svn commit: r1034839 - in /commons/proper/vfs/trunk: checkstyle.xml pom.xml

2010-11-13 Thread rgoers
Author: rgoers Date: Sat Nov 13 18:41:56 2010 New Revision: 1034839 URL: http://svn.apache.org/viewvc?rev=1034839&view=rev Log: update checkstyle version Modified: commons/proper/vfs/trunk/checkstyle.xml commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/checkstyle

svn commit: r1034668 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/fs/ main/java/org/apache/commons/configuration2/reloading/

2010-11-12 Thread rgoers
Author: rgoers Date: Sat Nov 13 05:51:38 2010 New Revision: 1034668 URL: http://svn.apache.org/viewvc?rev=1034668&view=rev Log: Change VFS package name from vfs to vfs2 Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/com

  1   2   3   >