Author: ggregory
Date: Wed Nov 9 23:12:28 2011
New Revision: 1200028
URL: http://svn.apache.org/viewvc?rev=1200028&view=rev
Log:
Add comments.
Modified:
commons/proper/vfs/trunk/core/pom.xml
Modified: commons/proper/vfs/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=1200028&r1=1200027&r2=1200028&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Wed Nov 9 23:12:28 2011
@@ -81,7 +81,7 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
- <!-- ftpserver-core -->
+ <!-- Test FTP with Apache FTP Server (MINA) -->
<dependency>
<groupId>org.apache.ftpserver</groupId>
<artifactId>ftpserver-core</artifactId>
@@ -97,7 +97,7 @@
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
- <!-- SSHd -->
+ <!-- Test SFTP with Apache SHHd Server (MINA) -->
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>