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 2008/06/18 11:26:02 UTC

svn commit: r669124 - /ant/ivy/ivyde/trunk/build.xml

Author: hibou
Date: Wed Jun 18 02:26:00 2008
New Revision: 669124

URL: http://svn.apache.org/viewvc?rev=669124&view=rev
Log:
Add some description to the public target

Modified:
    ant/ivy/ivyde/trunk/build.xml

Modified: ant/ivy/ivyde/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=669124&r1=669123&r2=669124&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/build.xml (original)
+++ ant/ivy/ivyde/trunk/build.xml Wed Jun 18 02:26:00 2008
@@ -206,7 +206,7 @@
         </checksum>
     </target>
 
-    <target name="build-ivy-feature">
+    <target name="build-ivy-feature" description="Build the feature of Ivy">
         <mkdir dir="${dist.dir}/updatesite/features" />
         <jar destfile="${dist.dir}/updatesite/features/org.apache.ivy.feature_2.0.0.beta2.jar">
             <fileset dir="org.apache.ivy.feature">
@@ -218,7 +218,7 @@
         </jar>
     </target>
 
-    <target name="copy-ivy-bundle">
+    <target name="copy-ivy-bundle" description="Put the Ivy bundle into the update site">
         <mkdir dir="${dist.dir}/updatesite/plugins" />
         <copy file="${baseLocation}/plugins/org.apache.ivy_2.0.0.beta2.jar" tofile="${dist.dir}/updatesite/plugins/org.apache.ivy_2.0.0.beta2.jar" />
     </target>