Files
Athou_commafeed/src/main/webapp/WEB-INF/beans.xml

8 lines
374 B
XML
Raw Normal View History

2013-03-20 20:33:42 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
2013-03-28 19:41:40 +01:00
http://java.sun.com/xml/ns/javaee http://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/beans_1_0.xsd">
<alternatives>
<class>${cache_service.class}</class>
</alternatives>
2013-03-20 20:33:42 +01:00
</beans>