You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/26 15:35:17 UTC

[29/36] git commit: [flex-falcon] [refs/heads/develop] - make temp dir on windows

make temp dir on windows


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/85c4376e
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/85c4376e
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/85c4376e

Branch: refs/heads/develop
Commit: 85c4376e455e116ef087e2a728d318aea05f59dd
Parents: ed36067
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 8 21:47:47 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 8 21:47:47 2017 -0700

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/85c4376e/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 5a55219..3a4b664 100644
--- a/build.xml
+++ b/build.xml
@@ -283,6 +283,7 @@
     <target name="stage-source"
         description="Package source files required to build in zip file" >
         <antcall target="clean-temp"/>
+        <mkdir dir="${basedir}/temp"/>
 
         <copy todir="${basedir}/temp" includeEmptyDirs="false">
             <fileset dir="${basedir}">