| author | Rainer Pielmann | 2012-01-17 03:29:25 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-04-24 04:29:39 (EDT) |
| commit | 312a8caf29e95ac7b2f72efeda861bc5b774c587 (patch) (side-by-side diff) | |
| tree | a59cf1e4af02f464b58d80e5b241a8f8e373607e | |
| parent | cc769194339d40f0a2296651b518d0165e5d5057 (diff) | |
| download | org.eclipse.stardust.ide-312a8caf29e95ac7b2f72efeda861bc5b774c587.zip org.eclipse.stardust.ide-312a8caf29e95ac7b2f72efeda861bc5b774c587.tar.gz org.eclipse.stardust.ide-312a8caf29e95ac7b2f72efeda861bc5b774c587.tar.bz2 | |
Jira-ID: CRNT-23240 Warning message observed while opening the model "Depreciated model format detected....."
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide@52902 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/editors/parts/diagram/actions/UpgradeModelAction.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/editors/parts/diagram/actions/UpgradeModelAction.java b/modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/editors/parts/diagram/actions/UpgradeModelAction.java index 72337c5..1c4b7b1 100644 --- a/modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/editors/parts/diagram/actions/UpgradeModelAction.java +++ b/modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/editors/parts/diagram/actions/UpgradeModelAction.java @@ -592,7 +592,7 @@ public class UpgradeModelAction extends SelectionAction PredefinedConstants.TRIGGER_ACTION); createModifiedValidatorCmd(command, eventAction, PredefinedConstants.VALIDATOR_CLASS_ATT, - "ag.carnot.workflow.spi.providers.actions.trigger.TriggerActionValidator"); //$NON-NLS-1$ + "org.eclipse.stardust.engine.core.extensions.actions.trigger.TriggerActionValidator"); //$NON-NLS-1$ createModifiedValidatorCmd(command, eventAction, PredefinedConstants.RUNTIME_VALIDATOR_CLASS_ATT, "org.eclipse.stardust.modeling.validation.impl.spi.actionTypes.TriggerActionValidator"); //$NON-NLS-1$ @@ -601,7 +601,7 @@ public class UpgradeModelAction extends SelectionAction .getEventActionType(), PredefinedConstants.MAIL_ACTION); createModifiedValidatorCmd(command, eventAction, PredefinedConstants.VALIDATOR_CLASS_ATT, - "ag.carnot.workflow.spi.providers.actions.mail.MailActionValidator"); //$NON-NLS-1$ + "org.eclipse.stardust.engine.extensions.mail.action.sendmail.MailActionValidator"); //$NON-NLS-1$ createModifiedValidatorCmd(command, eventAction, PredefinedConstants.RUNTIME_VALIDATOR_CLASS_ATT, "org.eclipse.stardust.modeling.validation.impl.spi.actionTypes.MailActionValidator"); //$NON-NLS-1$ @@ -611,7 +611,7 @@ public class UpgradeModelAction extends SelectionAction PredefinedConstants.JFC_CONTEXT); createModifiedValidatorCmd(command, appContext, PredefinedConstants.VALIDATOR_CLASS_ATT, - "ag.carnot.workflow.spi.providers.contexts.jfc.JFCValidator"); //$NON-NLS-1$ + "org.eclipse.stardust.engine.core.extensions.interactive.contexts.jfc.JFCValidator"); //$NON-NLS-1$ createModifiedValidatorCmd(command, appContext, PredefinedConstants.RUNTIME_VALIDATOR_CLASS_ATT, "org.eclipse.stardust.modeling.validation.impl.spi.contextTypes.JFCValidator"); //$NON-NLS-1$ @@ -620,7 +620,7 @@ public class UpgradeModelAction extends SelectionAction .getApplicationContextType(), PredefinedConstants.JSP_CONTEXT); createModifiedValidatorCmd(command, appContext, PredefinedConstants.VALIDATOR_CLASS_ATT, - "ag.carnot.workflow.spi.providers.contexts.jsp.JSPValidator"); //$NON-NLS-1$ + "org.eclipse.stardust.engine.extensions.web.jsp.contexts.JSPValidator"); //$NON-NLS-1$ createModifiedValidatorCmd(command, appContext, PredefinedConstants.RUNTIME_VALIDATOR_CLASS_ATT, "org.eclipse.stardust.modeling.validation.impl.spi.contextTypes.JSPValidator"); //$NON-NLS-1$ |

