You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/11/16 09:50:34 UTC

[royale-asjs] branch develop updated (7807496 -> 856a1a0)

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

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


    from 7807496  fix MXtests
     new 5644942  - Updated the build to use the new default maven reproducible build timestamp - Cleaned up the plugins and plugin versions - Cleaned up the profiles - Updated the Apache parent pom
     new 0997399  - Cleaned up the examples build
     new 88235a3  - Made sure the tests work on an empty maven local repo - Bumped the minimum java version to 1.7 as 1.6 is no longer supported on Java 13 VMs - Created a self-activating profile 'reproducible-builds' which activates itself as soon as the 'project.build.outputTimestamp' property is set
     new 8e9f845  - Added the maven-wrapper to all repos (including adding the mention to the LICENCE files)
     new e535308  - Streamlined the profile names
     new e1fa97f  - Added a prerequisite check to the framework
     new 5ab1871  - Added a prerequisite check to the framework module -- Checks the memory config if the examples are enabled -- Checks the availability of the webdriver.gecko.driver property if the integrationtests are included by activating the 'with-ui-testsuite' profile
     new 2902897  - Updated the build to build SWFs when enabling the 'option-with-swf' profile
     new f1a497d  - Fixed the detection of the option-with-swf profile
     new d6bfff6  - Added the configuration for the new reproducible builds release plugin extension - Commented out the reproducibleBuilds properties
     new 50f6067  - Increased the memory requirements as still with 1GB the build failed on windows
     new de75a21  - Updated the sass-maven-plugin version to hopefully fix a memory consumption problem.
     new 5048ada  - Bumped the compiler level to 1.7 in order to make things work with Java 13
     new 5ee3935  - Ensure when doing a release the swfs as well as the distribution are built
     new a2f936b  - Removed a redundant maven-release-plugin version-management
     new 856a1a0  Merge pull request #561 from chrisdutz/develop

