remove test resources from taxeditor.store
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / test / resources / eu / etaxonomy / cdm / cdmfs.xml
diff --git a/eu.etaxonomy.taxeditor.store/src/test/resources/eu/etaxonomy/cdm/cdmfs.xml b/eu.etaxonomy.taxeditor.store/src/test/resources/eu/etaxonomy/cdm/cdmfs.xml
deleted file mode 100644 (file)
index 9863f0d..0000000
+++ /dev/null
@@ -1,29 +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"
-       xmlns:context="http://www.springframework.org/schema/context"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans 
-    http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
-    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd"
-    >
-
-    <bean id="transactionManager" class="org.springframework.orm.hibernate3.HibernateTransactionManager">
-        <property name="sessionFactory" ref="sessionFactory" />
-    </bean>
-
-       <bean id="sessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
-           <property name="namingStrategy">
-               <bean class="org.hibernate.cfg.DefaultComponentSafeNamingStrategy" />
-           </property>
-           
-<!--       <property name="entityInterceptor">
-               <bean class="eu.etaxonomy.cdm.persistence.hibernate.CdmHibernateInterceptor" />
-       </property>
-  -->      
-           <property name="configLocation" value="classpath:eu/etaxonomy/cdm/hibernate.cfg.xml"/>
-           <property  name="configurationClass" value="org.hibernate.cfg.AnnotationConfiguration"/>
-           <property name="dataSource" ref="dataSource"/>
-           <property name="hibernateProperties" ref="hibernateProperties"/>
-       </bean>
-
-</beans>
\ No newline at end of file