summaryrefslogtreecommitdiff
path: root/fetch.xml
diff options
context:
space:
mode:
authorAntoine Levy-Lambert <antoine@apache.org>2006-10-24 19:35:54 +0000
committerAntoine Levy-Lambert <antoine@apache.org>2006-10-24 19:35:54 +0000
commit05b2571e85192b5ca2285e7e6996d0bd8167f852 (patch)
treebd7f4c2a4a3a1a935b01a90408b7db329dfb2e82 /fetch.xml
parent324d5425b5db5cf900c023a15927a119d17fb9c8 (diff)
downloadant-05b2571e85192b5ca2285e7e6996d0bd8167f852.tar.gz
groupId for jsch 01.29 jsch, not com.jcraft
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@467447 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fetch.xml')
-rw-r--r--fetch.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch.xml b/fetch.xml
index f78fd44d6..30a4515f3 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -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"