Author: hibou
Date: Sun Jul 19 12:42:17 2009
New Revision: 795530
URL: http://svn.apache.org/viewvc?rev=795530&view=rev
Log:
We are expecting of folder
Modified:
ant/ivy/updatesite/trunk/build.xml
Modified: ant/ivy/updatesite/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/updatesite/trunk/build.xml?rev=795530&r1=795529&r2=795530&view=diff
==============================================================================
--- ant/ivy/updatesite/trunk/build.xml (original)
+++ ant/ivy/updatesite/trunk/build.xml Sun Jul 19 12:42:17 2009
@@ -152,7 +152,7 @@
<!-- get the path to the ivyde folder -->
<path id="ivyde.distrib.path.id">
<first count="1">
- <fileset dir="${work.dir}/distrib" includes="*" />
+ <dirset dir="${work.dir}/distrib" includes="*" />
</first>
</path>
<!-- turn the path into a property -->