PageRenderTime 59ms CodeModel.GetById 52ms RepoModel.GetById 0ms app.codeStats 0ms

/tst/org/diffkit/diff/testcase/test17.plan.xml

http://diffkit.googlecode.com/
XML | 15 lines | 12 code | 3 blank | 0 comment | 0 complexity | 74c7aa42cacfbec10b48e3c611c0f64e 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="lhsDBTableName" value="TEST17_LHS_TABLE" />
  8. <property name="rhsDBTableName" value="TEST17_RHS_TABLE" />
  9. <property name="dbConnectionInfo" ref="connectionInfo" />
  10. <property name="sinkFilePath" value="./test17.sink.diff" />
  11. </bean>
  12. </beans>