for (Object anObj : group) {
if (anObj instanceof TranslatorMetaData) {
TranslatorMetaData data = (TranslatorMetaData)anObj;
String translatorName = data.getName();
if (translatorName == null) {
throw new DeploymentException(RuntimePlugin.Util.getString("name_not_found", unit.getName())); //$NON-NLS-1$
}
// fill with default properties for the tooling to see the properties
Properties props = TranslatorUtil.getTranslatorPropertiesAsProperties(data.getExecutionFactoryClass());
data.setProperties(props);