You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/06/26 10:46:40 UTC

[2/2] git commit: [flex-falcon] [refs/heads/develop] - Almost forgot to re-enable the JFlex download :-(

Almost forgot to re-enable the JFlex download :-(

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/10355d72
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/10355d72
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/10355d72

Branch: refs/heads/develop
Commit: 10355d721023a6a923452ec4788954942bec256b
Parents: ead1017
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Thu Jun 26 10:46:07 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Thu Jun 26 10:46:07 2014 +0200

----------------------------------------------------------------------
 jenkins.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/10355d72/jenkins.xml
----------------------------------------------------------------------
diff --git a/jenkins.xml b/jenkins.xml
index dcaebbb..ede556c 100644
--- a/jenkins.xml
+++ b/jenkins.xml
@@ -30,7 +30,7 @@
     <!-- (erikdebruin) Hard coded path for Windows, sorry ;-) -->
     <property name="closure.root" location="C:/Google/Closure/Library" />
 
-    <target name="main" depends="clean,init,closure-lib-download"/><!-- ,jflex-download -->
+    <target name="main" depends="clean,init,jflex-download,closure-lib-download"/>
 
     <target name="init">
         <mkdir dir="${falcon.jenkins.home}" />