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 13:32:15 UTC

svn commit: r739553 - /ant/ivy/updatesite/trunk/site-template.xml

Author: hibou
Date: Sat Jan 31 12:32:15 2009
New Revision: 739553

URL: http://svn.apache.org/viewvc?rev=739553&view=rev
Log:
Fix the jar name of the Ivy feature

Modified:
    ant/ivy/updatesite/trunk/site-template.xml

Modified: ant/ivy/updatesite/trunk/site-template.xml
URL: http://svn.apache.org/viewvc/ant/ivy/updatesite/trunk/site-template.xml?rev=739553&r1=739552&r2=739553&view=diff
==============================================================================
--- ant/ivy/updatesite/trunk/site-template.xml (original)
+++ ant/ivy/updatesite/trunk/site-template.xml Sat Jan 31 12:32:15 2009
@@ -28,7 +28,7 @@
       <category name="ivyde"/>
    </feature>
 
-   <feature url="features/org.apache.ivy.feature_@IVY_VERSION@.final.jar" id="org.apache.ivy.feature" version="@IVY_VERSION@">
+   <feature url="features/org.apache.ivy.feature_@IVY_VERSION@.jar" id="org.apache.ivy.feature" version="@IVY_VERSION@">
       <category name="ivyde"/>
    </feature>