You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/05/01 03:48:19 UTC

[20/50] [abbrv] git commit: [flex-asjs] [refs/heads/develop] - make sure Basic is in maven build

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 <ah...@apache.org>
Authored: Fri Apr 21 10:15:11 2017 -0700
Committer: Alex Harui <ah...@apache.org>
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>