You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2006/10/24 21:35:54 UTC

svn commit: r467447 - /ant/core/trunk/fetch.xml

Author: antoine
Date: Tue Oct 24 12:35:54 2006
New Revision: 467447

URL: http://svn.apache.org/viewvc?view=rev&rev=467447
Log:
groupId for jsch 01.29 jsch, not com.jcraft

Modified:
    ant/core/trunk/fetch.xml

Modified: ant/core/trunk/fetch.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/fetch.xml?view=diff&rev=467447&r1=467446&r2=467447
==============================================================================
--- ant/core/trunk/fetch.xml (original)
+++ ant/core/trunk/fetch.xml Tue Oct 24 12:35:54 2006
@@ -160,7 +160,7 @@
     description="load networking libraries (commons-net; jsch)"
     depends="init">
     <f2 project="commons-net" />
-    <f2 project="com.jcraft" archive="jsch" />
+    <f2 project="jsch"/>
   </target>
 
   <target name="regexp"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org