The 9608 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:
 .mvn/wrapper/MavenWrapperDownloader.java           | 117 ++++++
 .mvn/wrapper/maven-wrapper.properties              |  19 +
 LICENSE                                            |   7 +
 .../src/main/resources/archetype-resources/pom.xml |   2 +-
 .../src/main/resources/archetype-resources/pom.xml |   2 +-
 .../src/main/resources/archetype-resources/pom.xml |   4 -
 build.xml                                          |   2 +-
 examples/amf/pom.xml                               |  45 ---
 examples/blog/BE0001_Hello_World/pom.xml           |  37 +-
 .../blog/BE0002_Using_Jewel_Alert_Control/pom.xml  |  37 +-
 .../blog/BE0003_Using_Jewel_Slider_Control/pom.xml |  37 +-
 .../BE0004_Adding_an_item_to_a_Jewel_List/pom.xml  |  51 ++-
 .../pom.xml                                        |  51 ++-
 .../pom.xml                                        |  37 +-
 .../pom.xml                                        |  51 ++-
 .../pom.xml                                        |  51 ++-
 .../pom.xml                                        |  65 ++--
 .../pom.xml                                        |  37 +-
 .../pom.xml                                        |  51 ++-
 .../pom.xml                                        |  50 ++-
 .../pom.xml                                        |  49 ++-
 examples/blog/pom.xml                              | 104 +++--
 examples/crux/CruxGitHubCommitLogViewer/pom.xml    | 110 +-----
 examples/crux/CruxQuickStart/pom.xml               |  50 ++-
 examples/crux/CruxQuickStartBasic/pom.xml          | 161 ++++----
 examples/crux/pom.xml                              | 119 +++---
 examples/examples-integrationtests/pom.xml         | 387 +++++++++----------
 examples/express/DataBindingExample/pom.xml        |  37 +-
 examples/express/DataGridExample/pom.xml           |   1 +
 examples/express/GitHubCommitLogViewer/pom.xml     |  36 +-
 examples/express/pom.xml                           | 205 +++++-----
 examples/mxroyale/ControlsExample/pom.xml          |   2 +-
 examples/mxroyale/HelloWorld/pom.xml               |   2 +-
 examples/mxroyale/RemoteObjectAMFTest/pom.xml      |  78 ++--
 examples/mxroyale/SparkHelloWorld/pom.xml          |   2 +-
 examples/mxroyale/pom.xml                          | 156 ++++----
 examples/pom.xml                                   |  23 +-
 examples/royale/ASDoc/pom.xml                      |  80 ++--
 examples/royale/AccordionExample/pom.xml           |  36 +-
 examples/royale/Ace/pom.xml                        |  91 +++--
 examples/royale/AlertExample/pom.xml               |  45 ++-
 examples/royale/ChartExample/pom.xml               |  36 +-
 examples/royale/CordovaCameraExample/pom.xml       |  36 +-
 examples/royale/CreateJSExample/pom.xml            |  36 +-
 examples/royale/DataBindingExample/pom.xml         |  50 ++-
 .../DataBindingExampleWithFlexLayout/pom.xml       |  50 ++-
 examples/royale/DataBindingExample_Flat/pom.xml    |  65 ++--
 examples/royale/DataBindingExample_as/pom.xml      |  50 ++-
 examples/royale/DataGridExample/pom.xml            |  36 +-
 examples/royale/DateControlsExample/pom.xml        |  36 +-
 examples/royale/DebuggingExample/pom.xml           |  51 ++-
 examples/royale/DesktopMap/pom.xml                 |  37 +-
 examples/royale/DividedContainerExample/pom.xml    |  36 +-
 examples/royale/DragAndDropExample/pom.xml         |  37 +-
 examples/royale/FileProxy/pom.xml                  |  46 +--
 examples/royale/Flex2Royale/pom.xml                |  50 ++-
 examples/royale/HTMLElements/pom.xml               |  36 +-
 examples/royale/HelloWorld/pom.xml                 |  43 +--
 examples/royale/JSON2ASVO/pom.xml                  |  76 ++--
 examples/royale/ListExample/pom.xml                |  51 ++-
 examples/royale/MapSearch/pom.xml                  |  36 +-
 examples/royale/MenuExample/pom.xml                |  43 ++-
 examples/royale/MobileMap/pom.xml                  |  51 ++-
 examples/royale/MobileStocks/pom.xml               |  92 +++--
 examples/royale/MobileTrader/pom.xml               |  64 ++--
 examples/royale/ModuleExample/MainApp/pom.xml      |   1 +
 examples/royale/ModuleExample/Module/pom.xml       |   1 +
 examples/royale/ModuleExample/pom.xml              |  35 +-
 examples/royale/RemoteObjectAMFTest/pom.xml        |  65 ++--
 examples/royale/RemoteObjectAMFTestBasic/pom.xml   |  51 ++-
 examples/royale/RoyaleStore/pom.xml                |  78 ++--
 examples/royale/RoyaleStore_jquery/pom.xml         |  92 +++--
 examples/royale/RoyaleWebsiteStatsViewer/pom.xml   |  50 ++-
 examples/royale/StorageExample/pom.xml             |  50 ++-
 examples/royale/StyleExample/pom.xml               |  50 ++-
 examples/royale/TableExample/pom.xml               |  36 +-
 examples/royale/TeamPage/pom.xml                   |  50 ++-
 examples/royale/TodoListSampleApp/pom.xml          |  37 +-
 examples/royale/TourDeJewel/pom.xml                |  91 +++--
 examples/royale/TreeExample/pom.xml                |  36 +-
 examples/royale/pom.xml                            | 105 +++--
 frameworks/fontsrc/pom.xml                         |   1 -
 frameworks/projects/Ace/pom.xml                    |  53 ++-
 frameworks/projects/Basic/pom.xml                  |  77 ++--
 frameworks/projects/Binding/pom.xml                |  35 +-
 frameworks/projects/Charts/pom.xml                 |  91 +++--
 frameworks/projects/Collections/pom.xml            |  57 ++-
 frameworks/projects/Core/pom.xml                   |  26 +-
 frameworks/projects/CreateJS/pom.xml               |  77 ++--
 frameworks/projects/Crux/pom.xml                   | 129 ++++---
 frameworks/projects/DragDrop/pom.xml               |  90 +++--
 frameworks/projects/Effects/pom.xml                |  50 ++-
 frameworks/projects/Express/pom.xml                | 118 +++---
 frameworks/projects/Flat/pom.xml                   |  84 ++--
 frameworks/projects/FontAwesome/pom.xml            |  91 +++--
 frameworks/projects/Formatters/pom.xml             |  55 +--
 frameworks/projects/GoogleMaps/pom.xml             |  62 ++-
 frameworks/projects/Graphics/pom.xml               |  35 +-
 frameworks/projects/HTML/pom.xml                   |  91 +++--
 frameworks/projects/HTML5/pom.xml                  |  49 ++-
 frameworks/projects/Icons/pom.xml                  |  49 ++-
 frameworks/projects/JQuery/pom.xml                 |  50 ++-
 frameworks/projects/Jewel/pom.xml                  | 119 +++---
 frameworks/projects/MXRoyale/pom.xml               | 182 ++++-----
 frameworks/projects/MaterialDesignLite/pom.xml     | 105 +++--
 frameworks/projects/Mobile/pom.xml                 |  63 ++-
 frameworks/projects/Network/pom.xml                |  50 ++-
 frameworks/projects/Reflection/pom.xml             |  49 ++-
 frameworks/projects/RoyaleSite/pom.xml             |  63 ++-
 frameworks/projects/RoyaleUnit/pom.xml             |  63 ++-
 frameworks/projects/SparkRoyale/pom.xml            |  91 +++--
 frameworks/projects/Storage/pom.xml                |  35 +-
 frameworks/projects/TLF/pom.xml                    |  89 +++--
 frameworks/projects/Text/pom.xml                   |  42 +-
 frameworks/projects/XML/pom.xml                    |  49 ++-
 frameworks/projects/pom.xml                        |  25 +-
 frameworks/themes/JewelTheme/pom.xml               |  56 ++-
 frameworks/themes/pom.xml                          | 165 ++++----
 manualtests/pom.xml                                |   4 +-
 mvnw                                               | 305 +++++++++++++++
 mvnw.cmd                                           | 172 +++++++++
 pom.xml                                            | 425 +++++++--------------
 src/main/script/prerequisiteCheckFramework.groovy  | 229 +++++++++++
 testsuite/pom.xml                                  |   2 +-
 124 files changed, 4190 insertions(+), 4062 deletions(-)
 create mode 100644 .mvn/wrapper/MavenWrapperDownloader.java
 create mode 100644 .mvn/wrapper/maven-wrapper.properties
 create mode 100755 mvnw
 create mode 100644 mvnw.cmd
 create mode 100644 src/main/script/prerequisiteCheckFramework.groovy