Author: imario
Date: Sun Nov 6 22:53:43 2005
New Revision: 331228
URL: http://svn.apache.org/viewcvs?rev=331228&view=rev
Log:
corrected groupId for jsch
Modified:
jakarta/commons/proper/vfs/trunk/build.xml
jakarta/commons/proper/vfs/trunk/project.xml
Modified: jakarta/commons/proper/vfs/trunk/build.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/build.xml?rev=331228&r1=331227&r2=331228&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/build.xml (original)
+++ jakarta/commons/proper/vfs/trunk/build.xml Sun Nov 6 22:53:43 2005
@@ -195,7 +195,7 @@
src="http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0.2.jar">
</get>
<get dest="${libdir}/jsch-0.1.23.jar" usetimestamp="true"
ignoreerrors="true"
- src="http://www.ibiblio.org/maven/jsch/jars/jsch-0.1.23.jar">
+
src="http://www.ibiblio.org/maven/com.jcraft/jars/jsch-0.1.23.jar">
</get>
<get dest="${libdir}/xml-apis-1.0.b2.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/xml-apis/jars/xml-apis-1.0.b2.jar">
Modified: jakarta/commons/proper/vfs/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/project.xml?rev=331228&r1=331227&r2=331228&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/project.xml (original)
+++ jakarta/commons/proper/vfs/trunk/project.xml Sun Nov 6 22:53:43 2005
@@ -146,7 +146,7 @@
</dependency>
<dependency>
- <groupId>jsch</groupId>
+ <groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.23</version>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]