You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/04/22 15:01:31 UTC

[1/2] git commit: [flex-falcon] [refs/heads/feature/maven-migration-test] - Hopefully fixes defined type of jQuery $ object

Repository: flex-falcon
Updated Branches:
  refs/heads/feature/maven-migration-test dd5033438 -> 6bd222bd2


Hopefully fixes defined type of jQuery $ object


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

Branch: refs/heads/feature/maven-migration-test
Commit: ce38e3e394876dee75f1816bb80cb582ccc01ca3
Parents: fb2dc7a
Author: Harbs <ha...@in-tools.com>
Authored: Thu Apr 21 14:23:07 2016 +0300
Committer: Harbs <ha...@in-tools.com>
Committed: Thu Apr 21 14:23:07 2016 +0300

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ce38e3e3/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 731a6c8..f1ea5cc 100644
--- a/build.xml
+++ b/build.xml
@@ -710,6 +710,7 @@
     </target>
 
     <target name="externc.jquery.swc" >
+        <replaceregexp file="${basedir}/externs/js/externs/jquery-1.9.js" match="(\* @const\s+)([\*\s/]+var \$)" replace="\1* @type {jQuery}\n\2" flags="g" />
         <java jar="${basedir}/compiler.jx/lib/externc.jar" fork="true"
               failonerror="false">
             <arg value="+flexlib=externs" />


[2/2] git commit: [flex-falcon] [refs/heads/feature/maven-migration-test] - - Made the externs build again after merging in the latest changes.

Posted by cd...@apache.org.
- Made the externs build again after merging in the latest changes.


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

Branch: refs/heads/feature/maven-migration-test
Commit: 6bd222bd25c7d6c6a1d8985c14dbd39b7e206ffc
Parents: dd50334 ce38e3e
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Fri Apr 22 15:01:21 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Fri Apr 22 15:01:21 2016 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------