You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/04/10 10:17:09 UTC

[22/23] git commit: [flex-flexunit] [refs/heads/develop] - Ignore the 2 Adobe BSD licensed files

Ignore the 2 Adobe BSD licensed files


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

Branch: refs/heads/develop
Commit: c8a68d6dc14469c2b738c4a36697dd0163e9241c
Parents: 71fdd97
Author: Justin Mclean <jm...@apache.org>
Authored: Thu Apr 10 07:57:39 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Thu Apr 10 07:57:39 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/c8a68d6d/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 8389fd9..a10100a 100644
--- a/build.xml
+++ b/build.xml
@@ -418,8 +418,11 @@ to contribute to our CI process.
                 <exclude name="**/.idea/**"/>
                 <exclude name="**/*.iml"/>
             	<exclude name="**/flexUnit1/**/*.as" />
+		<!--- BSD/MIT licences -->
             	<exclude name="**/FlexUnit4UIListener/**/*.as" />
                 <exclude name="**/FlexUnit4UIListener/**/*.mxml" />
+                <exclude name="**/FlexUnit4CIListener/**/TestCaseReport.as" />
+                <exclude name="**/FlexUnit4CIListener/**/TestSuiteReport.as" />
             	
 				<!-- NOTICE and LICENSE files -->
             	<exclude name="**/*LICENSE*"/>