Bring back MDLDynamicTabsExample - it seems to be working now
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/bea3e945 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/bea3e945 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/bea3e945 Branch: refs/heads/feature/chart-work Commit: bea3e94561e08cf6dd2a76abbc44e27ee622092a Parents: 208b642 Author: piotrz <[email protected]> Authored: Sat Mar 25 00:33:40 2017 +0100 Committer: piotrz <[email protected]> Committed: Sat Mar 25 00:33:40 2017 +0100 ---------------------------------------------------------------------- examples/flexjs/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bea3e945/examples/flexjs/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/pom.xml b/examples/flexjs/pom.xml index 328cae1..0831f2f 100644 --- a/examples/flexjs/pom.xml +++ b/examples/flexjs/pom.xml @@ -52,8 +52,8 @@ <module>HelloWorld</module> <module>ListExample</module> <module>MapSearch</module> - <!--module>MDLBlogExample</module> - <module>MDLDynamicTabsExample</module--> + <!--module>MDLBlogExample</module>--> + <module>MDLDynamicTabsExample</module> <module>MDLExample</module> <module>MobileMap</module> <module>MobileStocks</module>
