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 2016/05/03 02:47:43 UTC

git commit: [flex-falcon] [refs/heads/develop] - try to fix line endings

Repository: flex-falcon
Updated Branches:
  refs/heads/develop ab0b67d77 -> ae776e384


try to fix line endings


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

Branch: refs/heads/develop
Commit: ae776e3846a842a0f69295911cc236216ea6187f
Parents: ab0b67d
Author: Alex Harui <ah...@apache.org>
Authored: Mon May 2 17:47:38 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon May 2 17:47:38 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ae776e38/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 6fe5052..1eae4f3 100644
--- a/build.xml
+++ b/build.xml
@@ -457,6 +457,14 @@
         <fixcrlf srcdir="${basedir}/temp/compiler-jx/src/assembly" eol="crlf" fixlast="false">
             <include name="**.bat"/>
         </fixcrlf>
+        <fixcrlf srcdir="${basedir}/temp/compiler/src/assembly" eol="unix" fixlast="false">
+            <include name="**"/>
+            <exclude name="**.bat"/>
+        </fixcrlf>
+        <fixcrlf srcdir="${basedir}/temp/compiler-jx/src/assembly" eol="unix" fixlast="false">
+            <include name="**"/>
+            <exclude name="**.bat"/>
+        </fixcrlf>
         <chmod dir="${basedir}/temp/compiler/src/assembly" excludes="**/*.bat" perm="+x" />
         <chmod dir="${basedir}/temp/compiler-jx/src/assembly" excludes="**/*.bat" perm="+x" />