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 2017/06/26 15:45:26 UTC

[46/50] git commit: [flex-falcon] [refs/heads/master] - Added a rat exclusion for the flex-typedefs directory which causes problems in ANT built release packages.

Added a rat exclusion for the flex-typedefs directory which causes problems in ANT built release packages.


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

Branch: refs/heads/master
Commit: e90ea207b05a2cd31fbfba8f54c8e386f603fefa
Parents: e8e91e6
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Tue Jun 13 08:58:25 2017 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Tue Jun 13 08:58:25 2017 +0200

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e90ea207/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0f34fc2..de4d206 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,6 +162,12 @@
             <exclude>**/target/**</exclude>
             <!-- Stuff an Ant build might have left behind. -->
             <exclude>lib/**</exclude>
+            <!--
+                In case of an ANT based release the typedefs are included as a
+                subdirectory. We need to exclude this directory from the compiler checks
+                as the typedefs build will handle all content in that directory
+            -->
+            <exclude>flex-typedefs/**</exclude>
           </excludes>
         </configuration>
         <dependencies>