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 2016/03/11 17:26:00 UTC

[1/3] git commit: [flex-falcon] [refs/heads/develop] - fix rat

Repository: flex-falcon
Updated Branches:
  refs/heads/develop d4aaeab9f -> 1270e033f


fix rat


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

Branch: refs/heads/develop
Commit: 54aa0880fdf4f04850bd2bb3e2beb0d8e30bb168
Parents: d4aaeab
Author: Alex Harui <ah...@apache.org>
Authored: Thu Mar 10 22:47:26 2016 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Mar 11 08:25:42 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/54aa0880/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 75a2c9d..b8bdf68 100644
--- a/build.xml
+++ b/build.xml
@@ -1019,7 +1019,7 @@
                 <exclude name="RELEASE_NOTES_JX"/>
                 <exclude name="NOTICE.jx"/>
                 <exclude name="NOTICE.base"/>
-                <include name="NOTICE.fdb"/>
+                <exclude name="NOTICE.fdb"/>
                 <exclude name="NOTICE.oem"/>
                 <exclude name="NOTICE.swfutils"/>
             </fileset>


[2/3] git commit: [flex-falcon] [refs/heads/develop] - add a few more files to the package

Posted by ah...@apache.org.
add a few more files to the package


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

Branch: refs/heads/develop
Commit: c4472af2b7cc67fd9e0272649d65c12d790d3c71
Parents: 54aa088
Author: Alex Harui <ah...@apache.org>
Authored: Fri Mar 11 06:16:39 2016 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Mar 11 08:25:43 2016 -0800

----------------------------------------------------------------------
 build.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/c4472af2/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index b8bdf68..efa9c1d 100644
--- a/build.xml
+++ b/build.xml
@@ -462,8 +462,10 @@
         <copy todir="${basedir}/temp/externs" includeEmptyDirs="false">
             <fileset dir="${basedir}/externs">
                 <include name="**/*.xml"/>
-                <include name="js/missing.js"/>
+                <include name="**/missing.js"/>
                 <include name="js/src/**"/>
+                <include name="cordova/externs/**"/>
+                <include name="createjs/externs/**"/>
             </fileset>
         </copy>
     </target>


[3/3] git commit: [flex-falcon] [refs/heads/develop] - createjs externs are generated

Posted by ah...@apache.org.
createjs externs are generated


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

Branch: refs/heads/develop
Commit: 1270e033fdff9a784c8a0a007d536365ef0c2633
Parents: c4472af
Author: Alex Harui <ah...@apache.org>
Authored: Fri Mar 11 07:57:03 2016 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Mar 11 08:25:43 2016 -0800

----------------------------------------------------------------------
 build.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/1270e033/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index efa9c1d..87d8a64 100644
--- a/build.xml
+++ b/build.xml
@@ -465,7 +465,6 @@
                 <include name="**/missing.js"/>
                 <include name="js/src/**"/>
                 <include name="cordova/externs/**"/>
-                <include name="createjs/externs/**"/>
             </fileset>
         </copy>
     </target>