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 2015/06/04 08:06:47 UTC

[41/42] git commit: [flex-falcon] [refs/heads/develop] - Merge branch 'IDEA-FLEX_JS_COMPILER' into develop

Merge branch 'IDEA-FLEX_JS_COMPILER' into develop


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

Branch: refs/heads/develop
Commit: 66d489bfcd155ab64c499a1bfa4c0ae32bb0e6d6
Parents: fc1fe38 d6162d0
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 3 22:48:34 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jun 3 22:48:34 2015 -0700

----------------------------------------------------------------------
 build.xml                                       |   6 +-
 .../apache/flex/compiler/clients/MXMLJSC.java   | 103 ++----
 .../apache/flex/compiler/clients/COMPJSC.java   |  44 +--
 .../compiler/clients/JSCompilerEntryPoint.java  |  29 ++
 .../apache/flex/compiler/clients/MXMLJSC.java   |  69 ++--
 .../mxml/flexjs/MXMLFlexJSPublisher.java        |   2 +-
 .../compiler/internal/graph/GoogDepsWriter.java |  14 +-
 .../clients/problems/ProblemQueryProvider.java  |  24 ++
 .../src/org/apache/flex/utils/ArgumentUtil.java | 123 +++++++
 flex-compiler-oem/build.xml                     |  35 +-
 .../src/flex2/compiler/CompilerAPI.java         |  55 +++-
 .../compiler/common/LocalFilePathResolver.java  |  83 +++++
 .../config/CommandLineConfigurator.java         |   7 +-
 .../src/flex2/compiler/io/NetworkFile.java      | 148 +++++++++
 .../src/flex2/compiler/util/ManifestParser.java | 239 ++++++++++++++
 .../src/flex2/compiler/util/NameMappings.java   | 183 +++++++++++
 .../flex2/compiler/util/ThreadLocalToolkit.java |   7 +-
 .../flex2/compiler/util/URLPathResolver.java    |  75 +++++
 flex-compiler-oem/src/flex2/tools/CompJSC.java  |  37 +++
 flex-compiler-oem/src/flex2/tools/Compc.java    |  53 +++
 flex-compiler-oem/src/flex2/tools/MxmlJSC.java  |  92 ++++++
 flex-compiler-oem/src/flex2/tools/Mxmlc.java    | 324 +++++++++++++++++++
 flex-compiler-oem/src/flex2/tools/Tool.java     | 316 ++++++++++++++++++
 23 files changed, 1871 insertions(+), 197 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/66d489bf/build.xml
----------------------------------------------------------------------