Changed "destDir" so the node typedefs builds correctly

Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/13b17b14
Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/13b17b14
Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/13b17b14

Branch: refs/heads/master
Commit: 13b17b14aabeb0b0aabe6d1ba13740b55a6a0815
Parents: e0f9b7a
Author: Harbs <[email protected]>
Authored: Wed Oct 26 16:47:45 2016 +0300
Committer: Harbs <[email protected]>
Committed: Wed Oct 26 16:47:45 2016 +0300

----------------------------------------------------------------------
 node/build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/13b17b14/node/build.xml
----------------------------------------------------------------------
diff --git a/node/build.xml b/node/build.xml
index e7474b4..a09e5c5 100644
--- a/node/build.xml
+++ b/node/build.xml
@@ -87,11 +87,11 @@
         <antcall target="get-from-cache-if-needed" >
             <param name="srcFile" value="${srcFile}" />
             <param name="destFile" value="${srcFile}" />
-            <param name="destDir" value="${basedir}/target/downloads" />
+            <param name="destDir" value="${destDir}" />
         </antcall>
         <antcall target="fail-if-not-found" >
             <param name="destFile" value="${srcFile}" />
-            <param name="destDir" value="${basedir}/target/downloads" />
+            <param name="destDir" value="${destDir}" />
         </antcall>
     </target>
     

Reply via email to