dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #31929
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16313: minor fix
------------------------------------------------------------
revno: 16313
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-08-05 10:49:39 +0700
message:
minor fix
modified:
dhis-2/dhis-web/dhis-web-api-mobile/src/main/resources/META-INF/dhis/servlet.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-api-mobile/src/main/resources/META-INF/dhis/servlet.xml'
--- dhis-2/dhis-web/dhis-web-api-mobile/src/main/resources/META-INF/dhis/servlet.xml 2014-08-04 07:06:19 +0000
+++ dhis-2/dhis-web/dhis-web-api-mobile/src/main/resources/META-INF/dhis/servlet.xml 2014-08-05 03:49:39 +0000
@@ -2,21 +2,9 @@
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.springframework.org/schema/beans"
xmlns:context="http://www.springframework.org/schema/context"
- xmlns:mvc="http://www.springframework.org/schema/mvc"
- xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2.xsd">
- <!-- DispatcherServlet Context: defines this servlet's request-processing infrastructure -->
-
- <!--
- <mvc:annotation-driven>
- <mvc:message-converters>
- <bean class="org.hisp.dhis.api.mobile.support.DataStreamSerializableMessageConverter" />
- </mvc:message-converters>
- </mvc:annotation-driven>
- -->
-
<context:component-scan base-package="org.hisp.dhis.api.mobile" />
</beans>