You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by cd...@apache.org on 2021/03/07 12:00:06 UTC

[royale-asjs] branch feature/distribution-allignment updated (c465828 -> 3732aa3)

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

cdutz pushed a change to branch feature/distribution-allignment
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from c465828  PrintJobOptions added in mx emulation
     add 325ee26  - Updated the js-only distributions to work for FlashBuilder
     add 3732aa3  - Made the build remove the library-path elements in case of a "without-swf" build.

No new revisions were added by this update.

Summary of changes:
 distribution/pom.xml                               |  8 ++-
 .../main/assembly/{bin.xml => bin-without-swf.xml} |  2 +
 .../component-flashbuilder-without-swf.xml         | 51 +++++++++++++
 .../src/main/assembly/component-royale.xml         | 84 ++++++----------------
 .../main/assembly/{dir.xml => dir-without-swf.xml} |  2 +
 distribution/src/main/xslt/process-configs.xsl     | 16 +++--
 6 files changed, 92 insertions(+), 71 deletions(-)
 rename distribution/src/main/assembly/{bin.xml => bin-without-swf.xml} (88%)
 create mode 100644 distribution/src/main/assembly/component-flashbuilder-without-swf.xml
 rename distribution/src/main/assembly/{dir.xml => dir-without-swf.xml} (86%)