Author: hibou
Date: Sat Jan 9 18:53:12 2010
New Revision: 897518
URL: http://svn.apache.org/viewvc?rev=897518&view=rev
Log:
IVYDE-171:
- make the generated plugin also "optimized"
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=897518&r1=897517&r2=897518&view=diff
==============================================================================
--- ant/ivy/updatesite/trunk/build.xml (original)
+++ ant/ivy/updatesite/trunk/build.xml Sat Jan 9 18:53:12 2010
@@ -260,6 +260,7 @@
<copy todir="${work.dir}/updatesite">
<fileset dir="${updatesite.dir}">
<include name="plugins/org.apache.ivy_*.jar" />
+ <include name="plugins/org.apache.ivy.eclipse*.jar" />
</fileset>
</copy>
</target>