Browse Source

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
master
Antoine Levy-Lambert 18 years ago
parent
commit
05b2571e85
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      fetch.xml

+ 1
- 1
fetch.xml View File

@@ -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"


Loading…
Cancel
Save