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 <[email protected]> Authored: Sun Sep 13 14:57:09 2015 -0700 Committer: Alex Harui <[email protected]> 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>
