You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/07/02 11:42:35 UTC

git commit: WICKET-5620 Remove second for CDI related stuff in wicket-examples' web.xml

Repository: wicket
Updated Branches:
  refs/heads/master 4aee09ed4 -> 7e7890037


WICKET-5620 Remove second <listener-class> for CDI related stuff in wicket-examples' web.xml


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/7e789003
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/7e789003
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/7e789003

Branch: refs/heads/master
Commit: 7e7890037c6d1c2a7862945785f460a8f7e395aa
Parents: 4aee09e
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Jul 2 12:41:26 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Jul 2 12:41:26 2014 +0300

----------------------------------------------------------------------
 wicket-examples/src/main/webapp/WEB-INF/web.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/7e789003/wicket-examples/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/src/main/webapp/WEB-INF/web.xml b/wicket-examples/src/main/webapp/WEB-INF/web.xml
index b4f6c53..fb30dc0 100644
--- a/wicket-examples/src/main/webapp/WEB-INF/web.xml
+++ b/wicket-examples/src/main/webapp/WEB-INF/web.xml
@@ -789,7 +789,6 @@
 	<listener>
 		<!-- initialize Weld in servlet environment -->
 		<listener-class>org.jboss.weld.environment.servlet.Listener</listener-class>
-		<listener-class>org.jboss.weld.environment.servlet.BeanManagerResourceBindingListener</listener-class>
 	</listener>
     <!-- END CDI EXAMPLE APPLICATION -->