This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 8aacfe52c8395e8811d7727ec9251484b0080a3d Author: Alex Harui <[email protected]> AuthorDate: Tue Feb 6 00:45:53 2018 -0800 add express components --- examples/royale/ASDoc/src/main/config/asdoc-config.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/royale/ASDoc/src/main/config/asdoc-config.xml b/examples/royale/ASDoc/src/main/config/asdoc-config.xml index 8c1fce8..eb185a3 100644 --- a/examples/royale/ASDoc/src/main/config/asdoc-config.xml +++ b/examples/royale/ASDoc/src/main/config/asdoc-config.xml @@ -173,6 +173,10 @@ <manifest>${frameworks_dir}/projects/Effects/src/main/resources/basic-manifest.xml</manifest> </namespace> <namespace> + <uri>library://ns.apache.org/royale/express</uri> + <manifest>${frameworks_dir}/projects/Express/src/main/resources/express-manifest.xml</manifest> + </namespace> + <namespace> <uri>library://ns.apache.org/royale/basic</uri> <manifest>${frameworks_dir}/projects/Formatters/src/main/resources/basic-manifest.xml</manifest> </namespace> @@ -483,6 +487,7 @@ <doc-namespaces> <uri>library://ns.apache.org/royale/basic</uri> <uri>library://ns.apache.org/royale/createjs</uri> + <uri>library://ns.apache.org/royale/express</uri> <uri>library://ns.apache.org/royale/google</uri> <uri>library://ns.apache.org/royale/html5</uri> <uri>library://ns.apache.org/royale/jquery</uri> @@ -497,6 +502,7 @@ <path-element>${frameworks_dir}/projects/CreateJS/src/main/royale</path-element> <path-element>${frameworks_dir}/projects/DragDrop/src/main/royale</path-element> <path-element>${frameworks_dir}/projects/Effects/src/main/royale</path-element> + <path-element>${frameworks_dir}/projects/Express/src/main/royale</path-element> <path-element>${frameworks_dir}/projects/Formatters/src/main/royale</path-element> <path-element>${frameworks_dir}/projects/GoogleMaps/src/main/royale/org</path-element> <path-element>${frameworks_dir}/projects/Graphics/src/main/royale</path-element> -- To stop receiving notification emails like this one, please contact [email protected].
