Repository: flex-asjs
Updated Branches:
  refs/heads/develop 897de956d -> 3382138b2


fix up cleaning


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

Branch: refs/heads/develop
Commit: 48d95d9a6916a7627cd6f3f94d373b69532b89da
Parents: 4f537ab
Author: Alex Harui <[email protected]>
Authored: Fri Jun 24 10:01:07 2016 -0700
Committer: Alex Harui <[email protected]>
Committed: Fri Jun 24 10:01:34 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/48d95d9a/examples/build.xml
----------------------------------------------------------------------
diff --git a/examples/build.xml b/examples/build.xml
index de5e928..8a2d619 100644
--- a/examples/build.xml
+++ b/examples/build.xml
@@ -75,6 +75,7 @@
     
     <target name="compile" description="Compile Examples" >
         <ant dir="${basedir}/flexjs/CordovaCameraExample"/>
+        <ant dir="${basedir}/flexjs/CreateJSExample"/>
         <ant dir="${basedir}/flexjs/DataBindingExample"/>
         <ant dir="${basedir}/flexjs/DataBindingExample_as"/>
         <ant dir="${basedir}/flexjs/DataBindingExample_Flat"/>
@@ -82,6 +83,7 @@
         <ant dir="${basedir}/flexjs/DesktopMap"/>
         <ant dir="${basedir}/flexjs/FlexJSStore"/>
         <ant dir="${basedir}/flexjs/FlexJSStore_jquery"/>
+        <ant dir="${basedir}/flexjs/HelloWorld"/>
         <ant dir="${basedir}/flexjs/MapSearch"/>
         <ant dir="${basedir}/flexjs/MobileMap"/>
         <ant dir="${basedir}/flexjs/MobileTrader"/>
@@ -105,6 +107,7 @@
     
     <target name="clean" description="Cleans all SWCs and their resource 
bundles">
         <ant dir="${basedir}/flexjs/CordovaCameraExample" target="clean"/>
+        <ant dir="${basedir}/flexjs/CreateJSExample" target="clean"/>
         <ant dir="${basedir}/flexjs/DataBindingExample" target="clean"/>
         <ant dir="${basedir}/flexjs/DataBindingExample_as" target="clean"/>
         <ant dir="${basedir}/flexjs/DataBindingExample_Flat" target="clean"/>
@@ -112,6 +115,7 @@
         <ant dir="${basedir}/flexjs/DesktopMap" target="clean"/>
         <ant dir="${basedir}/flexjs/FlexJSStore" target="clean"/>
         <ant dir="${basedir}/flexjs/FlexJSStore_jquery" target="clean"/>
+        <ant dir="${basedir}/flexjs/HelloWorld" target="clean"/>
         <ant dir="${basedir}/flexjs/MapSearch" target="clean"/>
         <ant dir="${basedir}/flexjs/MobileTrader" target="clean"/>
         <ant dir="${basedir}/flexjs/MobileMap" target="clean"/>

Reply via email to