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

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


    from 6242e58  Merge tag 'apache-royale-0.9.0'
     add 6aa4f5d  [maven-release-plugin] prepare for next development iteration
     add ff77e90  commit other file as well
     add 0b6a6fc  add way to prevent posting an rc
     add 406f015  more tweaks to rc script
     add 2f8a9ab  Created DataGridCollectionViewModel to complement 
DataItemRendererFactoryForCollectionView to enable dynamic DataGrids.
     add 200b131  Updated DataGridExample to  show how to make a DataGrid that 
responds dynamically to changes in its dataProvider.
     add f9b4088  Update README.md with instructions about npm installation on 
Windows Update .gitignore
     add 3734020  build maven artifacts as part of approval
     add 52e9961  more ideas of post release merging
     add be80c93  Corrects the slider thumb position based on the mouse.
     add 7d447f3  update other poms to next version
     add d6e226a  Add basic project files
     add 31c93e0  Make GraphicContainer mxml enabled. Still half-baked.
     add e8ee330  GraphicContainer - make sure child instances are initialized 
in mxml.
     add 74a4c12  Add Moonshine IDE files to simplify opening examples in that 
IDE
     add 02f0dd4  Adjusted calculation to remove unnecessary offset.
     add 24a6d56  test commit
     add 7dd5d4a  test push from sourcetree (first)
     add addce05  Add missing header to MDLExample and remove as3proj from 
CordovaCameraExample
     add 8a04bb6  Added missing headers to Basic module FB files
     add a2473d9  Clean up all hard coded paths in Moonshine IDE files
     add 830e870  It looks like it was missed and it won't be changed 
automatically - If I'm wrong revert please
     add 626cb62  Once Again changes to 0.9.1 - Revert if I'm wrong
     add 1d31f1a  remove className="DynamicGridColumn" to fix compilation of 
DataGridExample
     add ca6f7c8  fix RoyaleThemes example and include Slider. Include example 
in example/royale modules list to compile
     add bc02233  Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
     add 1758af5  Revert "remove className="DynamicGridColumn" to fix 
compilation of DataGridExample"
     add 5ddac18  Scrollbar layout bead was not being saved after being created 
nor was it being activated on scrollbar resize.
     add e500c10  try to script updating develop branch poms from profiles that 
are not active when release branch is cut
     add 224fbed  more tweaks to release script to try to handle versions in 
maven
     add 2955a16  Need to test for String type first.
     add 2b69d60  Revert "Once Again changes to 0.9.1 - Revert if I'm wrong"
     add eb6c449  Revert "It looks like it was missed and it won't be changed 
automatically - If I'm wrong revert please"
     add ad64c2b  Revert "update other poms to next version"
     add 103a60f  fix up poms in hopes that the versions plugin will find all 
places we use the version
     add 935e724  try to use profiles to not build things that don't build, but 
keep them in the search for new version updates in case we fix the build someday
     add 475cb40  renames it isn't seen as a duplicate project
     add d141472  add this so it sees the projects in this folder
     add 3240b6d  this seems to update the dependency versions
     add e224601  run in the examples folder.  versions:set seems to climb to 
the root no matter what folder is specified
     add 6d6b8e9  update more versions
     add 2a4c306  allow use of set-property
     add b5cbeec  update versions in example pom
     add 9dacdd2  update archetypes to make it easier to update versions
     add e6d3785  fix pom
     add b6cb664  more tweaks
     add ac9b996  update versions in distribution
     add 3e5a7c3  see if this will update all develop poms
     add 83261b4  Revert "update versions in distribution"
     add c3a1f09  Revert "update versions in example pom"
     add 795872e  Revert "update more versions"
     add 74eff11  add Testing
     add d8503d7  Testing doesn't build on Maven
     add c33a40f  update other poms to next version
     add f33f20f  seem to have a script that updates almost all version numbers
     add fd72dd8  disable amf server until we figure out how to get it to 
deploy on builds.a.o
     add 77de773  fix versioning of release poms
     add efaf04a  Fix issue where DataGridPercentageView messed up with 
DataItemRendererFactoryForCollectionView. Clean up View by removing unnecessary 
duplicated code from DataGridView.
     add fb2d1e6  Update DataGridExample with latest fixes in 
DataGridPercentageView
     add 378f9ee  Fix signature method implementation in DataGridView
     add 35ece56  Fix signature: Use interface in DataGridView instead class
     add 68e6700  Add AlertExample
     add 4e7574a  Add AlertExample to Maven build
     add f07bc43  Fix flash player version in pom of AlertExample
     add 58f56c7  Forgot parent in pom of AlertExample
     add f0c2582  Clean up Alert component.
     add f8621d6  User in Label TextNode instead innerHTML for the "text" 
property
     add a7cb128  Fix issue where updated item in DataGrid was actually added 
instead of update
     add 5cbf4a3  Updated TreeGrid to use CollectionView and simplified it to 
use a combination of TreeGridColumn and DataGridColumn.
     add 5d5e2b5  Updated TreeExample to use TreeGrid.
     add 25a6709  start to handle new package names
     add f8d2670  try to fix amf server deployment so we can include it in the 
CI build on builds.a.o
     add fa97145  try to re-enable amf server build to see if it can deploy
     add bb23ee4  forgot to change version
     add 7a9f373  fix source folder
     add d431663  add more profiles
     add 5b68129  DataGrid now defaults its model et al to support Array 
dataProvider; for other data types, change the beads or use the new 
.DynamicDataGrid style for convenience. Style class names fixed for DataGrid, 
Tree, and TreeGrid.
     add 67b81a3  Updated DataGridExample and TreeExample to reflect style 
improvements as well as showing standard (Array) DataGrid and DataGrid with 
dynamic beads.
     add 1230ea8  forgot a few things from royale-typedefs
     add dd11528  add events to Button because it has difference class 
hierarchy on SWF so it doesn't get it from UIBase
     add f8dbae1  fix build
     add 9e6f607  Had border style setting backwards for Flash Player.
     add 80148d9  Was failing when run on HTML platform.
     add e80f343  Revived DataGridLayout and DataGridPercentageLayout. Moved 
