You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2009/01/31 10:49:50 UTC

svn commit: r739531 - /ant/ivy/updatesite/trunk/build.xml

Author: hibou
Date: Sat Jan 31 09:49:49 2009
New Revision: 739531

URL: http://svn.apache.org/viewvc?rev=739531&view=rev
Log:
Fix the id of the reference to the path

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=739531&r1=739530&r2=739531&view=diff
==============================================================================
--- ant/ivy/updatesite/trunk/build.xml (original)
+++ ant/ivy/updatesite/trunk/build.xml Sat Jan 31 09:49:49 2009
@@ -338,7 +338,7 @@
                 <fileset dir="${basedir}/../../../IvyDE/lastSuccessful/archive/trunk/dist/" includes="org.apache.ivyde.feature*.zip" />
             </first>
         </path>
-        <property name="ivyde.zip" refid="ivyde.plugin.path.id" />
+        <property name="ivyde.zip" refid="ivyde.zip.id" />
     </target>
 
     <target name="hudson-build" depends="hudson-find-ivy-jar,hudson-find-ivyde-zip,install-ivy-and-ivyde,optimize-ivy,optimize-ivyde,checksum" />