* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms *Levenshtein and Jaccard done https://jira.talendforge.org/browse/TUP-18192 * feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms https://jira.talendforge.org/browse/TUP-18192 * feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms *Refined version https://jira.talendforge.org/browse/TUP-18192
14 lines
842 B
XML
14 lines
842 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-pool2-2.4.2.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-validator-1.5.1.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-math3-3.3.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-digester-2.1.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-cli-2.0-SNAPSHOT.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-codec-1.6.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/commons-text-1.1.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|