You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2014/06/04 08:55:46 UTC

git commit: wrong property, use fix value instead of absolute path

Repository: ant-antlibs-common
Updated Branches:
  refs/heads/master ea250187d -> e7dff170e


wrong property, use fix value instead of absolute path


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

Branch: refs/heads/master
Commit: e7dff170e8388462ba2624015af5b611291162fb
Parents: ea25018
Author: Jan Mat�rne <jh...@apache.org>
Authored: Wed Jun 4 08:55:22 2014 +0200
Committer: Jan Mat�rne <jh...@apache.org>
Committed: Wed Jun 4 08:55:22 2014 +0200

----------------------------------------------------------------------
 prepare.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/blob/e7dff170/prepare.xml
----------------------------------------------------------------------
diff --git a/prepare.xml b/prepare.xml
index b6d6b12..8d4d0cf 100644
--- a/prepare.xml
+++ b/prepare.xml
@@ -78,7 +78,7 @@ The original of this snippet is maintained in the antlib-common project.
           description="Bootstraps the preparation script by cloning the antlib-common and updating this script from there."
   >
     <echo>Bootstrap done. Next step:</echo> 
-    <echo>  ant -f ${ant.file.name} prepare</echo>
+    <echo>  ant -f prepare.xml prepare</echo>
   </target>
           
   <target name="prepare"