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 2017/05/19 16:58:21 UTC

[2/4] git commit: [flex-asjs] [refs/heads/release0.8.0] - fix express

fix express


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

Branch: refs/heads/release0.8.0
Commit: 30c24d95524d82eed8ec2e0bedef93562827ab65
Parents: 2359037
Author: Alex Harui <ah...@apache.org>
Authored: Fri May 19 09:56:36 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri May 19 09:56:36 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/30c24d95/examples/build.xml
----------------------------------------------------------------------
diff --git a/examples/build.xml b/examples/build.xml
index ad19419..601993a 100644
--- a/examples/build.xml
+++ b/examples/build.xml
@@ -152,7 +152,7 @@
     </target>
 
     <target name="examine" description="Cleans all SWCs and their resource bundles">
-        <ant dir="${basedir}/express/DataBindingExample" target="clean"/>
+        <ant dir="${basedir}/express/DataBindingExample" target="examine"/>
         <ant dir="${basedir}/flexjs/ASDoc" target="examine"/>
         <ant dir="${basedir}/flexjs/CordovaCameraExample" target="examine"/>
         <ant dir="${basedir}/flexjs/CreateJSExample" target="examine"/>