| author | Rainer Pielmann | 2012-02-01 07:13:19 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-04-24 04:30:03 (EDT) |
| commit | 7e532c612f70dabd4690708137ff939e2961779f (patch) (side-by-side diff) | |
| tree | fd183e6e1935d24213cae180a48c573e07435363 | |
| parent | cc36f86cec19b07da8f31b0c23ed716a438dbb33 (diff) | |
| download | org.eclipse.stardust.ide-7e532c612f70dabd4690708137ff939e2961779f.zip org.eclipse.stardust.ide-7e532c612f70dabd4690708137ff939e2961779f.tar.gz org.eclipse.stardust.ide-7e532c612f70dabd4690708137ff939e2961779f.tar.bz2 | |
Jira-ID: CRNT-22383 Merge changes done on b_dev_6_0_x after 6.0.2.GA (6.0.2.2-r49368) through 6.0.3.GA (6.0.3.6-r50668) and beyond (6.0.x HEAD) to 7.0 (trunk) - moonglow / simulation / tate / tds (org.eclipse.stardust.modeling.modelimport)
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide@53298 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/Import_Messages.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/Import_Messages.java b/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/Import_Messages.java index b8da251..c2d520c 100644 --- a/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/Import_Messages.java +++ b/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/Import_Messages.java @@ -14,7 +14,7 @@ import org.eclipse.osgi.util.NLS; public class Import_Messages extends NLS
{
- private static final String BUNDLE_NAME = "ag.carnot.workflow.modelimport.import-messages"; //$NON-NLS-1$
+ private static final String BUNDLE_NAME = "org.eclipse.stardust.modeling.modelimport.import-messages"; //$NON-NLS-1$
public static String MSG_LOCK_MODEL_REQUIRED;
|

