Commit 2b17a8dc authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Changed order of elements, JM-682

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3869 b35dd754-fafc-0310-a699-88a17e54d16e
parent 29df9d92
......@@ -67,6 +67,10 @@
<url-pattern>/*</url-pattern>
</filter-mapping>
<listener>
<listener-class>org.jivesoftware.wildfire.XMPPContextListener</listener-class>
</listener>
<servlet>
<servlet-name>PluginServlet</servlet-name>
<servlet-class>org.jivesoftware.wildfire.container.PluginServlet</servlet-class>
......@@ -79,10 +83,6 @@
<load-on-startup>1</load-on-startup>
</servlet>
<listener>
<listener-class>org.jivesoftware.wildfire.XMPPContextListener</listener-class>
</listener>
<!--@@JSPC-SERVLETS@@-->
<servlet-mapping>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment