This is an automated email from the ASF dual-hosted git repository.
erikdebruin pushed a change to branch feature/wast
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from c469fd7 Add license
new 2ab742d Prep and build compiler-jx from the ‘wast’ root
new 9c16b42 Remove obsolete files (things move fast :-))
new 57b2606 Minor refactoring to keep the linter and my esthetics
satisfied
new cc27858 Add build scripts
The 4 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:
build.xml | 22 ++++
wast/README | 15 +++
wast/bin/wastc | 72 -------------
wast/create.js | 113 +++++++++++++++++++++
.../express-as-manifest.xml => wast/dev-build.xml | 18 +++-
wast/examples/HelloWorld/src/HelloWorld.as | 29 ------
wast/package.json | 48 +++++++++
wast/resources/build.js | 96 +++++++++++++++++
wast/resources/glue.js | 11 +-
9 files changed, 317 insertions(+), 107 deletions(-)
create mode 100644 wast/README
delete mode 100755 wast/bin/wastc
create mode 100644 wast/create.js
copy frameworks/projects/Express/src/main/resources/express-as-manifest.xml =>
wast/dev-build.xml (59%)
delete mode 100644 wast/examples/HelloWorld/src/HelloWorld.as
create mode 100644 wast/package.json
create mode 100644 wast/resources/build.js
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].