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/develop
Commit: 8f8d19f655b3b066b97dd2d52033b5fd7b33976d
Parents: b93effe
Author: Justin Mclean <jmcl...@apache.org>
Authored: Fri Mar 28 11:02:48 2014 +1100
Committer: Justin Mclean <jmcl...@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*"/>

Reply via email to