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 2014/03/12 05:36:40 UTC

[6/7] git commit: [flex-asjs] [refs/heads/develop] - clean todolist example before building release kits

clean todolist example before building release kits


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

Branch: refs/heads/develop
Commit: 686aa27b6e410707dec09c47e7c88dfbf1555a36
Parents: abbfdf9
Author: Alex Harui <ah...@apache.org>
Authored: Tue Mar 11 21:34:35 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Mar 11 21:36:07 2014 -0700

----------------------------------------------------------------------
 examples/build.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/686aa27b/examples/build.xml
----------------------------------------------------------------------
diff --git a/examples/build.xml b/examples/build.xml
index 081ee30..9aa255c 100644
--- a/examples/build.xml
+++ b/examples/build.xml
@@ -88,6 +88,7 @@
         <ant dir="${basedir}/StatesTest"/>
         <ant dir="${basedir}/StockQuote"/>
         <ant dir="${basedir}/BarChartExample"/>
+        <ant dir="${basedir}/TodoListSampleApp"/>
     </target>
 	   
     <!--
@@ -115,6 +116,7 @@
         <ant dir="${basedir}/StatesTest" target="clean"/>
         <ant dir="${basedir}/StockQuote" target="clean"/>
         <ant dir="${basedir}/BarChartExample" target="clean"/>
+        <ant dir="${basedir}/TodoListSampleApp" target="clean"/>
     </target>
     
 </project>