source: ether_2012/trunk/web/WEB-INF/classes/json/json-context.xml @ 374

Last change on this file since 374 was 374, checked in by vmipsl, 12 years ago

style IE, Safari, ...
clean <?com.medias.xml

File size: 472 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<beans xmlns="http://www.springframework.org/schema/beans"
3       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
5
6    <bean id="jsonHelper" class="com.ether.JSONHelperImpl">
7        <property name="mapping">
8            <map>
9            </map>
10        </property>
11    </bean>
12
13</beans>
Note: See TracBrowser for help on using the repository browser.