6 lines
304 B
XML
6 lines
304 B
XML
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
|
||
|
<!-- In the future this file doesn't exist. -->
|
||
|
|
||
|
</beans>
|