| author | Rainer Pielmann | 2012-12-12 04:25:38 (EST) |
|---|---|---|
| committer | Stephan Born | 2013-01-25 10:36:31 (EST) |
| commit | a7aefaf65b8ce00218867ec61d755b39fc70ad32 (patch) (side-by-side diff) | |
| tree | 0a423258a63f6cfc185fa1d9a14cae70876aa178 | |
| parent | 95846245bc1049d863b0d7aa9e9e44cbd9af0ebc (diff) | |
| download | org.eclipse.stardust.ide-a7aefaf65b8ce00218867ec61d755b39fc70ad32.zip org.eclipse.stardust.ide-a7aefaf65b8ce00218867ec61d755b39fc70ad32.tar.gz org.eclipse.stardust.ide-a7aefaf65b8ce00218867ec61d755b39fc70ad32.tar.bz2 | |
Jira-ID: CRNT-26251
Implement full "element rename" support
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide@61532 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | model/org.eclipse.stardust.model.xpdl/src/org/eclipse/stardust/model/xpdl/carnot/util/ModelUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/org.eclipse.stardust.model.xpdl/src/org/eclipse/stardust/model/xpdl/carnot/util/ModelUtils.java b/model/org.eclipse.stardust.model.xpdl/src/org/eclipse/stardust/model/xpdl/carnot/util/ModelUtils.java index 0be166d..8482770 100644 --- a/model/org.eclipse.stardust.model.xpdl/src/org/eclipse/stardust/model/xpdl/carnot/util/ModelUtils.java +++ b/model/org.eclipse.stardust.model.xpdl/src/org/eclipse/stardust/model/xpdl/carnot/util/ModelUtils.java @@ -990,7 +990,7 @@ public class ModelUtils } } - private static void setReference(AttributeType attribute, ModelType model, + public static void setReference(AttributeType attribute, ModelType model, String scopeList) { String id = attribute.getValue(); |

