Repository: flex-asjs Updated Branches: refs/heads/feature/amf 0a7f3df5f -> 8e1b69474
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/98044095 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/98044095 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/98044095 Branch: refs/heads/feature/amf Commit: 98044095578944656584295e41d6b72224686a29 Parents: 0a7f3df Author: Alex Harui <[email protected]> Authored: Mon Sep 4 09:23:18 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Mon Sep 4 09:23:18 2017 -0700 ---------------------------------------------------------------------- frameworks/projects/Reflection/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/98044095/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>
