Author: hibou
Date: Fri Nov 11 13:02:00 2011
New Revision: 1200864
URL: http://svn.apache.org/viewvc?rev=1200864&view=rev
Log:
Add target description
Modified:
ant/ivy/updatesite/branches/p2repo-only/build.xml
Modified: ant/ivy/updatesite/branches/p2repo-only/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/updatesite/branches/p2repo-only/build.xml?rev=1200864&r1=1200863&r2=1200864&view=diff
==============================================================================
--- ant/ivy/updatesite/branches/p2repo-only/build.xml (original)
+++ ant/ivy/updatesite/branches/p2repo-only/build.xml Fri Nov 11 13:02:00 2011
@@ -98,7 +98,7 @@
</sequential>
</macrodef>
- <target name="build-main-p2-repo">
+ <target name="build-main-p2-repo" description="Build the main P2 repository">
<mkdir dir="${dist.dir}/main" />
<script language="javascript">project.setProperty("timestamp",java.lang.System.currentTimeMillis());</script>
<loadfile property="ASL2-header" srcFile="${basedir}/ASL2-header.xml"/>
|