DataGrid’s layout into the layout beads. Moved some hard-coded settings for 
DataGrid and TreeGrid into defaults.css for better flexibility. 
DataGridPercentageView is now obsolete.
     add 5671907  Updated DataGridExample to use DataGridPercentageLayout.
     add a16476d  Improved ListExample.
     add 408a442  I thought I'd already changed this
     add a96126f  DataGrid (and TreeGrid) is better at understanding percentage 
sizes. Gave DataGrid a default size. Updated DataGridExample.
     add 22b7416  [maven-release-plugin] prepare for next development iteration
     add 15ef7f3  update version to 0.9.1
     add 7853ea7  update version to 0.9.1
     add ff6b54e  update version to 0.9.1
     add 6b1f200  Merge branch 'release/0.9.0' into develop
     add 9457e92  latest updates to releasecandidate script
     add cdea0e2  missed this on the merge
     add 4957d90  Fix npm module name
     add 070e555  setup npm for next release
     add ac8bfda  Make contact protected to give opprtunity to extend 
ContactImageChip bead
     add 085a2d5  Add imageWidth and imageHeight to ContactImageChip to have 
more control on the image part of MDL Chip
     add 3eb10e4  Make _imageWidth and _imageHeight protected to allow sub 
class use it.
     add 34dc31a  Patched event bubbling on the JS/HTML platform.
     add c417753  Updated DragAndDrop project to account for ICollectionView 
and changes to event bubbling.
     add e5dcddd  Improved the DataGrid for Express and the Express example.
     add a5fe4ba  make beads the default property for application
     add 14b3e47  binding event for DG selectedIndex
     add 5024507  Add support for @apache-royale org; Add npm publish scripts; 
Fix royale-js-swf package so that it installs correctly.
     add 1cf8f8a  Fix npm commands
     add 13ecd04  Add publish.js node script
     add 2328ad0  Merge pull request #115 from 
apache/feature/npm-release-scripts
     add d2434b4  Fixed positioning and display of drop indicator for SWF 
platform.
     add 6ad062b  GitHubCommitViewer source for tutorial
     add 98f405e  try to fix build
     add 7b55557  prep new release candidate script
     add a858f8d  allow either child tags or html content
     add 32765b6  components and example of RoyaleWebSite
     add 2ce410b  tune up maven build
     add cd428d7  raw html version
     add bfa30a4  change to innerHTML as the special property.  requires 
compiler update
     add ad357d8  put second icon on separate line
     add 5ac0fae  start copying from doc template
     add 6215ade  should use typenames instead of classname to avoid being 
overwritten by app dev
     add 9c82e73  update site components to try to use them in asdoc
     add 8f31e43  put custom fonts in template
     add 6cd45fe  refactor example to use new components and remove clutter
     add edef66c  handle display specified in stylesheets
     add 87ba068  tune up site components
     add 6b941bf  make ASDoc look a bit better
     add 026ff12  try using padding instead of fixed height to center text 
vertically and handle different font sizes
     add 41eb804  AlternatingBackgroundColor renderer
     add 818c715  use typenames
     add bd31916  use hash anchor links
     add 71484c4  simple routing for JS
     add f36cdb5  implement routing in ASDoc
     add 77d84ac  Merge branch 'feature/royalesite' into develop
     add c25e23d  add RoyaleSite
     add ab4b08d  try HashBang
     add eeb9e4a  more tweaks to ASDoc
     add c7fc63e  wrong version
     add 9e6e361  more tweaks to asdoc
     add bf0dfe8  tweak top 3 detail lines
     add 7a6b265  fix up more detail entries
     add 46be711  fix asdoc maven build
     add 031a52f  fix inheritance links
     add fd4648e  fix multiline
     add 8eeccd3  more tweaks to ASDoc.  Next up details for methods
     add 7c9d517  more tweaks
     add 1fcfd72  handle events
     add 7cc167b  jump to details (via hash as well)
     add a2b71eb  Modified Express version of the DataGrid to handle both Array 
and ArrayList in the dataProvider. Extended DataGridColumn definition in 
Express to set columnWidth as pixel or percent.
     add e172956  search for class
     add 8aacfe5  add express components
     add 2543b61  format some attributes differently
     add a8d9a02  tweak margin
     add d4f8ec7  format examples better
     add d2e3a13  Updated DataGrid examples to use new additions to the Express 
DataGrid package.
     add f69e957  Fixed alignment of inline details
     add 3380f32  Made search case insensitive
     add 16a72bd  First step of getting this to work in release
     add 47b5f4b  fix example
     add d17197e  switch to using JS APIs instead of SWF
     add 651b8a8  ASDoc for JS found all of these issues
     add 059440c  Make link protected to have it available for custom MDL 
FooterLinkItemRenderer
     add 6282e13  Added NestedStringItemRenderer which can handle dataFields 
such as: dataField=“record.address.city”
     add c450403  try to fold in latest NPM info
     add e945423  update release notes
     add 58c0a4d  point to update pages
     add 1b9b20c  try using profiles to rename version in branches
     add 4fa0e79  [maven-release-plugin] prepare branch release/0.9.1
     add acf0131  [maven-release-plugin] prepare for next development iteration
     add d93b455  Revert "[maven-release-plugin] prepare for next development 
iteration"
     add 96dcfad  Revert "[maven-release-plugin] prepare branch release/0.9.1"
     add 3cd13df  clean up pom
     add ca2fa27  fix maven build
     add d8bf811  add GitHub example
     add f8bfcff  try this to update all versions
     add c370b8b  [maven-release-plugin] prepare branch release/0.9.1
     add 1845eae  [maven-release-plugin] prepare for next development iteration
     add a56f88a  update other versions in poms
     add 8728484  Revert "update other versions in poms"
     add 6f7ea23  Revert "[maven-release-plugin] prepare for next development 
iteration"
     add 6687290  Revert "[maven-release-plugin] prepare branch release/0.9.1"
     add e9f22c7  [maven-release-plugin] prepare branch release/0.9.1
     add 884cc31  remove SNAPSHOT from compiler and typedefs versions
     add ffad879  update other poms to current version
     add 2232490  [maven-release-plugin] prepare release 
