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 2015/09/13 23:56:32 UTC

git commit: [flex-examples] [refs/heads/develop] - forgot to kick of install after wipe

Repository: flex-examples
Updated Branches:
  refs/heads/develop 0faca1c2a -> 7d4583e5f


forgot to kick of install after wipe


Project: http://git-wip-us.apache.org/repos/asf/flex-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-examples/commit/7d4583e5
Tree: http://git-wip-us.apache.org/repos/asf/flex-examples/tree/7d4583e5
Diff: http://git-wip-us.apache.org/repos/asf/flex-examples/diff/7d4583e5

Branch: refs/heads/develop
Commit: 7d4583e5f3ce041afd1bc5526393966e99b47ea3
Parents: 0faca1c
Author: Alex Harui <ah...@apache.org>
Authored: Sun Sep 13 14:57:09 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sun Sep 13 14:57:09 2015 -0700

----------------------------------------------------------------------
 ProductDashboard/jenkins.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-examples/blob/7d4583e5/ProductDashboard/jenkins.xml
----------------------------------------------------------------------
diff --git a/ProductDashboard/jenkins.xml b/ProductDashboard/jenkins.xml
index d26cf73..efd13d1 100644
--- a/ProductDashboard/jenkins.xml
+++ b/ProductDashboard/jenkins.xml
@@ -43,5 +43,6 @@
     
     <target name="wipe-sdk" >
         <delete dir="${basedir}/ApacheFlexJSSDK" failonerror="false" />
+        <antcall target="installFlexJS" />
     </target>
 </project>