Useless files in /test folder
authoro.abakumov <alexander.abakumov@gmail.com>
Wed, 5 Jul 2017 11:37:03 +0000 (14:37 +0300)
committero.abakumov <alexander.abakumov@gmail.com>
Wed, 5 Jul 2017 11:37:03 +0000 (14:37 +0300)
server/src/test/resources/apache-tiles.xml [deleted file]
server/src/test/resources/test-context.xml [deleted file]

diff --git a/server/src/test/resources/apache-tiles.xml b/server/src/test/resources/apache-tiles.xml
deleted file mode 100644 (file)
index 86b6afe..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<beans xmlns="http://www.springframework.org/schema/beans"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-    xmlns:mvc="http://www.springframework.org/schema/mvc"
-    xmlns:context="http://www.springframework.org/schema/context"
-    xsi:schemaLocation="http://www.springframework.org/schema/beans
-       http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
-       http://www.springframework.org/schema/mvc
-       http://www.springframework.org/schema/mvc/spring-mvc.xsd
-       http://www.springframework.org/schema/context
-       http://www.springframework.org/schema/context/spring-context-3.0.xsd">
-
-    <mvc:resources mapping="/resources/**" location="/resources/" />
-
-    <bean
-        class="org.springframework.web.servlet.view.InternalResourceViewResolver">
-        <property name="prefix" value="/WEB-INF/views/"></property>
-        <property name="suffix" value=".jsp"></property>
-    </bean>
-
-    <!-- Tiles config -->
-    <!-- The actual tiles templates are in the templatesDef.xml -->
-    <bean id="tilesConfigurer"
-        class="org.springframework.web.servlet.view.tiles3.TilesConfigurer">
-        <property name="definitions">
-            <value>/WEB-INF/tiles/templatesDef.xml</value>
-        </property>
-    </bean>
-</beans>
\ No newline at end of file
diff --git a/server/src/test/resources/test-context.xml b/server/src/test/resources/test-context.xml
deleted file mode 100644 (file)
index 6d4a378..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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.xsd">
-
-    <bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
-        <property name="basename" value="i18n/messages"/>
-        <property name="useCodeAsDefaultMessage" value="true"/>
-    </bean>
-</beans>
\ No newline at end of file