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/03/28 01:03:09 UTC

[5/5] git commit: [flex-flexunit] [refs/heads/release4.2.0] - make clean clean up a bit more and excluded files from rat report that have Adobe or FlexLib copyright

make clean clean up a bit more and excluded files from rat report that have Adobe or FlexLib copyright


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

Branch: refs/heads/release4.2.0
Commit: 8f8d19f655b3b066b97dd2d52033b5fd7b33976d
Parents: b93effe
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Mar 28 11:02:48 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Mar 28 11:02:48 2014 +1100

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


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/8f8d19f6/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 239d26d..8389fd9 100644
--- a/build.xml
+++ b/build.xml
@@ -89,6 +89,15 @@ to contribute to our CI process.
         <fileset dir="${basedir}/out">
 			<include name="*.zip" />
         </fileset>
+        <fileset dir="${basedir}/out">
+			<include name="*.tar.gz" />
+        </fileset>
+        <fileset dir="${basedir}/out">
+			<include name="*.md5" />
+        </fileset>
+        <fileset dir="${basedir}/out">
+			<include name="*.asc" />
+        </fileset>
 		<fileset dir="FlexUnit4Turnkey/export">
 			<include name="*.zip" />
 		</fileset>
@@ -408,6 +417,10 @@ to contribute to our CI process.
                 <exclude name="**/.settings/**"/>
                 <exclude name="**/.idea/**"/>
                 <exclude name="**/*.iml"/>
+            	<exclude name="**/flexUnit1/**/*.as" />
+            	<exclude name="**/FlexUnit4UIListener/**/*.as" />
+                <exclude name="**/FlexUnit4UIListener/**/*.mxml" />
+            	
 				<!-- NOTICE and LICENSE files -->
             	<exclude name="**/*LICENSE*"/>
             	<exclude name="**/*NOTICE*"/>