Repository: flex-asjs Updated Branches: refs/heads/develop 3bdf7d725 -> 0e4da5642
add Basic to Maven build Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/0e4da564 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/0e4da564 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/0e4da564 Branch: refs/heads/develop Commit: 0e4da56420c123770e90fca2de99bdb68b877a78 Parents: a4edb4e Author: Alex Harui <[email protected]> Authored: Mon Dec 5 10:15:40 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Mon Dec 5 10:16:23 2016 -0800 ---------------------------------------------------------------------- frameworks/projects/Basic/pom.xml | 1 + frameworks/projects/Core/pom.xml | 1 + frameworks/projects/pom.xml | 1 + 3 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0e4da564/frameworks/projects/Basic/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Basic/pom.xml b/frameworks/projects/Basic/pom.xml index 0263e38..403e2d8 100644 --- a/frameworks/projects/Basic/pom.xml +++ b/frameworks/projects/Basic/pom.xml @@ -65,6 +65,7 @@ <path>../src/main/resources/defaults.css</path> </include-file> </includeFiles> + <allowSubclassOverrides>true</allowSubclassOverrides> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0e4da564/frameworks/projects/Core/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/pom.xml b/frameworks/projects/Core/pom.xml index 16797fc..bce8743 100644 --- a/frameworks/projects/Core/pom.xml +++ b/frameworks/projects/Core/pom.xml @@ -51,6 +51,7 @@ <includeClass>CoreClasses</includeClass> </includeClasses> <skipExtern>false</skipExtern> + <allowSubclassOverrides>true</allowSubclassOverrides> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0e4da564/frameworks/projects/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml index 653e34a..af086cb 100644 --- a/frameworks/projects/pom.xml +++ b/frameworks/projects/pom.xml @@ -44,6 +44,7 @@ <module>Formatters</module> <module>GoogleMaps</module> <module>Graphics</module> + <module>Basic</module> <module>HTML</module> <module>HTML5</module> <module>JQuery</module>
