[jboss-cvs] JBossAS SVN: r96851 - projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 24 08:36:30 EST 2009


Author: lvlcek at redhat.com
Date: 2009-11-24 08:36:30 -0500 (Tue, 24 Nov 2009)
New Revision: 96851

Modified:
   projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/spring-beans.xml
Log:


Modified: projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/spring-beans.xml
===================================================================
--- projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/spring-beans.xml	2009-11-24 13:32:43 UTC (rev 96850)
+++ projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/spring-beans.xml	2009-11-24 13:36:30 UTC (rev 96851)
@@ -7,6 +7,8 @@
                            http://www.springframework.org/schema/context
                            http://www.springframework.org/schema/context/spring-context-2.5.xsd">
 
+    <import resource="classpath*:reservations-service.xml"/>
+
     <context:annotation-config/>
     
 </beans>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list