build and clean new examples

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

Branch: refs/heads/develop
Commit: 96fb1e7c48eabe50455080f2cab91de58bd20467
Parents: 7cdcea2
Author: Alex Harui <aha...@apache.org>
Authored: Thu May 29 10:50:35 2014 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Thu May 29 10:53:31 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/96fb1e7c/examples/build.xml
----------------------------------------------------------------------
diff --git a/examples/build.xml b/examples/build.xml
index dbd1013..880bf38 100644
--- a/examples/build.xml
+++ b/examples/build.xml
@@ -78,6 +78,7 @@
         <ant dir="${basedir}/DataBindingTest"/>
         <ant dir="${basedir}/DataGridExample"/>
         <ant dir="${basedir}/DesktopMap"/>
+        <ant dir="${basedir}/EffectsExample"/>
         <ant dir="${basedir}/FlexJSTest_basic"/>
         <ant dir="${basedir}/FlexJSTest_createjs"/>
         <ant dir="${basedir}/FlexJSTest_HTML5"/>
@@ -85,6 +86,7 @@
         <ant dir="${basedir}/FlexJSTest_Panel"/>
         <ant dir="${basedir}/FlexJSTest_SVG"/>
         <ant dir="${basedir}/FormatExample"/>
+        <ant dir="${basedir}/FormExample"/>
         <ant dir="${basedir}/LanguageTests"/>
         <ant dir="${basedir}/ListsTest"/>
         <ant dir="${basedir}/MobileTrader"/>
@@ -109,6 +111,7 @@
         <ant dir="${basedir}/DataBindingTest" target="clean"/>
         <ant dir="${basedir}/DataGridExample" target="clean"/>
         <ant dir="${basedir}/DesktopMap" target="clean"/>
+        <ant dir="${basedir}/EffectsExample" target="clean"/>
         <ant dir="${basedir}/FlexJSTest_basic" target="clean"/>
         <ant dir="${basedir}/FlexJSTest_createjs" target="clean"/>
         <ant dir="${basedir}/FlexJSTest_HTML5" target="clean"/>
@@ -116,6 +119,7 @@
         <ant dir="${basedir}/FlexJSTest_Panel" target="clean"/>
         <ant dir="${basedir}/FlexJSTest_SVG" target="clean"/>
         <ant dir="${basedir}/FormatExample" target="clean"/>
+        <ant dir="${basedir}/FormExample" target="clean"/>
         <ant dir="${basedir}/LanguageTests" target="clean"/>
         <ant dir="${basedir}/ListsTest" target="clean"/>
         <ant dir="${basedir}/StatesTest" target="clean"/>

Reply via email to