| author | Rainer Pielmann | 2012-10-12 02:50:43 (EDT) |
|---|---|---|
| committer | Manik Kishore | 2012-10-12 02:50:43 (EDT) |
| commit | 917ffa77686fe6f113b60d4e6cbc9b43cbcc44ff (patch) (side-by-side diff) | |
| tree | d6255849e5867f71de0166a9bf8b27f48636dda6 | |
| parent | 2fa98a14a81d49ba90dcd06353f44dad039fffbf (diff) | |
| download | org.eclipse.stardust.ide-917ffa77686fe6f113b60d4e6cbc9b43cbcc44ff.zip org.eclipse.stardust.ide-917ffa77686fe6f113b60d4e6cbc9b43cbcc44ff.tar.gz org.eclipse.stardust.ide-917ffa77686fe6f113b60d4e6cbc9b43cbcc44ff.tar.bz2 | |
Jira-ID: CRNT-26613
Model Import Wizard shows "Infinity XML" selectable in combo box
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide@59966 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
4 files changed, 7 insertions, 7 deletions
diff --git a/modeling/org.eclipse.stardust.modeling.modelimport.nl/plugin_en.properties b/modeling/org.eclipse.stardust.modeling.modelimport.nl/plugin_en.properties index 13621a5..3d5701e 100644 --- a/modeling/org.eclipse.stardust.modeling.modelimport.nl/plugin_en.properties +++ b/modeling/org.eclipse.stardust.modeling.modelimport.nl/plugin_en.properties @@ -28,8 +28,8 @@ modelElementsImportWizardDesc=Import Workflow Elements Model # modelElementsImportWizardDesc_en=Import Workflow Elements Model
extensionName=Process Model Import
# extensionName_en=Process Model Import
-fromAuditTrail=Process Model from AuditTrail
-# fromAuditTrail_en=Process Model from AuditTrail
+fromAuditTrail=Audit Trail Database
+# fromAuditTrail_en=Audit Trail Database
validationExtensionName=Process Model Validation Marker
# validationExtensionName_en=Process Model Validation Marker
processManagerWizards=Process Manager Wizards
diff --git a/modeling/org.eclipse.stardust.modeling.modelimport.nl/src/org/eclipse/stardust/modeling/modelimport/import-messages_en.properties b/modeling/org.eclipse.stardust.modeling.modelimport.nl/src/org/eclipse/stardust/modeling/modelimport/import-messages_en.properties index 31a4d09..84a260d 100644 --- a/modeling/org.eclipse.stardust.modeling.modelimport.nl/src/org/eclipse/stardust/modeling/modelimport/import-messages_en.properties +++ b/modeling/org.eclipse.stardust.modeling.modelimport.nl/src/org/eclipse/stardust/modeling/modelimport/import-messages_en.properties @@ -40,8 +40,8 @@ LB_FromXML=From File: # LB_FromXML_en=From File:
DESC_ImportFile=Model file to import.
# DESC_ImportFile_en=Model file to import.
-LB_Types=Model Types
-# LB_Types_en=Model Types
+LB_Types=Source
+# LB_Types_en=Source
MSG_Err=Error
# MSG_Err_en=Error
DESC_CarnotFileImport=Process Model file to import.
diff --git a/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/ImportModelWizardPage.java b/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/ImportModelWizardPage.java index 7e225f4..84f1d0c 100644 --- a/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/ImportModelWizardPage.java +++ b/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/ImportModelWizardPage.java @@ -333,7 +333,7 @@ public class ImportModelWizardPage extends WizardResourceImportPage modelTypsCombo.addSelectionListener(listener); IConfigurationElement firstConfig = (IConfigurationElement) ImportPlugin - .getExtensions().get("Process Model File"); //$NON-NLS-1$ + .getExtensions().get("File"); //$NON-NLS-1$ modelTypsCombo.add(firstConfig.getAttribute(SpiConstants.NAME)); for (Iterator _iterator = ImportPlugin.getExtensions().keySet().iterator(); _iterator .hasNext();) diff --git a/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/import-messages.properties b/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/import-messages.properties index bb571f4..b5deb32 100644 --- a/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/import-messages.properties +++ b/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/import-messages.properties @@ -24,10 +24,10 @@ LB_Select=Select ... LB_FromDir=From directory:
LB_FromXML=From File:
DESC_ImportFile=Model file to import.
-LB_Types=Model Types
+LB_Types=Source
MSG_Err=Error
DESC_CarnotFileImport= Process Model file to import.
-LB_ModelTypes=Model Types
+LB_ModelTypes=Source
LB_TargetFile=Target File name:
NAME_ImportCarnotProcessModelWiz=ImportCarnotProcessModelWizard
NAME_CarnotWorkflowImportPage=CarnotWorkflowImport
|

