You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/07/03 15:45:48 UTC

svn commit: r552884 - /incubator/ivy/core/trunk/build.xml

Author: xavier
Date: Tue Jul  3 08:45:47 2007
New Revision: 552884

URL: http://svn.apache.org/viewvc?view=rev&rev=552884
Log:
one additional description of build.xml target (IVY-499) (thanks to Tjeerd Verhagen)

Modified:
    incubator/ivy/core/trunk/build.xml

Modified: incubator/ivy/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/build.xml?view=diff&rev=552884&r1=552883&r2=552884
==============================================================================
--- incubator/ivy/core/trunk/build.xml (original)
+++ incubator/ivy/core/trunk/build.xml Tue Jul  3 08:45:47 2007
@@ -233,7 +233,10 @@
   		</copy>
 	</target>
 
-	<target name="jar" depends="compile-optional, default-version">
+	<!-- =================================================================
+	     Create the two jar files (Ivy core and Ivy core + Ant tasks)
+	     ================================================================= -->
+	<target name="jar" depends="compile-optional, default-version" description="Create Jar files">
 		<!-- identify compiled ivy version -->
 		<echo message="version=${build.version}${line.separator}" file="${core.classes.build.dir}/module.properties" append="true" />
 		<echo message="date=${pubdate}${line.separator}" file="${core.classes.build.dir}/module.properties" append="true" />