You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2017/10/30 20:09:39 UTC

ant-ivy git commit: Add dependency

Repository: ant-ivy
Updated Branches:
  refs/heads/master 2f3e3d849 -> dbea06feb


Add dependency

Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/dbea06fe
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/dbea06fe
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/dbea06fe

Branch: refs/heads/master
Commit: dbea06febae5f4d25b99748c097557875ee32b6c
Parents: 2f3e3d8
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Mon Oct 30 21:10:05 2017 +0100
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Mon Oct 30 21:10:05 2017 +0100

----------------------------------------------------------------------
 build-release.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/dbea06fe/build-release.xml
----------------------------------------------------------------------
diff --git a/build-release.xml b/build-release.xml
index be37777..78bc704 100644
--- a/build-release.xml
+++ b/build-release.xml
@@ -565,7 +565,8 @@
             depends="release-version,/localivy,clean-ivy-home,clean,clean-lib,rat,snapshot"
             description="make a new release of Ivy"/>
 
-    <target name="tagsdoc" description="generate tagsdoc.properties file which can be used in IvyDE for code completion documentation">
+    <target name="tagsdoc" depends="generate-doc"
+            description="generate tagsdoc.properties file which can be used in IvyDE for code completion documentation">
         <scriptdef name="generate-tagsdoc" language="javascript">
             <element name="fileset" type="fileset"/>
             <attribute name="destFile"/>