This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from a26d876 changes in UIComponent
new 30e75fb - Re-imported the current versions of Ant distribution
descriptors and adjusted them for a maven directory structure.
new 721509b - Hopefully fixed the ACE build
new d7b6f9f - First major refactoring to align the Maven and the ANT
distribution a bit more
new 6c73ef6 - Finished the sanitazion of the path-elements to match the
names of the Maven distribution.
new 56895ca - Include only the "src" directory of the "projects" in the
distribution
new 9eeede4 - Added some more dummy files the FLashBuilder seems to look
for
new 7696257 - Added the empty ***fonts.ser files to the rat exclusions -
Moved all of the stuff needed for FlashBuilder support into a dedicated
assembly descriptor, which can easily be dropped.
new 2e99c35 - Moved some of the goals preparing resources for the
packaging from "packaging" to "prepare-resources"
new 3060881 - Updated the js-only distributions to work for FlashBuilder
new 7ae2409 - Made the build remove the library-path elements in case of
a "without-swf" build.
new f73aba3 - Worked on getting the MANIFEST classpath entries right -
Made the distribution create the same output in the js/lib directory
new 034623c - Added the antlr-runtime.jar to the classpath - Added some
comments on the Class-Path setting in pom.xml
new b81b42d - Stripped down the distribution to only contain the jars
actually needed.
new 7698ef8 - Renamed the "with-cordova" profile to "option-with-cordova"
to fit to the generally used naming convention for Royale maven profiles.
new 497be4b - Some minor updates in the pom
new e78824d - Added documentation on the Maven build to the README
new a50c89a - Added the updated Maven distribution to the RELEASE_NOTES.md
The 17 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:
README.md | 63 +-
RELEASE_NOTES.md | 3 +
distribution/jars/compc/pom.xml | 7 +-
distribution/jars/compiler-asc/pom.xml | 6 +-
distribution/jars/compiler-compc/pom.xml | 6 +-
distribution/jars/compiler-compjsc/pom.xml | 7 +-
distribution/jars/compiler-mxmlc/pom.xml | 6 +-
distribution/jars/compiler-mxmljsc/pom.xml | 7 +-
distribution/jars/compiler-optimizer/pom.xml | 8 +-
distribution/jars/compiler-swfdump/pom.xml | 10 +-
distribution/jars/mxmlc/pom.xml | 6 +-
distribution/pom.xml | 303 ++++++---
distribution/src/main/assembly/bin-with-swf.xml | 1 +
.../main/assembly/{bin.xml => bin-without-swf.xml} | 3 +
.../component-flashbuilder-without-swf.xml | 51 ++
.../src/main/assembly/component-flashbuilder.xml | 72 +++
.../main/assembly/component-royale-with-swf.xml | 12 +-
.../main/assembly/component-royale-without-swf.xml | 10 -
.../src/main/assembly/component-royale.xml | 719 +++++++++------------
distribution/src/main/assembly/dir-with-swf.xml | 1 +
.../main/assembly/{dir.xml => dir-without-swf.xml} | 3 +
.../frameworks/flex-config-template.xml | 499 --------------
.../resources-with-swf/frameworks/flex-config.xml | 105 +--
.../frameworks/royale-config-template.xml | 496 --------------
.../frameworks/royale-config.xml | 83 ++-
.../frameworks/flex-config-template.xml | 497 --------------
.../frameworks/flex-config.xml | 99 +--
.../frameworks/royale-config-template.xml | 494 --------------
.../frameworks/royale-config.xml | 88 ++-
distribution/src/main/resources/bin/acompc | 29 -
distribution/src/main/resources/bin/acompc.bat | 26 -
distribution/src/main/resources/bin/amxmlc | 29 -
distribution/src/main/resources/bin/amxmlc.bat | 26 -
distribution/src/main/resources/bin/compc | 71 --
distribution/src/main/resources/bin/compc.bat | 32 -
distribution/src/main/resources/bin/mxmlc | 71 --
distribution/src/main/resources/bin/mxmlc.bat | 33 -
distribution/src/main/resources/bin/optimizer | 62 --
distribution/src/main/resources/bin/optimizer.bat | 27 -
distribution/src/main/resources/bin/swcdepends | 71 --
distribution/src/main/resources/bin/swcdepends.bat | 31 -
distribution/src/main/resources/bin/swfdump | 62 --
distribution/src/main/resources/bin/swfdump.bat | 26 -
.../resources/frameworks/air-config-template.xml | 489 --------------
.../src/main/resources/frameworks/air-config.xml | 489 --------------
.../main/resources/frameworks/airmobile-config.xml | 488 --------------
.../frameworks/createjs-config-template.xml | 348 ----------
.../main/resources/frameworks/createjs-config.xml | 348 ----------
.../frameworks/jquery-config-template.xml | 347 ----------
.../main/resources/frameworks/jquery-config.xml | 347 ----------
.../resources/frameworks/js-config-template.xml | 345 ----------
.../src/main/resources/frameworks/js-config.xml | 345 ----------
.../src/main/resources/frameworks/localfonts.ser | 0
.../src/main/resources/frameworks/macfonts.ser | 0
.../resources/frameworks/{rsls => mx}/readme.md | 0
.../resources/frameworks/mxml-2009-manifest.xml | 45 --
.../main/resources/frameworks/mxml-manifest.xml | 32 +-
.../resources/frameworks/node-config-template.xml | 346 ----------
.../src/main/resources/frameworks/node-config.xml | 346 ----------
.../main/resources/frameworks/spark-manifest.xml | 32 +-
.../src/main/resources/frameworks/winfonts.ser | 0
.../ide/flashbuilder/flashbuilder-config.xml | 10 +-
distribution/src/main/resources/js/bin/asjsc | 70 --
distribution/src/main/resources/js/bin/asjsc.bat | 29 -
distribution/src/main/resources/js/bin/asjscompc | 70 --
.../src/main/resources/js/bin/asjscompc.bat | 29 -
distribution/src/main/resources/js/bin/asnodec | 70 --
distribution/src/main/resources/js/bin/asnodec.bat | 29 -
distribution/src/main/resources/js/bin/compc | 70 --
distribution/src/main/resources/js/bin/compc.bat | 29 -
distribution/src/main/resources/js/bin/externc | 70 --
distribution/src/main/resources/js/bin/externc.bat | 29 -
distribution/src/main/resources/js/bin/jquery | 70 --
distribution/src/main/resources/js/bin/jquery.bat | 29 -
distribution/src/main/resources/js/bin/mxmlc | 70 --
distribution/src/main/resources/js/bin/mxmlc.bat | 31 -
distribution/src/main/xslt/process-configs.xsl | 116 ++++
.../mxroyale/RemoteObjectAMFTest/asconfig.json | 4 +-
examples/pom.xml | 40 +-
frameworks/projects/Ace/pom.xml | 3 +-
frameworks/projects/pom.xml | 2 +-
pom.xml | 22 +-
82 files changed, 1099 insertions(+), 8401 deletions(-)
rename distribution/src/main/assembly/{bin.xml => bin-without-swf.xml} (83%)
create mode 100644
distribution/src/main/assembly/component-flashbuilder-without-swf.xml
create mode 100644 distribution/src/main/assembly/component-flashbuilder.xml
rename distribution/src/main/assembly/{dir.xml => dir-without-swf.xml} (80%)
delete mode 100644
distribution/src/main/resources-with-swf/frameworks/flex-config-template.xml
delete mode 100644
distribution/src/main/resources-with-swf/frameworks/royale-config-template.xml
delete mode 100644
distribution/src/main/resources-without-swf/frameworks/flex-config-template.xml
delete mode 100644
distribution/src/main/resources-without-swf/frameworks/royale-config-template.xml
delete mode 100644 distribution/src/main/resources/bin/acompc
delete mode 100644 distribution/src/main/resources/bin/acompc.bat
delete mode 100644 distribution/src/main/resources/bin/amxmlc
delete mode 100644 distribution/src/main/resources/bin/amxmlc.bat
delete mode 100755 distribution/src/main/resources/bin/compc
delete mode 100644 distribution/src/main/resources/bin/compc.bat
delete mode 100755 distribution/src/main/resources/bin/mxmlc
delete mode 100644 distribution/src/main/resources/bin/mxmlc.bat
delete mode 100644 distribution/src/main/resources/bin/optimizer
delete mode 100644 distribution/src/main/resources/bin/optimizer.bat
delete mode 100644 distribution/src/main/resources/bin/swcdepends
delete mode 100644 distribution/src/main/resources/bin/swcdepends.bat
delete mode 100644 distribution/src/main/resources/bin/swfdump
delete mode 100644 distribution/src/main/resources/bin/swfdump.bat
delete mode 100644
distribution/src/main/resources/frameworks/air-config-template.xml
delete mode 100644 distribution/src/main/resources/frameworks/air-config.xml
delete mode 100644
distribution/src/main/resources/frameworks/airmobile-config.xml
delete mode 100644
distribution/src/main/resources/frameworks/createjs-config-template.xml
delete mode 100644
distribution/src/main/resources/frameworks/createjs-config.xml
delete mode 100644
distribution/src/main/resources/frameworks/jquery-config-template.xml
delete mode 100644 distribution/src/main/resources/frameworks/jquery-config.xml
delete mode 100644
distribution/src/main/resources/frameworks/js-config-template.xml
delete mode 100644 distribution/src/main/resources/frameworks/js-config.xml
create mode 100644 distribution/src/main/resources/frameworks/localfonts.ser
create mode 100644 distribution/src/main/resources/frameworks/macfonts.ser
copy distribution/src/main/resources/frameworks/{rsls => mx}/readme.md (100%)
delete mode 100644
distribution/src/main/resources/frameworks/mxml-2009-manifest.xml
delete mode 100644
distribution/src/main/resources/frameworks/node-config-template.xml
delete mode 100644 distribution/src/main/resources/frameworks/node-config.xml
create mode 100644 distribution/src/main/resources/frameworks/winfonts.ser
copy examples/crux/SampleLib/src/main/resources/samplelib-as-manifest.xml =>
distribution/src/main/resources/ide/flashbuilder/flashbuilder-config.xml (87%)
delete mode 100755 distribution/src/main/resources/js/bin/asjsc
delete mode 100644 distribution/src/main/resources/js/bin/asjsc.bat
delete mode 100755 distribution/src/main/resources/js/bin/asjscompc
delete mode 100644 distribution/src/main/resources/js/bin/asjscompc.bat
delete mode 100755 distribution/src/main/resources/js/bin/asnodec
delete mode 100644 distribution/src/main/resources/js/bin/asnodec.bat
delete mode 100755 distribution/src/main/resources/js/bin/compc
delete mode 100644 distribution/src/main/resources/js/bin/compc.bat
delete mode 100755 distribution/src/main/resources/js/bin/externc
delete mode 100644 distribution/src/main/resources/js/bin/externc.bat
delete mode 100755 distribution/src/main/resources/js/bin/jquery
delete mode 100644 distribution/src/main/resources/js/bin/jquery.bat
delete mode 100755 distribution/src/main/resources/js/bin/mxmlc
delete mode 100644 distribution/src/main/resources/js/bin/mxmlc.bat
create mode 100644 distribution/src/main/xslt/process-configs.xsl