Author: hibou
Date: Sat Jan 9 18:46:37 2010
New Revision: 897516
URL: http://svn.apache.org/viewvc?rev=897516&view=rev
Log:
IVYDE-171:
- add the generated plugin to the feature
Modified:
ant/ivy/updatesite/trunk/ivy-feature-template/feature.xml
Modified: ant/ivy/updatesite/trunk/ivy-feature-template/feature.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/updatesite/trunk/ivy-feature-template/feature.xml?rev=897516&r1=897515&r2=897516&view=diff
==============================================================================
--- ant/ivy/updatesite/trunk/ivy-feature-template/feature.xml (original)
+++ ant/ivy/updatesite/trunk/ivy-feature-template/feature.xml Sat Jan 9
18:46:37 2010
@@ -43,4 +43,11 @@
version="@ivy.version@"
unpack="false"/>
+ <plugin
+ id="org.apache.ivy.eclipse.ant"
+ download-size="0"
+ install-size="0"
+ version="@ivy.version@"
+ unpack="true"/>
+
</feature>