You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/11/02 16:39:25 UTC

svn commit: r1196638 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/Resources.properties src/changes/changes.xml

Author: ggregory
Date: Wed Nov  2 15:39:25 2011
New Revision: 1196638

URL: http://svn.apache.org/viewvc?rev=1196638&view=rev
Log:
[VFS-378] Tar error message are missing from resource file.

Modified:
    commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/Resources.properties
    commons/proper/vfs/trunk/src/changes/changes.xml

Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/Resources.properties
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/Resources.properties?rev=1196638&r1=1196637&r2=1196638&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/Resources.properties (original)
+++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/Resources.properties Wed Nov  2 15:39:25 2011
@@ -265,6 +265,10 @@ vfs.provider.sftp/known-hosts.error=Erro
 vfs.provider.sftp/StrictHostKeyChecking-arg.error=Illegal argument "{0}" hostKeyChecking can only be "ask", "yes" or "no"
 vfs.provider.sftp/change-work-directory-back.error=Could not change back to work directory "{0}".
 
+# Tar
+vfs.provider.tar/open-tar-file.error=Could not open Tar file "{0}".
+vfs.provider.tar/close-tar-file.error=Could not close Tar file "{0}".
+
 # Ant tasks
 vfs.tasks/sync.no-destination.error=No destination file or directory specified.
 vfs.tasks/sync.too-many-destinations.error=Cannot specify both a destination file and a destination directory.

Modified: commons/proper/vfs/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1196638&r1=1196637&r2=1196638&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Wed Nov  2 15:39:25 2011
@@ -23,6 +23,9 @@
 
   <body>
     <release version="2.1" date="TBD" description="">
+      <action issue="VFS-378" dev="ggregory" type="update">
+        Tar error message are missing from resource file.
+      </action>
       <action issue="VFS-377" dev="ggregory" type="update">
         Replace custom TAR code with Apache Commons Compress 1.3.
       </action>