org.apache.royale.framework-0.9.1-rc1
     new 1780c90  Merge tag 'apache-royale-0.9.1'

The 1 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:
 ApproveRoyale.xml                                  |   2 +-
 LICENSE                                            |   9 +
 README.md                                          |  13 +-
 RELEASE_NOTES                                      |  12 +
 archetypes/pom.xml                                 |   6 +-
 .../royale-simple-application-archetype/pom.xml    |   4 +-
 .../pom.xml                                        |   4 +-
 .../pom.xml                                        |   4 +-
 archetypes/royale-simple-library-archetype/pom.xml |   4 +-
 archetypes/royale-simple-typedef-archetype/pom.xml |   4 +-
 build.properties                                   |   2 +-
 build.xml                                          |   4 +-
 distribution/jars/compc/pom.xml                    |   4 +-
 distribution/jars/compiler-asc/pom.xml             |   4 +-
 distribution/jars/compiler-compc/pom.xml           |   4 +-
 distribution/jars/compiler-mxmlc/pom.xml           |   4 +-
 distribution/jars/compiler-optimizer/pom.xml       |   4 +-
 distribution/jars/compiler-swfdump/pom.xml         |   6 +-
 distribution/jars/mxmlc/pom.xml                    |   4 +-
 distribution/pom.xml                               | 112 +++---
 examples/amf/SampleAmfWebApp/pom.xml               |   8 +-
 examples/amf/pom.xml                               |   4 +-
 examples/examples-integrationtests/pom.xml         |  52 +--
 examples/examples-tests/pom.xml                    |   4 +-
 examples/express/DataBindingExample/pom.xml        |   8 +-
 examples/express/DataGridExample/pom.xml           |   4 +-
 .../src/main/royale/MyInitialView.mxml             | 129 ++++---
 .../src/main/royale/models/ProductsModel.as        |  16 +-
 examples/express/GitHubCommitLogViewer/build.xml   |  58 +++
 .../GitHubCommitLogViewer}/pom.xml                 |  16 +-
 .../src/main/resources/project.json                |   4 +
 .../src/main/royale/GitHubCommitLogViewer.mxml     |  97 +++++
 .../src/main/royale/LogEntry.as}                   |  15 +-
 examples/express/pom.xml                           |  19 +-
 examples/native/ButtonExample/pom.xml              |   4 +-
 examples/native/USStatesMap/pom.xml                |   6 +-
 examples/native/pom.xml                            |   4 +-
 examples/node/HelloWorld/pom.xml                   |   4 +-
 examples/node/pom.xml                              |   4 +-
 examples/pom.xml                                   |   6 +-
 examples/royale/ASDoc/build.xml                    |  41 ++-
 examples/royale/ASDoc/pom.xml                      |  22 +-
 .../{asdoc-config.xml => asdoc-js-config.xml}      |  70 +++-
 .../{asdoc-config.xml => asdoc-swf-config.xml}     |   6 +
 .../ASDoc/src/main/config/compile-app-config.xml   |   1 +
 .../royale/ASDoc/src/main/resources/config.json    |   4 +
 .../src/main/resources/royale-index-template.html  | 274 +++++++++++++++
 examples/royale/ASDoc/src/main/royale/ASDoc.mxml   |  10 +
 .../ASDoc/src/main/royale/ASDocMainView.mxml       | 390 +++++++++++++++++++--
 ...gBackgroundColorHashAnchorStringItemRenderer.as |  96 +++++
 .../ASDoc/src/main/royale/AttributeRenderer.as     |  45 ++-
 .../ClassPickerHashAnchorStringItemRenderer.as     |  77 ++++
 ...etailRenderer.mxml => EventDetailRenderer.mxml} |  39 ++-
 .../src/main/royale/EventSummaryRenderer.mxml      | 108 ++++++
 .../main/royale/HashAnchorStringItemRenderer.as    |  54 +--
 .../src/main/royale/MethodDetailRenderer.mxml      |  82 +++++
 .../src/main/royale/MethodSummaryRenderer.mxml     | 122 +++++++
 .../royale/OptionalHashAnchorStringItemRenderer.as |  74 ++++
 .../ASDoc/src/main/royale/ParameterRenderer.as     |  61 ++--
 ...ilRenderer.mxml => PropertyDetailRenderer.mxml} |  40 ++-
 .../ASDoc/src/main/royale/SummaryRenderer.mxml     |  85 ++++-
 .../ASDoc/src/main/royale/models/ASDocModel.as     | 253 +++++++++++--
 .../ASDoc/src/main/royale/valueObjects/DataVO.as   |  50 +++
 .../src/main/royale/valueObjects/ValueObject.as    |   8 +
 .../AccordionExample/AccordionExample.as3proj      |  89 +++++
 examples/royale/AccordionExample/pom.xml           |   4 +-
 examples/royale/AlertExample/AlertExample.as3proj  |  89 +++++
 examples/royale/AlertExample/build.xml             |  54 +++
 .../{DateControlsExample => AlertExample}/pom.xml  |  69 ++--
 .../src/main/royale/AlertExample.mxml}             |  42 ++-
 examples/royale/ChartExample/ChartExample.as3proj  |  89 +++++
 examples/royale/ChartExample/pom.xml               |   8 +-
 .../CordovaCameraExample-app.xml                   |   2 +-
 examples/royale/CordovaCameraExample/pom.xml       |   8 +-
 .../royale/CreateJSExample/CreateJSExample.as3proj |  89 +++++
 examples/royale/CreateJSExample/pom.xml            |   8 +-
 .../DataBindingExample/DataBindingExample.as3proj  |  89 +++++
 examples/royale/DataBindingExample/pom.xml         |   8 +-
 .../DataBindingExampleWithFlexLayout.as3proj       |  89 +++++
 .../DataBindingExampleWithFlexLayout/pom.xml       |   8 +-
 .../DataBindingExample_Flat.as3proj                |  89 +++++
 examples/royale/DataBindingExample_Flat/pom.xml    |  14 +-
 examples/royale/DataBindingExample_as/pom.xml      |   8 +-
 .../royale/DataGridExample/DataGridExample.as3proj |  91 +++++
 examples/royale/DataGridExample/pom.xml            |   4 +-
 .../src/main/royale/MyInitialView.mxml             | 111 ++++--
 .../src/main/royale/models/ProductsModel.as        |   8 +
 .../DateControlsExample.as3proj                    |  89 +++++
 examples/royale/DateControlsExample/pom.xml        |   8 +-
 .../DebuggingExample/DebuggingExample.as3proj      |  89 +++++
 examples/royale/DebuggingExample/pom.xml           |   8 +-
 examples/royale/DesktopMap/DesktopMap-app.xml      |   2 +-
 examples/royale/DesktopMap/pom.xml                 |   8 +-
 .../DragAndDropExample/DragAndDropExample.as3proj  |  91 +++++
 examples/royale/DragAndDropExample/pom.xml         |   8 +-
 examples/royale/Flex2Royale/Flex2Royale.as3proj    |  89 +++++
 examples/royale/Flex2Royale/pom.xml                |   8 +-
 .../Flex2Royale/src/main/royale/MainView.mxml      |   6 +-
 examples/royale/HTMLElements/HTMLElements.as3proj  |  89 +++++
 examples/royale/HTMLElements/pom.xml               |   4 +-
 examples/royale/HelloWorld/HelloWorld.as3proj      |  89 +++++
 examples/royale/HelloWorld/pom.xml                 |   4 +-
 examples/royale/ListExample/ListExample.as3proj    |  89 +++++
 examples/royale/ListExample/pom.xml                |   8 +-
 .../ListExample/src/main/royale/MyInitialView.mxml |  74 ++--
 .../src/main/royale/models/ProductsModel.as        |   2 +
 .../royale/MDLBlogExample/MDLBlogExample.as3proj   |  91 +++++
 .../MDLDynamicTableExample.as3proj                 |  89 +++++
 examples/royale/MDLDynamicTableExample/pom.xml     |   6 +-
 .../MDLDynamicTabsExample.as3proj                  |  89 +++++
 examples/royale/MDLDynamicTabsExample/pom.xml      |   6 +-
 examples/royale/MDLExample/MDLExample.as3proj      |  91 +++++
 examples/royale/MapSearch/MapSearch-app.xml        |   2 +-
 examples/royale/MapSearch/pom.xml                  |   8 +-
 examples/royale/MobileMap/MobileMap-app.xml        |   2 +-
 examples/royale/MobileMap/pom.xml                  |  12 +-
 examples/royale/MobileStocks/MobileStocks-app.xml  |   2 +-
 examples/royale/MobileStocks/pom.xml               |  24 +-
 examples/royale/MobileTrader/MobileTrader.as3proj  |  91 +++++
 examples/royale/MobileTrader/pom.xml               |  16 +-
 examples/royale/ModuleExample/MainApp/pom.xml      |   4 +-
 examples/royale/ModuleExample/Module/pom.xml       |   4 +-
 .../royale/ModuleExample/ModuleExample.as3proj     |  89 +++++
 examples/royale/ModuleExample/pom.xml              |   4 +-
 .../RemoteObjectAMFTest.as3proj                    |  89 +++++
 examples/royale/RemoteObjectAMFTest/pom.xml        |  12 +-
 examples/royale/RoyaleStore/RoyaleStore.as3proj    |  92 +++++
 examples/royale/RoyaleStore/pom.xml                |  20 +-
 .../RoyaleStore_jquery/RoyaleStore_jquery.as3proj  |  92 +++++
 examples/royale/RoyaleStore_jquery/pom.xml         |  24 +-
 .../RoyaleTeamPage_MDL/RoyaleTeamPage_MDL.as3proj  |  91 +++++
 examples/royale/RoyaleTeamPage_MDL/pom.xml         |  10 +-
 examples/royale/RoyaleThemes/README.txt            |   2 +
 examples/royale/RoyaleThemes/RoyaleThemes.as3proj  |  89 +++++
 examples/royale/RoyaleThemes/pom.xml               |   8 +-
 .../royale/RoyaleThemes/src/main/royale/App.mxml   |   1 +
 .../src/main/royale/ButtonPlayGround.mxml          |  14 +-
 .../ValueObject.as => RoyaleWebsite/asconfig.json} |  20 +-
 examples/royale/RoyaleWebsite/build.xml            |  64 ++++
 .../pom.xml                                        |  22 +-
 examples/royale/RoyaleWebsite/src/html/index.html  | 204 +++++++++++
 .../royale/RoyaleWebsite/src/html/royalesite.css   | 225 ++++++++++++
 .../src/main/config/compile-app-config.xml}        |  29 +-
 .../src/main/resources/royale-index-template.html  | 274 +++++++++++++++
 .../src/main/royale/RoyaleWebsite.mxml             |  84 +++++
 .../RoyaleWebsiteStatsViewer.as3proj               |  89 +++++
 examples/royale/RoyaleWebsiteStatsViewer/pom.xml   |  12 +-
 .../royale/StorageExample/StorageExample-app.xml   |   2 +-
 examples/royale/StorageExample/pom.xml             |  12 +-
 examples/royale/StyleExample/StyleExample.as3proj  |  89 +++++
 examples/royale/StyleExample/pom.xml               |   8 +-
 examples/royale/TableExample/TableExample.as3proj  |  89 +++++
 examples/royale/TableExample/pom.xml               |   4 +-
 examples/royale/TeamPage/TeamPage.as3proj          |  91 +++++
 examples/royale/TeamPage/pom.xml                   |   8 +-
 .../TodoListSampleApp/TodoListSampleApp.as3proj    |  89 +++++
 examples/royale/TodoListSampleApp/pom.xml          |   4 +-
 examples/royale/TreeExample/TreeExample.as3proj    |  89 +++++
 examples/royale/TreeExample/pom.xml                |   4 +-
 .../TreeExample/src/main/royale/MyInitialView.mxml |  28 +-
 .../TreeExample/src/main/royale/models/MyModel.as  |  40 +--
 examples/royale/pom.xml                            |  33 +-
 frameworks/build.xml                               |   5 +
 frameworks/fontsrc/pom.xml                         |   4 +-
 frameworks/js/projects/RoyaleSiteJS/build.xml      | 124 +++++++
 .../src/main/config/compile-js-config.xml          |  96 +++++
 frameworks/pom.xml                                 |   4 +-
 frameworks/projects/Basic/.actionScriptProperties  |  40 +++
 .../{Reflection => Basic}/.flexLibProperties       |   0
 .../projects/Basic/.project                        |  28 +-
 frameworks/projects/Basic/pom.xml                  |  20 +-
 .../Basic/src/main/resources/basic-manifest.xml    |   5 +
 .../projects/Basic/src/main/resources/defaults.css |  89 ++++-
 .../projects/Basic/src/main/royale/BasicClasses.as |   8 +-
 .../org/apache/royale/core/ApplicationBase.as      |   5 +-
 .../org/apache/royale/core/HTMLElementWrapper.as   |  18 +
 .../main/royale/org/apache/royale/core/ViewBase.as |   2 +-
 .../main/royale/org/apache/royale/html/Alert.as    | 169 ++-------
 .../main/royale/org/apache/royale/html/Button.as   | 107 ++++++
 .../main/royale/org/apache/royale/html/DataGrid.as |   5 +
 .../main/royale/org/apache/royale/html/Label.as    |  20 +-
 .../org/apache/royale/html/MultilineLabel.as       |   2 +
 .../src/main/royale/org/apache/royale/html/Tree.as |   1 +
 .../main/royale/org/apache/royale/html/TreeGrid.as |  18 +-
 .../org/apache/royale/html/beads/AlertView.as      | 278 ++++++++++-----
 .../apache/royale/html/beads/DataContainerView.as  |   3 -
 .../html/beads/DataGridColumnChangePropagator.as   |   9 +-
 .../royale/html/beads/DataGridPercentageView.as    | 254 ++------------
 .../org/apache/royale/html/beads/DataGridView.as   | 137 +++-----
 .../DataItemRendererFactoryForCollectionView.as    |  14 +-
 .../org/apache/royale/html/beads/ListView.as       |   3 -
 .../apache/royale/html/beads/NumericStepperView.as |   1 -
 .../org/apache/royale/html/beads/ScrollBarView.as  |   8 +-
 .../org/apache/royale/html/beads/TreeGridView.as   | 305 +++++++++-------
 .../org/apache/royale/html/beads/VScrollBarView.as |   8 +-
 .../html/beads/controllers/AlertController.as      |  29 +-
 .../beads/controllers/HSliderMouseController.as    |  12 +-
 .../TreeSingleSelectionMouseController.as          |   7 +-
 .../beads/controllers/VSliderMouseController.as    |  12 +-
 .../royale/html/beads/layouts/DataGridLayout.as    | 211 +++++------
 .../html/beads/layouts/DataGridPercentageLayout.as | 180 ++--------
 .../OneFlexibleChildVerticalLayoutForOverflow.as   |   3 +-
 .../royale/html/beads/layouts/TreeGridLayout.as    |  59 +++-
 ...GridModel.as => DataGridCollectionViewModel.as} |   9 +-
 .../royale/html/beads/models/DataGridModel.as      |   6 +-
 ...AlternatingBackgroundColorStringItemRenderer.as |  96 +++++
 .../royale/html/supportClasses/DataGridColumn.as   |  39 ++-
 .../html/supportClasses/DataGridColumnList.as      |   2 +-
 .../{DataGridColumn.as => IDataGridColumn.as}      | 104 ++----
 .../supportClasses/NestedStringItemRenderer.as     | 105 ++++++
 .../royale/html/supportClasses/OverflowViewport.as |   1 -
 .../html/supportClasses/ScrollingViewport.as       |   8 +-
 .../html/supportClasses/StringItemRenderer.as      |   3 +-
 .../royale/html/supportClasses/TreeGridColumn.as   |  19 +-
 .../apache/royale/html/supportClasses/Viewport.as  |   2 +-
 .../HashChangeNotifierBead.as}                     |  91 ++---
 .../org/apache/royale/svg/GraphicContainer.as      | 104 +++++-
 frameworks/projects/Binding/pom.xml                |   8 +-
 frameworks/projects/Charts/pom.xml                 |  24 +-
 frameworks/projects/Collections/pom.xml            |   8 +-
 frameworks/projects/Core/pom.xml                   |   4 +-
 .../projects/Core/src/main/royale/CoreClasses.as   |   1 +
 .../org/apache/royale/core/IMeasurementBead.as     |   2 +-
 .../royale/org/apache/royale/events/CloseEvent.as} |  68 ++--
 .../org/apache/royale/utils/CSSContainerUtils.as   |   2 +-
 frameworks/projects/CreateJS/pom.xml               |  20 +-
 frameworks/projects/DragDrop/pom.xml               |  12 +-
 .../royale/org/apache/royale/events/DragEvent.as   |  23 +-
 .../royale/html/beads/ButtonBarReorderBead.as      |   5 +-
 .../royale/html/beads/DataGridColumnReorderView.as |   4 +-
 .../royale/html/beads/DataGridDrawingLayerBead.as  |  35 +-
 .../html/beads/DataGridWithDrawingLayerLayout.as   |  31 +-
 .../apache/royale/html/beads/IDrawingLayerBead.as  |   3 +-
 .../html/beads/SingleSelectionDragImageBead.as     |   5 +-
 .../html/beads/SingleSelectionDragSourceBead.as    |  21 +-
 .../html/beads/SingleSelectionDropTargetBead.as    |  32 +-
 .../html/beads/controllers/DragMouseController.as  |  24 +-
 .../html/beads/controllers/DropMouseController.as  |   6 +-
 frameworks/projects/Effects/pom.xml                |  12 +-
 frameworks/projects/Express/pom.xml                |  28 +-
 .../Express/src/main/resources/defaults.css        |  33 +-
 .../src/main/resources/express-manifest.xml        |   3 +-
 .../Express/src/main/royale/ExpressClasses.as      |   4 +
 .../royale/org/apache/royale/express/DataGrid.as   |  16 +-
 .../royale/express/beads/layouts/DataGridLayout.as | 209 +++++++++++
 .../royale/express/beads/models/DataGridModel.as   |  29 +-
 .../express/supportClasses/DataGridColumn.as       |  98 ++++++
 frameworks/projects/Flat/pom.xml                   |  22 +-
 frameworks/projects/FontAwesome/pom.xml            |  24 +-
 frameworks/projects/Formatters/pom.xml             |  12 +-
 frameworks/projects/GoogleMaps/pom.xml             |  12 +-
 frameworks/projects/Graphics/pom.xml               |   8 +-
 frameworks/projects/HTML/pom.xml                   |  24 +-
 .../apache/royale/html/TextNodeContainerBase.as    |   2 +
 frameworks/projects/HTML5/pom.xml                  |  12 +-
 frameworks/projects/JQuery/pom.xml                 |  12 +-
 frameworks/projects/Language/pom.xml               |   4 +-
 frameworks/projects/MaterialDesignLite/pom.xml     |  28 +-
 .../apache/royale/mdl/beads/ContactImageChip.as    |  36 +-
 .../mdl/itemRenderers/FooterLinkItemRenderer.as    |   2 +-
 frameworks/projects/Mobile/pom.xml                 |  16 +-
 frameworks/projects/Network/pom.xml                |  12 +-
 frameworks/projects/Reflection/pom.xml             |   8 +-
 frameworks/projects/RoyaleSite/build.xml           | 132 +++++++
 frameworks/projects/{JQuery => RoyaleSite}/pom.xml |  44 +--
 .../src/main/config/compile-swf-config.xml         |  94 +++++
 .../RoyaleSite/src/main/resources/defaults.css     | 347 ++++++++++++++++++
 .../src/main/resources/royalesite-manifest.xml     |  45 +++
 .../site/ASFCopyrightAttributionAndLinks.as}       |  49 ++-
 .../royale/org/apache/royale/site/BigButton.as     | 128 +++++++
 .../royale/org/apache/royale/site/CurvedTop.as}    |  31 +-
 .../royale/org/apache/royale/site/DocFooter.as}    |  30 +-
 .../main/royale/org/apache/royale/site/DocPage.as} |  32 +-
 .../org/apache/royale/site/DocSocialButtons.as}    |  33 +-
 .../royale/org/apache/royale/site/DocTagline.as}   |  42 ++-
 .../royale/org/apache/royale/site/DocTopBar.mxml   |  18 +-
 .../royale/org/apache/royale/site/DocTopMenu.as}   |  37 +-
 .../main/royale/org/apache/royale/site/Footer.mxml |  73 ++++
 .../royale/org/apache/royale/site/MainPage.as}     |  32 +-
 .../org/apache/royale/site/ResponsiveTable.as}     |  33 +-
 .../org/apache/royale/site/ResponsiveTableTile.as  | 145 ++++++++
 .../royale/org/apache/royale/site/SocialButtons.as |  82 +++++
 .../main/royale/org/apache/royale/site/Tagline.as} |  42 ++-
 .../org/apache/royale/site/TitledAnchorList.as     | 139 ++++++++
 .../main/royale/org/apache/royale/site/TopBar.mxml |  18 +-
 .../royale/org/apache/royale/site/TopMenu.mxml     |  40 +--
 .../royale/org/apache/royale/site/TopMenuBase.as}  |  53 +--
 .../royale/org/apache/royale/site/TopMenuButton.as | 111 ++++++
 .../org/apache/royale/site/data/AnchorListData.as} |  63 ++--
 .../ResponsiveTableTileContent.as}                 |  44 ++-
 .../ResponsiveTableTileIcon.as                     | 103 ++++++
 .../ResponsiveTableTileText.as                     |  91 +++++
 .../ResponsiveTableTileTitle.as}                   |  32 +-
 frameworks/projects/Storage/pom.xml                |   8 +-
 frameworks/projects/TLF/pom.xml                    |   8 +-
 frameworks/projects/Testing/pom.xml                |   2 +-
 frameworks/projects/Text/pom.xml                   |   8 +-
 frameworks/projects/XML/pom.xml                    |  12 +-
 frameworks/projects/pom.xml                        |  15 +-
 manualtests/UnitTests/pom.xml                      |   8 +-
 manualtests/pom.xml                                |  30 +-
 npm/README.md                                      |  40 +++
 npm/{ => js-only}/package.json                     |  14 +-
 npm/{ => js-swf}/dependencies/AdobeAIR.js          |   0
 npm/{ => js-swf}/dependencies/Constants.js         |   0
 .../dependencies/DownloadUncompressAndCopy.js      |   0
 npm/{ => js-swf}/dependencies/FlashPlayerGlobal.js |   0
 npm/{ => js-swf}/dependencies/FlatUI.js            |   4 +-
 .../dependencies/download_dependencies.js          |   4 +-
 package.json => npm/js-swf/package.json            |  14 +-
 npm/release-scripts/package.json                   |  15 +
 npm/release-scripts/publish.js                     |  82 +++++
 package.json                                       |   6 +-
 pom.xml                                            |   9 +-
 releasecandidate.xml                               | 172 +++++----
 releasemgr/README                                  |  12 +-
 releasemgr/RELEASE_NOTES                           |   9 +
 testsuite/pom.xml                                  |   4 +-
 318 files changed, 11125 insertions(+), 2716 deletions(-)
 create mode 100644 examples/express/GitHubCommitLogViewer/build.xml
 copy examples/{royale/DataBindingExample => 
express/GitHubCommitLogViewer}/pom.xml (85%)
 create mode 100644 
