add ClassAliasBead
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/93606e04 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/93606e04 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/93606e04 Branch: refs/heads/feature/amf Commit: 93606e04ebbede7597b722cf939804f6f2e0f2b5 Parents: 6240893 Author: Alex Harui <[email protected]> Authored: Mon Sep 4 09:23:18 2017 -0700 Committer: Carlos Rovira <[email protected]> Committed: Thu Sep 7 00:24:03 2017 +0200 ---------------------------------------------------------------------- frameworks/projects/Reflection/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/93606e04/frameworks/projects/Reflection/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Reflection/pom.xml b/frameworks/projects/Reflection/pom.xml index 32c2888..6e8dcaa 100644 --- a/frameworks/projects/Reflection/pom.xml +++ b/frameworks/projects/Reflection/pom.xml @@ -41,6 +41,12 @@ <version>${flexjs.compiler.version}</version> <extensions>true</extensions> <configuration> + <namespaces> + <namespace> + <uri>library://ns.apache.org/flexjs/basic</uri> + <manifest>${project.basedir}/src/main/resources/basic-manifest.xml</manifest> + </namespace> + </namespaces> <includeSources>true</includeSources> <skipExtern>true</skipExtern> </configuration>
