Repository: flex-examples Updated Branches: refs/heads/develop 916d9bebc -> 0faca1c2a
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/0faca1c2 Tree: http://git-wip-us.apache.org/repos/asf/flex-examples/tree/0faca1c2 Diff: http://git-wip-us.apache.org/repos/asf/flex-examples/diff/0faca1c2 Branch: refs/heads/develop Commit: 0faca1c2aba0f079408f145f7ee35abd3561c848 Parents: 916d9be Author: Alex Harui <[email protected]> Authored: Sun Sep 13 14:47:55 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Sun Sep 13 14:47:55 2015 -0700 ---------------------------------------------------------------------- ProductDashboard/jenkins.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-examples/blob/0faca1c2/ProductDashboard/jenkins.xml ---------------------------------------------------------------------- diff --git a/ProductDashboard/jenkins.xml b/ProductDashboard/jenkins.xml index fd5191f..d26cf73 100644 --- a/ProductDashboard/jenkins.xml +++ b/ProductDashboard/jenkins.xml @@ -26,6 +26,10 @@ value="${env.FLEX_HOME}" /> <target name="main" unless="FLEX_HOME"> + <antcall target="installFlexJS" /> + </target> + + <target name="installFlexJS" > <mkdir dir="${basedir}/ApacheFlexJSSDK" /> <mkdir dir="${basedir}/temp" /> <get src="${APACHE_FLEXJS_BINARY_PACKAGE}"
