Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
Fix de WEb.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
donreno committed Jan 20, 2012
1 parent bc0f112 commit f481516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EnvaflexUI/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<listener-class>org.zkoss.zk.ui.http.HttpSessionListener</listener-class>
</listener>
<context-param>
<param-name>conspring-config.xmltextConfigLocation</param-name>
<param-value>resources/spring-context.xml</param-value>
<param-name>contextConfigLocation</param-name>
<param-value>resources/spring-config.xml</param-value>
</context-param>
<servlet>
<description>
Expand Down

0 comments on commit f481516

Please sign in to comment.