examples/express/GitHubCommitLogViewer/src/main/resources/project.json
 create mode 100644 
examples/express/GitHubCommitLogViewer/src/main/royale/GitHubCommitLogViewer.mxml
 rename examples/{royale/RemoteObjectAMFTest/src/main/resources/mdl-styles.css 
=> express/GitHubCommitLogViewer/src/main/royale/LogEntry.as} (86%)
 copy examples/royale/ASDoc/src/main/config/{asdoc-config.xml => 
asdoc-js-config.xml} (75%)
 rename examples/royale/ASDoc/src/main/config/{asdoc-config.xml => 
asdoc-swf-config.xml} (96%)
 create mode 100644 
examples/royale/ASDoc/src/main/resources/royale-index-template.html
 create mode 100644 
examples/royale/ASDoc/src/main/royale/AlternatingBackgroundColorHashAnchorStringItemRenderer.as
 copy 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/TreeGridColumn.as
 => examples/royale/ASDoc/src/main/royale/AttributeRenderer.as (60%)
 create mode 100644 
examples/royale/ASDoc/src/main/royale/ClassPickerHashAnchorStringItemRenderer.as
 copy examples/royale/ASDoc/src/main/royale/{DetailRenderer.mxml => 
EventDetailRenderer.mxml} (55%)
 create mode 100644 
examples/royale/ASDoc/src/main/royale/EventSummaryRenderer.mxml
 copy frameworks/projects/Basic/src/main/royale/org/apache/royale/html/Tree.as 
=> examples/royale/ASDoc/src/main/royale/HashAnchorStringItemRenderer.as (53%)
 create mode 100644 
examples/royale/ASDoc/src/main/royale/MethodDetailRenderer.mxml
 create mode 100644 
examples/royale/ASDoc/src/main/royale/MethodSummaryRenderer.mxml
 create mode 100644 
examples/royale/ASDoc/src/main/royale/OptionalHashAnchorStringItemRenderer.as
 copy frameworks/projects/Basic/src/main/royale/org/apache/royale/html/Tree.as 
=> examples/royale/ASDoc/src/main/royale/ParameterRenderer.as (54%)
 rename examples/royale/ASDoc/src/main/royale/{DetailRenderer.mxml => 
PropertyDetailRenderer.mxml} (53%)
 create mode 100644 examples/royale/ASDoc/src/main/royale/valueObjects/DataVO.as
 create mode 100644 examples/royale/AccordionExample/AccordionExample.as3proj
 create mode 100644 examples/royale/AlertExample/AlertExample.as3proj
 create mode 100644 examples/royale/AlertExample/build.xml
 copy examples/royale/{DateControlsExample => AlertExample}/pom.xml (71%)
 copy examples/royale/{ASDoc/src/main/royale/ASDoc.mxml => 
AlertExample/src/main/royale/AlertExample.mxml} (59%)
 create mode 100644 examples/royale/ChartExample/ChartExample.as3proj
 create mode 100644 examples/royale/CreateJSExample/CreateJSExample.as3proj
 create mode 100644 
examples/royale/DataBindingExample/DataBindingExample.as3proj
 create mode 100644 
examples/royale/DataBindingExampleWithFlexLayout/DataBindingExampleWithFlexLayout.as3proj
 create mode 100644 
examples/royale/DataBindingExample_Flat/DataBindingExample_Flat.as3proj
 create mode 100644 examples/royale/DataGridExample/DataGridExample.as3proj
 create mode 100644 
examples/royale/DateControlsExample/DateControlsExample.as3proj
 create mode 100644 examples/royale/DebuggingExample/DebuggingExample.as3proj
 create mode 100644 
examples/royale/DragAndDropExample/DragAndDropExample.as3proj
 create mode 100644 examples/royale/Flex2Royale/Flex2Royale.as3proj
 create mode 100644 examples/royale/HTMLElements/HTMLElements.as3proj
 create mode 100644 examples/royale/HelloWorld/HelloWorld.as3proj
 create mode 100644 examples/royale/ListExample/ListExample.as3proj
 create mode 100644 examples/royale/MDLBlogExample/MDLBlogExample.as3proj
 create mode 100644 
examples/royale/MDLDynamicTableExample/MDLDynamicTableExample.as3proj
 create mode 100644 
examples/royale/MDLDynamicTabsExample/MDLDynamicTabsExample.as3proj
 create mode 100644 examples/royale/MDLExample/MDLExample.as3proj
 create mode 100644 examples/royale/MobileTrader/MobileTrader.as3proj
 create mode 100644 examples/royale/ModuleExample/ModuleExample.as3proj
 create mode 100644 
examples/royale/RemoteObjectAMFTest/RemoteObjectAMFTest.as3proj
 create mode 100644 examples/royale/RoyaleStore/RoyaleStore.as3proj
 create mode 100644 
examples/royale/RoyaleStore_jquery/RoyaleStore_jquery.as3proj
 create mode 100644 
examples/royale/RoyaleTeamPage_MDL/RoyaleTeamPage_MDL.as3proj
 create mode 100644 examples/royale/RoyaleThemes/RoyaleThemes.as3proj
 copy examples/royale/{ASDoc/src/main/royale/valueObjects/ValueObject.as => 
RoyaleWebsite/asconfig.json} (70%)
 create mode 100644 examples/royale/RoyaleWebsite/build.xml
 copy examples/royale/{MDLDynamicTableExample => RoyaleWebsite}/pom.xml (79%)
 create mode 100644 examples/royale/RoyaleWebsite/src/html/index.html
 create mode 100644 examples/royale/RoyaleWebsite/src/html/royalesite.css
 rename 
examples/royale/{RemoteObjectAMFTest/src/main/resources/mdl-js-index-template.html
 => RoyaleWebsite/src/main/config/compile-app-config.xml} (53%)
 create mode 100644 
examples/royale/RoyaleWebsite/src/main/resources/royale-index-template.html
 create mode 100644 
examples/royale/RoyaleWebsite/src/main/royale/RoyaleWebsite.mxml
 create mode 100644 
examples/royale/RoyaleWebsiteStatsViewer/RoyaleWebsiteStatsViewer.as3proj
 create mode 100644 examples/royale/StyleExample/StyleExample.as3proj
 create mode 100644 examples/royale/TableExample/TableExample.as3proj
 create mode 100644 examples/royale/TeamPage/TeamPage.as3proj
 create mode 100644 examples/royale/TodoListSampleApp/TodoListSampleApp.as3proj
 create mode 100644 examples/royale/TreeExample/TreeExample.as3proj
 create mode 100644 frameworks/js/projects/RoyaleSiteJS/build.xml
 create mode 100644 
frameworks/js/projects/RoyaleSiteJS/src/main/config/compile-js-config.xml
 create mode 100644 frameworks/projects/Basic/.actionScriptProperties
 copy frameworks/projects/{Reflection => Basic}/.flexLibProperties (100%)
 copy examples/royale/RoyaleThemes/src/main/royale/ButtonPlayGround.mxml => 
