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/02/28 10:48:29 UTC

[32/50] git commit: [flex-falcon] [refs/heads/maven] - add jar to fixcrlf excludes

add jar to fixcrlf excludes


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

Branch: refs/heads/maven
Commit: 544a36a9b9d68b2fcd17af10b6bb622e6fcaa1b3
Parents: aab2352
Author: Alex Harui <ah...@apache.org>
Authored: Wed Dec 18 13:48:56 2013 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Dec 18 13:48:56 2013 -0800

----------------------------------------------------------------------
 build.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/544a36a9/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 9994b1f..241a0c3 100644
--- a/build.xml
+++ b/build.xml
@@ -228,8 +228,9 @@
             <exclude name="**/*.fla"/>
             <exclude name="**/*.flv"/>
             <exclude name="**/*.gif"/>
-            <exclude name="**/*.mp3"/>
+            <exclude name="**/*.jar"/>
             <exclude name="**/*.jpg"/>
+            <exclude name="**/*.mp3"/>
             <exclude name="**/*.pbj"/>
             <exclude name="**/*.png"/>
             <exclude name="**/*.sh"/>
@@ -317,8 +318,9 @@
             <exclude name="**/*.fla"/>
             <exclude name="**/*.flv"/>
             <exclude name="**/*.gif"/>
-            <exclude name="**/*.mp3"/>
+            <exclude name="**/*.jar"/>
             <exclude name="**/*.jpg"/>
+            <exclude name="**/*.mp3"/>
             <exclude name="**/*.pbj"/>
             <exclude name="**/*.png"/>
             <exclude name="**/*.sh"/>