fix scripts to rat.report is clean again

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

Branch: refs/heads/develop
Commit: 0ff1aa34bdd0900295010ccd3ca28ea58cc91027
Parents: a4e422f
Author: Alex Harui <aha...@apache.org>
Authored: Fri Feb 14 22:59:20 2014 -0800
Committer: Alex Harui <aha...@apache.org>
Committed: Fri Feb 14 22:59:20 2014 -0800

----------------------------------------------------------------------
 build.xml          | 3 +++
 examples/build.xml | 1 +
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ff1aa34/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 71eaa72..5418429 100644
--- a/build.xml
+++ b/build.xml
@@ -581,6 +581,9 @@
                 <exclude name="projects/spark/manifest.xml"/>
                 <exclude name="projects/*/bundles.properties"/>
                 <exclude name="projects/*/.settings/**"/>
+                <exclude name="projects/**/*.actionScriptProperties"/>
+                <exclude name="projects/**/*.flexLibProperties"/>
+                <exclude name="projects/**/*.DS_Store"/>
             </fileset>
         </copy>
         <copy todir="${basedir}/temp/frameworks/as" includeEmptyDirs="false">

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ff1aa34/examples/build.xml
----------------------------------------------------------------------
diff --git a/examples/build.xml b/examples/build.xml
index aa52af0..3a67004 100644
--- a/examples/build.xml
+++ b/examples/build.xml
@@ -112,6 +112,7 @@
         <ant dir="${basedir}/ListsTest" target="clean"/>
         <ant dir="${basedir}/StatesTest" target="clean"/>
         <ant dir="${basedir}/StockQuote" target="clean"/>
+        <ant dir="${basedir}/BarChartExample" target="clean"/>
     </target>
     
 </project>

Reply via email to