/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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://www.springframework.org/schema/beans
  5. http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
  6. <bean id="plan" class="org.diffkit.diff.conf.DKMagicPlan">
  7. <property name="lhsFilePath" value="./test9.lhs.csv" />
  8. <property name="rhsFilePath" value="./test9.rhs.csv" />
  9. <property name="sinkFilePath" value="./test9.sink.diff" />
  10. </bean>
  11. </beans>