PageRenderTime 14ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

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

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