This is an automated email from the ASF dual-hosted git repository.
aharui pushed a change to branch release_practice
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.
from fe39655 [maven-release-plugin] prepare for next development iteration
new bed4ac5 use STORED instead of DEFLATE for all SWC entries.
NO_COMPRESSION was being used on the stream so size apparently isn't an issue
and STORED is actually smaller than DEFLATE with NO_COMPRESSION.DEFLAT would
still inject block size markers differently on Mac vs Windows
new 8c83a91 Revert "[maven-release-plugin] prepare for next development
iteration"
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:
compiler-common/pom.xml | 4 +-
compiler-externc/pom.xml | 8 ++--
compiler-jx/pom.xml | 14 +++----
.../apache/royale/compiler/clients/COMPJSC.java | 48 ++++++++++++++++++++--
.../royale/compiler/clients/COMPJSCRoyale.java | 44 ++++++++++++++++++--
compiler-test-utils/pom.xml | 4 +-
compiler/pom.xml | 10 ++---
.../java/org/apache/royale/swc/io/SWCWriter.java | 32 +++++++++++++--
debugger/pom.xml | 8 ++--
flex-compiler-oem/pom.xml | 10 ++---
pom.xml | 2 +-
royale-ant-tasks/pom.xml | 4 +-
royale-maven-plugin/pom.xml | 4 +-
swfutils/pom.xml | 4 +-
14 files changed, 149 insertions(+), 47 deletions(-)