diff --git a/com.actionsoft.apps.coe.pal.datamigration/com.actionsoft.apps.coe.pal.datamigration/com.actionsoft.apps.coe.pal.datamigration.jar b/com.actionsoft.apps.coe.pal.datamigration/com.actionsoft.apps.coe.pal.datamigration/com.actionsoft.apps.coe.pal.datamigration.jar deleted file mode 100644 index 0e767a14..00000000 Binary files a/com.actionsoft.apps.coe.pal.datamigration/com.actionsoft.apps.coe.pal.datamigration/com.actionsoft.apps.coe.pal.datamigration.jar and /dev/null differ diff --git a/com.actionsoft.apps.coe.pal.datamigration/com.actionsoft.apps.coe.pal.datamigration/template.zip b/com.actionsoft.apps.coe.pal.datamigration/com.actionsoft.apps.coe.pal.datamigration/template.zip deleted file mode 100644 index c4b83b1b..00000000 Binary files a/com.actionsoft.apps.coe.pal.datamigration/com.actionsoft.apps.coe.pal.datamigration/template.zip and /dev/null differ diff --git a/com.actionsoft.apps.coe.pal.datamigration/com.actionsoft.apps.coe.pal.datamigration/web.zip b/com.actionsoft.apps.coe.pal.datamigration/com.actionsoft.apps.coe.pal.datamigration/web.zip deleted file mode 100644 index d801a636..00000000 Binary files a/com.actionsoft.apps.coe.pal.datamigration/com.actionsoft.apps.coe.pal.datamigration/web.zip and /dev/null differ diff --git a/com.actionsoft.apps.coe.pal.datamigration/lib/com.actionsoft.apps.coe.pal.datamigration.jar b/com.actionsoft.apps.coe.pal.datamigration/lib/com.actionsoft.apps.coe.pal.datamigration.jar index 153de592..83242ea7 100644 Binary files a/com.actionsoft.apps.coe.pal.datamigration/lib/com.actionsoft.apps.coe.pal.datamigration.jar and b/com.actionsoft.apps.coe.pal.datamigration/lib/com.actionsoft.apps.coe.pal.datamigration.jar differ diff --git a/com.actionsoft.apps.coe.pal.datamigration/src/com/actionsoft/apps/coe/pal/datamigration/aris/web/ArisXmlImportRun.java b/com.actionsoft.apps.coe.pal.datamigration/src/com/actionsoft/apps/coe/pal/datamigration/aris/web/ArisXmlImportRun.java index c39a1ac1..0367340a 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/src/com/actionsoft/apps/coe/pal/datamigration/aris/web/ArisXmlImportRun.java +++ b/com.actionsoft.apps.coe.pal.datamigration/src/com/actionsoft/apps/coe/pal/datamigration/aris/web/ArisXmlImportRun.java @@ -569,7 +569,7 @@ public class ArisXmlImportRun { attrNumberObj.put("scope", attributeModel.getScope()); attrNumberObj.put("name", attributeModel.getTitle()); attrNumberObj.put("id", attributeModel.getKey()); - attrNumberObj.put("textarea", attributeModel.getType()); + attrNumberObj.put("type", attributeModel.getType()); attrNumberObj.put("groupPath", attributeModel.getGroupPath()); attrNumberObj.put("desc", attributeModel.getDesc()); @@ -600,7 +600,7 @@ public class ArisXmlImportRun { attrDescObj.put("scope", attributeModel.getScope()); attrDescObj.put("name", attributeModel.getTitle()); attrDescObj.put("id", attributeModel.getKey()); - attrDescObj.put("textarea", attributeModel.getType()); + attrDescObj.put("type", attributeModel.getType()); attrDescObj.put("groupPath", attributeModel.getGroupPath()); attrDescObj.put("desc", attributeModel.getDesc());