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 2010/01/09 19:53:12 UTC

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

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>