Add TableExample and DebuggingExample to Maven examples 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/b730bd82 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/b730bd82 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/b730bd82 Branch: refs/heads/feature/strand-work Commit: b730bd827a1a95f032cc4f54acdbe2f44659c072 Parents: 30f84ca Author: piotrz <[email protected]> Authored: Sun Jul 16 20:07:57 2017 +0200 Committer: piotrz <[email protected]> Committed: Sun Jul 16 20:07:57 2017 +0200 ---------------------------------------------------------------------- examples/flexjs/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b730bd82/examples/flexjs/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/pom.xml b/examples/flexjs/pom.xml index 2dd2455..d4789c4 100644 --- a/examples/flexjs/pom.xml +++ b/examples/flexjs/pom.xml @@ -61,6 +61,8 @@ <module>TeamPage</module> <module>TodoListSampleApp</module> <module>TreeExample</module> + <module>TableExample</module> + <module>DebuggingExample</module> </modules> <build>
