This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git
commit cf20a294f0c6d675ac013de3603cfb3c209cbb54 Merge: ee52d35 069b6e1 Author: Alex Harui <[email protected]> AuthorDate: Mon Jan 22 22:54:26 2018 -0800 Merge tag 'apache-royale-0.9.0' "Official release of apache-royale-0.9.0" .mvn/extensions.xml | 2 +- GCL/build.xml | 42 ++-- GCL/pom.xml | 30 +-- GCL/src/main/config/compile-as-config.xml | 71 +------ GCL/src/main/{flex => royale}/goog/DEBUG.as | 0 GCL/src/main/{flex => royale}/goog/Disposable.as | 0 GCL/src/main/{flex => royale}/goog/bind.as | 0 .../{flex => royale}/goog/disposable/Disposable.as | 0 .../goog/disposable/IDisposable.as | 0 .../goog/disposable/MonitoringMode.as | 0 GCL/src/main/{flex => royale}/goog/events.as | 2 +- .../{flex => royale}/goog/events/BrowserEvent.as | 0 .../goog/events/BrowserEvent/MouseButton.as | 0 .../goog/events/CaptureSimulationMode.as | 0 GCL/src/main/{flex => royale}/goog/events/Event.as | 0 .../{flex => royale}/goog/events/EventTarget.as | 0 .../main/{flex => royale}/goog/events/EventType.as | 0 .../{flex => royale}/goog/events/Listenable.as | 0 .../{flex => royale}/goog/events/ListenableKey.as | 0 GCL/src/main/{flex => royale}/goog/global.as | 0 LICENSE | 222 +++++++++++++++++++++ NOTICE | 5 + README | 137 +++++++++++++ RELEASE_NOTES | 24 +++ asdoc/asdoc-config.xml | 29 +-- asdoc/build.xml | 25 ++- cordova/build.xml | 46 ++--- cordova/pom.xml | 28 +-- cordova/src/main/config/compile-as-config.xml | 4 +- cordova/src/main/config/externc-config.xml | 8 +- createjs/build.xml | 56 +++--- createjs/pom.xml | 28 +-- createjs/src/main/config/compile-as-config.xml | 197 +----------------- createjs/src/main/config/externc-config.xml | 62 +----- google_maps/build.xml | 52 ++--- google_maps/pom.xml | 28 +-- google_maps/src/main/config/compile-as-config.xml | 55 +---- google_maps/src/main/config/externc-config.xml | 8 +- jasmine/build.xml | 52 ++--- jasmine/pom.xml | 28 +-- jasmine/src/main/config/compile-as-config.xml | 55 +---- jasmine/src/main/config/externc-config.xml | 8 +- jquery/build.xml | 52 ++--- jquery/pom.xml | 28 +-- jquery/src/main/config/compile-as-config.xml | 55 +---- jquery/src/main/config/externc-config.xml | 8 +- js/build.xml | 56 +++--- js/pom.xml | 30 +-- js/src/main/config/compile-as-config.xml | 54 +---- js/src/main/config/externc-config.xml | 35 +--- js/src/main/javascript/missing.js | 24 +-- js/src/main/{flex => royale}/AS3.as | 2 +- .../{flex => royale}/__AS3__/vec/Vector$double.as | 4 +- .../{flex => royale}/__AS3__/vec/Vector$int.as | 4 +- .../{flex => royale}/__AS3__/vec/Vector$object.as | 4 +- .../{flex => royale}/__AS3__/vec/Vector$uint.as | 4 +- js/src/main/{flex => royale}/__AS3__/vec/Vector.as | 4 +- node/build.xml | 52 ++--- node/pom.xml | 30 +-- node/src/main/config/compile-as-config.xml | 4 +- node/src/main/config/externc-config.xml | 8 +- pom.xml | 44 ++-- settings-template.xml | 2 +- 63 files changed, 812 insertions(+), 996 deletions(-) -- To stop receiving notification emails like this one, please contact [email protected].
