Updated Branches: refs/heads/master bf7149776 -> 45a341009
Remove tapestry-cdi from the build, temporarily Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/45a34100 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/45a34100 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/45a34100 Branch: refs/heads/master Commit: 45a341009fb31b5cd1ba4e9fff08bd1892a84738 Parents: a7de737 Author: Howard M. Lewis Ship <[email protected]> Authored: Sat Feb 8 13:50:25 2014 -0500 Committer: Howard M. Lewis Ship <[email protected]> Committed: Sat Feb 8 13:51:06 2014 -0500 ---------------------------------------------------------------------- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/45a34100/settings.gradle ---------------------------------------------------------------------- diff --git a/settings.gradle b/settings.gradle index b5fe8d3..f32d28d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -4,4 +4,4 @@ include "tapestry-beanvalidator", "tapestry-jpa", "tapestry-kaptcha" include "tapestry-javadoc", "quickstart", "tapestry-clojure", "tapestry-mongodb" include "tapestry-test-data", 'tapestry-internal-test' include "tapestry-webresources", "tapestry-runner" -include "tapestry-cdi" +// include "tapestry-cdi"
