You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2016/10/26 13:47:54 UTC

flex-typedefs git commit: Changed "destDir" so the node typedefs builds correctly

Repository: flex-typedefs
Updated Branches:
  refs/heads/develop e0f9b7a13 -> 13b17b14a


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/develop
Commit: 13b17b14aabeb0b0aabe6d1ba13740b55a6a0815
Parents: e0f9b7a
Author: Harbs <ha...@in-tools.com>
Authored: Wed Oct 26 16:47:45 2016 +0300
Committer: Harbs <ha...@in-tools.com>
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>