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 2014/04/06 15:38:26 UTC

git commit: [flex-falcon] [refs/heads/develop] - try to fix build

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 11946a1f9 -> 02ff887e1


try to fix build


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

Branch: refs/heads/develop
Commit: 02ff887e12e6608b863ab83eea6a39cd3ad0dc11
Parents: 11946a1
Author: Alex Harui <ah...@apache.org>
Authored: Sun Apr 6 06:38:11 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sun Apr 6 06:38:11 2014 -0700

----------------------------------------------------------------------
 .../src/macromedia/asc/embedding/WarningConstants.java       | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/02ff887e/flex-compiler-oem/src/macromedia/asc/embedding/WarningConstants.java
----------------------------------------------------------------------
diff --git a/flex-compiler-oem/src/macromedia/asc/embedding/WarningConstants.java b/flex-compiler-oem/src/macromedia/asc/embedding/WarningConstants.java
index c036475..58c3e6a 100644
--- a/flex-compiler-oem/src/macromedia/asc/embedding/WarningConstants.java
+++ b/flex-compiler-oem/src/macromedia/asc/embedding/WarningConstants.java
@@ -663,7 +663,8 @@ public class WarningConstants
    
    public static void initWarningConstants() 
    {
-      initWarningConstantsEN();
+/*
+	   initWarningConstantsEN();
       initWarningConstantsCN();
       initWarningConstantsCS();
       initWarningConstantsDA();
@@ -682,10 +683,13 @@ public class WarningConstants
       initWarningConstantsSV();
       initWarningConstantsTR();
       initWarningConstantsTW();
+ 
+ */
    }
 
    static final AscWarning[] warningConstantsEN= new AscWarning[kNumWarningConstants]; 
 
+	/*
    private static void initWarningConstantsEN() 
    {
       int index=0;
@@ -11223,5 +11227,5 @@ public class WarningConstants
               warningConstantsTR,
               warningConstantsTW,
         };
-
+*/
 };