This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.


    from e65ffae  royale-maven-plugin: just some better FileWriter management
     new 0fa9132  royale-maven-plugin: generates mxml-language-manifest.xml 
instead of hard-coding (references #103)
     new b0c6008  royale-maven-plugin: the MXML language manifest is added 
separately from other namespaces because it shouldn't affect the namespaces 
collection used by the template (references #103)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/royale/maven/BaseMojo.java     | 32 ++++++++++---
 .../org/apache/royale/maven/ManifestComponent.java | 54 ++++++++++++++++++++++
 .../main/resources/config/compile-app-config.xml   |  6 +++
 .../resources/config/compile-asdoc-js-config.xml   | 12 +++--
 .../resources/config/compile-asdoc-swf-config.xml  |  6 +++
 .../resources/config/compile-extern-config.xml     |  6 +++
 .../main/resources/config/compile-js-config.xml    |  6 +++
 .../main/resources/config/compile-swf-config.xml   |  6 +++
 .../main/resources/config/mxml-2009-manifest.xml   | 42 -----------------
 .../resources/config/mxml-language-manifest.xml    | 15 +++---
 10 files changed, 124 insertions(+), 61 deletions(-)
 create mode 100644 
royale-maven-plugin/src/main/java/org/apache/royale/maven/ManifestComponent.java
 delete mode 100644 
royale-maven-plugin/src/main/resources/config/mxml-2009-manifest.xml
 copy 
compiler-common/src/main/java/org/apache/royale/compiler/internal/config/localization/package.html
 => royale-maven-plugin/src/main/resources/config/mxml-language-manifest.xml 
(75%)

Reply via email to