Updated Branches: refs/heads/master b0251ee16 -> 504dfa564
DELTASPIKE-503 added skeleton Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/504dfa56 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/504dfa56 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/504dfa56 Branch: refs/heads/master Commit: 504dfa564e4b907e149061edf49b199c361f793a Parents: b0251ee Author: tandraschko <[email protected]> Authored: Thu Jan 16 19:30:48 2014 +0100 Committer: tandraschko <[email protected]> Committed: Thu Jan 16 19:30:48 2014 +0100 ---------------------------------------------------------------------- deltaspike/examples/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/504dfa56/deltaspike/examples/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/pom.xml b/deltaspike/examples/pom.xml index 851da80..69816b1 100644 --- a/deltaspike/examples/pom.xml +++ b/deltaspike/examples/pom.xml @@ -35,8 +35,9 @@ <modules> <module>jse-examples</module> - <module>jsf-examples</module> - </modules> + <module>jsf-examples</module> + <module>jsf-playground</module> + </modules> <properties> <deploy.skip>false</deploy.skip> @@ -73,5 +74,4 @@ </plugin> </plugins> </build> -</project> - +</project> \ No newline at end of file
