/tst/org/diffkit/diff/testcase/test9.plan.xml
http://diffkit.googlecode.com/ · XML · 14 lines · 11 code · 3 blank · 0 comment · 0 complexity · 2b134c1245a566a2e7b3c9f72fd70a17 MD5 · raw file
- <?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-3.0.xsd">
- <bean id="plan" class="org.diffkit.diff.conf.DKMagicPlan">
- <property name="lhsFilePath" value="./test9.lhs.csv" />
- <property name="rhsFilePath" value="./test9.rhs.csv" />
- <property name="sinkFilePath" value="./test9.sink.diff" />
- </bean>
- </beans>