make sure Basic is in 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/c07b2b3b Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c07b2b3b Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c07b2b3b Branch: refs/heads/develop Commit: c07b2b3bf2da762324c5cda70a38c913f9015b95 Parents: 6af0a47 Author: Alex Harui <[email protected]> Authored: Fri Apr 21 10:15:11 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Apr 21 10:15:11 2017 -0700 ---------------------------------------------------------------------- frameworks/projects/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c07b2b3b/frameworks/projects/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml index 66e9019..2d4e6b4 100644 --- a/frameworks/projects/pom.xml +++ b/frameworks/projects/pom.xml @@ -37,6 +37,7 @@ <module>Charts</module> <module>Collections</module> <module>Core</module> + <module>Basic</module> <module>CreateJS</module> <module>DragDrop</module> <module>Effects</module> @@ -46,7 +47,6 @@ <module>FontAwesome</module> <module>GoogleMaps</module> <module>Graphics</module> - <!--<module>Basic</module>--> <module>HTML</module> <module>HTML5</module> <module>JQuery</module>
