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/10 00:11:10 UTC

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

Author: ggregory
Date: Wed Nov  9 23:11:09 2011
New Revision: 1200027

URL: http://svn.apache.org/viewvc?rev=1200027&view=rev
Log:
Add comments.

Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1200027&r1=1200026&r2=1200027&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Nov  9 23:11:09 2011
@@ -361,7 +361,7 @@
         <version>4.10</version>
         <scope>test</scope>
       </dependency>
-      <!-- ftpserver-core -->
+      <!-- Test FTP with Apache FTP Server (MINA) -->
       <dependency>
         <groupId>org.apache.ftpserver</groupId>
         <artifactId>ftpserver-core</artifactId>
@@ -380,7 +380,7 @@
         <version>1.6.3</version>
         <scope>test</scope>
       </dependency>
-      <!-- SSHd -->
+      <!-- Test SFTP with Apache SHHd Server (MINA) -->
       <dependency>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd-core</artifactId>