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 2014/04/16 15:28:05 UTC

[9/9] git commit: [flex-falcon] [refs/heads/develop] - don't need this

don't need this


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

Branch: refs/heads/develop
Commit: 2263a876af1e3dabf9884a8e4379597d9be2cd41
Parents: 95bc9c3
Author: Alex Harui <ah...@apache.org>
Authored: Wed Apr 16 06:19:35 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Apr 16 06:19:35 2014 -0700

----------------------------------------------------------------------
 build.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2263a876/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 2c326be..70af1ee 100644
--- a/build.xml
+++ b/build.xml
@@ -251,9 +251,6 @@
         <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. 
@@ -374,9 +371,6 @@
         <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.