You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2014/04/24 18:05:57 UTC

[25/50] [abbrv] git commit: [flex-falcon] [refs/heads/maven] - try to fix line endings in package

try to fix line endings in package


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

Branch: refs/heads/maven
Commit: 3a52321562d3dbc491ad29851692014b0dcdbd7c
Parents: bd224cf
Author: Alex Harui <ah...@apache.org>
Authored: Tue Apr 15 11:23:29 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Apr 15 20:13:22 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3a523215/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index e8a3020..2c326be 100644
--- a/build.xml
+++ b/build.xml
@@ -235,6 +235,7 @@
         <fixcrlf srcdir="${basedir}/temp" eol="crlf" fixlast="false">
             <exclude name="compiler/generated/dist/sdk/bin/**"/>
             <exclude name="compiler/generated/dist/sdk/bin-legacy/**"/>
+            <exclude name="compiler/commandline/**"/>
             <exclude name="**/assets/**"/>
             <exclude name="**/*.fla"/>
             <exclude name="**/*.flv"/>
@@ -247,6 +248,12 @@
             <exclude name="**/*.sh"/>
             <exclude name="**/*.swf"/>
         </fixcrlf>
+        <fixcrlf srcdir="${basedir}/temp/compiler/commandline" eol="crlf" fixlast="false">
+            <include name="**.bat"/>
+        </fixcrlf>
+        <fixcrlf srcdir="${basedir}/temp/compiler/generated/dist/sdk/bin" eol="crlf" fixlast="false">
+            <include name="**.bat"/>
+        </fixcrlf>
         
         <!-- 
          Unix shell scripts need the correct line endings. 
@@ -351,6 +358,7 @@
         <fixcrlf srcdir="${basedir}/temp" eol="crlf" fixlast="false">
             <exclude name="compiler/generated/dist/sdk/bin/**"/>
             <exclude name="compiler/generated/dist/sdk/bin-legacy/**"/>
+            <exclude name="compiler/commandline/**"/>
             <exclude name="**/assets/**"/>
             <exclude name="**/*.fla"/>
             <exclude name="**/*.flv"/>
@@ -363,6 +371,12 @@
             <exclude name="**/*.sh"/>
             <exclude name="**/*.swf"/>
         </fixcrlf>
+        <fixcrlf srcdir="${basedir}/temp/compiler/commandline" eol="crlf" fixlast="false">
+            <include name="**.bat"/>
+        </fixcrlf>
+        <fixcrlf srcdir="${basedir}/temp/compiler/generated/dist/sdk/bin" eol="crlf" fixlast="false">
+            <include name="**.bat"/>
+        </fixcrlf>
         
         <!--
          Unix shell scripts need the correct line endings.