Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.objectivity/config/fdconfig.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.objectivity/config/fdconfig.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.objectivity/config/fdconfig.xml b/plugins/org.eclipse.emf.cdo.tests.objectivity/config/fdconfig.xml
new file mode 100644
index 0000000000..d1e4b4209a
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.tests.objectivity/config/fdconfig.xml
@@ -0,0 +1,18 @@
+<?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:util="http://www.springframework.org/schema/util"
+ xsi:schemaLocation="
+http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
+http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd">
+
+<bean id="fdConfig" class="org.eclipse.emf.objy.util.FdManager">
+ <property name="fdName" value="emfoo" />
+ <property name="fdFileHost" value="127.0.0.1" />
+ <property name="fdDirPath" value="e:\data2" />
+ <property name="lockServerHost" value="127.0.0.1" />
+ <property name="fdNumber" value="12345" />
+ <property name="pageSize" value="8192" />
+</bean>
+
+</beans>

Back to the top