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 2015/06/19 02:05:21 UTC

[2/2] git commit: [flex-utilities] [refs/heads/develop] - exclude these files from rat

exclude these files from rat


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

Branch: refs/heads/develop
Commit: 03912acbfa1f1161d9dcd64aca940e1801fb91e6
Parents: 80f6b55
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 18 17:05:15 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 18 17:05:15 2015 -0700

----------------------------------------------------------------------
 flex-installer/ApproveInstaller.xml | 2 ++
 flex-installer/build.xml            | 2 ++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/03912acb/flex-installer/ApproveInstaller.xml
----------------------------------------------------------------------
diff --git a/flex-installer/ApproveInstaller.xml b/flex-installer/ApproveInstaller.xml
index 4e955fa..8698ccf 100644
--- a/flex-installer/ApproveInstaller.xml
+++ b/flex-installer/ApproveInstaller.xml
@@ -227,6 +227,8 @@
                 <exclude name="**/*.mp3"/>
                 <exclude name="**/*.flv"/>
                 <exclude name="build.number"/>
+                <exclude name="CONTRIBUTING"/>
+                <exclude name="CONTRIBUTORS"/>
             </fileset>
         </rat:report>
 		<antcall target="display-text" >

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/03912acb/flex-installer/build.xml
----------------------------------------------------------------------
diff --git a/flex-installer/build.xml b/flex-installer/build.xml
index b39a18d..24b932f 100644
--- a/flex-installer/build.xml
+++ b/flex-installer/build.xml
@@ -577,6 +577,8 @@
                 <exclude name="**/.settings/**"/>
                 <exclude name="**/.idea/**"/>
                 <exclude name="**/*.iml"/>
+                <exclude name="CONTRIBUTING"/>
+                <exclude name="CONTRIBUTORS"/>
                 <!--          End of source files           -->
                 <!--          Start of binary files           -->
                 <!-- exclude media (png, ico) -->