Author: maartenc
Date: Sun Jun 27 21:25:40 2010
New Revision: 958426

URL: http://svn.apache.org/viewvc?rev=958426&view=rev
Log:
Don't fail if "${user.home}/.ivy2/jars" directory doesn't exist.

Modified:
    ant/ivy/core/branches/2.2.x/src/example/multi-project/build.xml

Modified: ant/ivy/core/branches/2.2.x/src/example/multi-project/build.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.2.x/src/example/multi-project/build.xml?rev=958426&r1=958425&r2=958426&view=diff
==============================================================================
--- ant/ivy/core/branches/2.2.x/src/example/multi-project/build.xml (original)
+++ ant/ivy/core/branches/2.2.x/src/example/multi-project/build.xml Sun Jun 27 
21:25:40 2010
@@ -38,7 +38,7 @@
              We will not fail as long as ivy home lib dir exists (it may be 
empty) and
              ivy is in at least one of ant's lib dir or the ivy home lib dir. 
-->
        <path id="ivy.lib.path">
-           <fileset dir="${ivy.jar.dir}" includes="*.jar"/>
+               <pathelement location="${ivy.jar.file}"/>
        </path>
        <taskdef resource="org/apache/ivy/ant/antlib.xml"
                  uri="antlib:org.apache.ivy.ant" classpathref="ivy.lib.path"/>


Reply via email to