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 2017/07/20 07:11:05 UTC

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

Author: ggregory
Date: Thu Jul 20 07:11:05 2017
New Revision: 1802455

URL: http://svn.apache.org/viewvc?rev=1802455&view=rev
Log:
Update examples for upcoming release 2.2.

Modified:
    commons/proper/vfs/trunk/examples/src/site/xdoc/index.xml

Modified: commons/proper/vfs/trunk/examples/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/examples/src/site/xdoc/index.xml?rev=1802455&r1=1802454&r2=1802455&view=diff
==============================================================================
--- commons/proper/vfs/trunk/examples/src/site/xdoc/index.xml (original)
+++ commons/proper/vfs/trunk/examples/src/site/xdoc/index.xml Thu Jul 20 07:11:05 2017
@@ -64,17 +64,17 @@
                 <source><![CDATA[
 REP=~/.m2/repository
 LIB=$REP/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
-LIB=$LIB:$REP/commons-net/commons-net/2.2/commons-net-2.2.jar
-# LIB=$LIB:$REP/org/apache/commons/commons-collections4/4.0/commons-collection-4.0.jar
+LIB=$LIB:$REP/commons-net/commons-net/3.6/commons-net-3.6.jar
+# LIB=$LIB:$REP/org/apache/commons/commons-collections4/4.1/commons-collection-4.1.jar
 LIB=$LIB:$REP/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar:$REP/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
-LIB=$LIB:$REP/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar
+LIB=$LIB:$REP/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
 # next 3 lines are for webdav
 LIB=$LIB:$REP/org/apache/jackrabbit/jackrabbit-webdav/1.6.5/jackrabbit-webdav-1.6.5.jar
 LIB=$LIB:$REP/org/slf4j/slf4j-api/1.5.11/slf4j-api-1.5.11.jar:$REP/org/slf4j/slf4j-simple/1.5.3/slf4j-simple-1.5.3.jar
 LIB=$LIB:$REP/org/apache/jackrabbit/jackrabbit-jcr-commons/1.6.5/jackrabbit-jcr-commons-1.6.5.jar
-# LIB=$LIB:$REP/org/apache/commons/commons-vfs2-sandbox/2.1/commons-vfs2-sandbox-2.1.jar:$REP/jcifs/jcifs/0.8.3/jcifs-0.8.3.jar
-LIB=$LIB:$REP/org/apache/commons/commons-vfs2-examples/2.1/commons-vfs2-examples-2.1.jar
-LIB=$LIB:$REP/org/apache/commons/commons-vfs2/2.1/commons-vfs2-2.1.jar
+# LIB=$LIB:$REP/org/apache/commons/commons-vfs2-sandbox/2.2/commons-vfs2-sandbox-2.2.jar:$REP/jcifs/jcifs/0.8.3/jcifs-0.8.3.jar
+LIB=$LIB:$REP/org/apache/commons/commons-vfs2-examples/2.2/commons-vfs2-examples-2.2.jar
+LIB=$LIB:$REP/org/apache/commons/commons-vfs2/2.2/commons-vfs2-2.2.jar
 java -cp $LIB org.apache.commons.vfs2.example.Shell
 ]]></source>
             </subsection>
@@ -84,16 +84,16 @@ java -cp $LIB org.apache.commons.vfs2.ex
 set REP=%USERPROFILE%\.m2\repository
 set LIB=%REP%\commons-logging\commons-logging\1.2\commons-logging-1.2.jar
 set LIB=%LIB%;%REP%\commons-net\commons-net\2.2\commons-net-2.2.jar
-REM # set LIB=%LIB%;%REP%\org\apache\commons\commons-collections4\4.0\commons-collection-4.0.jar
+REM # set LIB=%LIB%;%REP%\org\apache\commons\commons-collections4\4.1\commons-collection-4.1.jar
 set LIB=%LIB%;%REP%\commons-httpclient\commons-httpclient\3.1\commons-httpclient-3.1.jar;%REP%\commons-codec\commons-codec\1.2\commons-codec-1.2.jar
-set LIB=%LIB%;%REP%\com\jcraft\jsch\0.1.51\jsch-0.1.51.jar
+set LIB=%LIB%;%REP%\com\jcraft\jsch\0.1.54\jsch-0.1.54.jar
 REM # next 3 lines are for webdav
 set LIB=%LIB%;%REP%\org\apache\jackrabbit\jackrabbit-webdav\1.6.5\jackrabbit-webdav-1.6.5.jar
 set LIB=%LIB%;%REP%\org\slf4j\slf4j-api\1.5.11\slf4j-api-1.5.11.jar;%REP%\org\slf4j\slf4j-simple\1.5.3\slf4j-simple-1.5.3.jar
 set LIB=%LIB%;%REP%\org\apache\jackrabbit\jackrabbit-jcr-commons\1.6.5\jackrabbit-jcr-commons-1.6.5.jar
-REM # set LIB=%LIB%;%REP%\org\apache\commons\commons-vfs2-sandbox\2.1\commons-vfs2-sandbox-2.1.jar;%REP%\jcifs\jcifs\0.8.3\jcifs-0.8.3.jar
-set LIB=%LIB%;%REP%\org\apache\commons\commons-vfs2-examples\2.1\commons-vfs2-examples-2.1.jar
-set LIB=%LIB%;%REP%\org\apache\commons\commons-vfs2\2.1\commons-vfs2-2.1.jar
+REM # set LIB=%LIB%;%REP%\org\apache\commons\commons-vfs2-sandbox\2.2\commons-vfs2-sandbox-2.2.jar;%REP%\jcifs\jcifs\0.8.3\jcifs-0.8.3.jar
+set LIB=%LIB%;%REP%\org\apache\commons\commons-vfs2-examples\2.2\commons-vfs2-examples-2.2.jar
+set LIB=%LIB%;%REP%\org\apache\commons\commons-vfs2\2.2\commons-vfs2-2.2.jar
 java -cp %LIB% org.apache.commons.vfs2.example.Shell
 ]]></source>
             </subsection>