frameworks/projects/Basic/.project (61%)
 copy 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/models/{DataGridModel.as
 => DataGridCollectionViewModel.as} (84%)
 create mode 100644 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/AlternatingBackgroundColorStringItemRenderer.as
 copy 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/{DataGridColumn.as
 => IDataGridColumn.as} (56%)
 create mode 100644 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/NestedStringItemRenderer.as
 copy 
frameworks/projects/Basic/src/main/royale/org/apache/royale/{html/beads/controllers/AlertController.as
 => routing/HashChangeNotifierBead.as} (55%)
 copy 
frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/supportClasses/DataGridColumnList.as
 => Core/src/main/royale/org/apache/royale/events/CloseEvent.as} (52%)
 create mode 100644 
frameworks/projects/Express/src/main/royale/org/apache/royale/express/beads/layouts/DataGridLayout.as
 copy examples/royale/ListExample/src/main/royale/models/ProductsModel.as => 
frameworks/projects/Express/src/main/royale/org/apache/royale/express/beads/models/DataGridModel.as
 (68%)
 create mode 100644 
frameworks/projects/Express/src/main/royale/org/apache/royale/express/supportClasses/DataGridColumn.as
 create mode 100644 frameworks/projects/RoyaleSite/build.xml
 copy frameworks/projects/{JQuery => RoyaleSite}/pom.xml (77%)
 create mode 100644 
frameworks/projects/RoyaleSite/src/main/config/compile-swf-config.xml
 create mode 100644 
frameworks/projects/RoyaleSite/src/main/resources/defaults.css
 create mode 100644 
frameworks/projects/RoyaleSite/src/main/resources/royalesite-manifest.xml
 copy frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/Tree.as 
=> 
RoyaleSite/src/main/royale/org/apache/royale/site/ASFCopyrightAttributionAndLinks.as}
 (56%)
 create mode 100644 
frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/BigButton.as
 copy 
frameworks/projects/{DragDrop/src/main/royale/org/apache/royale/html/beads/IDrawingLayerBead.as
 => RoyaleSite/src/main/royale/org/apache/royale/site/CurvedTop.as} (73%)
 copy 
frameworks/projects/{DragDrop/src/main/royale/org/apache/royale/html/beads/IDrawingLayerBead.as
 => RoyaleSite/src/main/royale/org/apache/royale/site/DocFooter.as} (74%)
 copy 
frameworks/projects/{DragDrop/src/main/royale/org/apache/royale/html/beads/IDrawingLayerBead.as
 => RoyaleSite/src/main/royale/org/apache/royale/site/DocPage.as} (72%)
 copy 
frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/supportClasses/TreeGridColumn.as
 => RoyaleSite/src/main/royale/org/apache/royale/site/DocSocialButtons.as} (72%)
 copy 
frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/supportClasses/TreeGridColumn.as
 => RoyaleSite/src/main/royale/org/apache/royale/site/DocTagline.as} (66%)
 copy examples/royale/RoyaleThemes/src/main/royale/ButtonPlayGround.mxml => 
frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/DocTopBar.mxml
 (62%)
 copy 
frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/supportClasses/TreeGridColumn.as
 => RoyaleSite/src/main/royale/org/apache/royale/site/DocTopMenu.as} (74%)
 create mode 100644 
frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/Footer.mxml
 copy 
frameworks/projects/{DragDrop/src/main/royale/org/apache/royale/html/beads/IDrawingLayerBead.as
 => RoyaleSite/src/main/royale/org/apache/royale/site/MainPage.as} (72%)
 copy 
frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/supportClasses/TreeGridColumn.as
 => RoyaleSite/src/main/royale/org/apache/royale/site/ResponsiveTable.as} (72%)
 create mode 100644 
frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/ResponsiveTableTile.as
 create mode 100644 
frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/SocialButtons.as
 copy 
frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/supportClasses/TreeGridColumn.as
 => RoyaleSite/src/main/royale/org/apache/royale/site/Tagline.as} (69%)
 create mode 100644 
frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/TitledAnchorList.as
 copy examples/royale/RoyaleThemes/src/main/royale/ButtonPlayGround.mxml => 
frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/TopBar.mxml
 (62%)
 copy examples/royale/TreeExample/src/main/royale/MyInitialView.mxml => 
frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/TopMenu.mxml
 (51%)
 copy frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/Tree.as 
=> RoyaleSite/src/main/royale/org/apache/royale/site/TopMenuBase.as} (59%)
 create mode 100644 
frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/TopMenuButton.as
 copy frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/Tree.as 
=> RoyaleSite/src/main/royale/org/apache/royale/site/data/AnchorListData.as} 
(58%)
 copy 
frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/supportClasses/TreeGridColumn.as
 => 
RoyaleSite/src/main/royale/org/apache/royale/site/responsiveTableClasses/ResponsiveTableTileContent.as}
 (59%)
 create mode 100644 
frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/responsiveTableClasses/ResponsiveTableTileIcon.as
 create mode 100644 
frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/responsiveTableClasses/ResponsiveTableTileText.as
 copy 
frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/supportClasses/TreeGridColumn.as
 => 
RoyaleSite/src/main/royale/org/apache/royale/site/responsiveTableClasses/ResponsiveTableTileTitle.as}
 (72%)
 create mode 100644 npm/README.md
 rename npm/{ => js-only}/package.json (70%)
 rename npm/{ => js-swf}/dependencies/AdobeAIR.js (100%)
 rename npm/{ => js-swf}/dependencies/Constants.js (100%)
 rename npm/{ => js-swf}/dependencies/DownloadUncompressAndCopy.js (100%)
 rename npm/{ => js-swf}/dependencies/FlashPlayerGlobal.js (100%)
 rename npm/{ => js-swf}/dependencies/FlatUI.js (97%)
 rename npm/{ => js-swf}/dependencies/download_dependencies.js (96%)
 copy package.json => npm/js-swf/package.json (77%)
 create mode 100644 npm/release-scripts/package.json
 create mode 100644 npm/release-scripts/publish.js

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.

Reply via email to