| author | Sidharth Singh | 2012-07-11 02:52:19 (EDT) |
|---|---|---|
| committer | Manik Kishore | 2012-07-19 01:37:34 (EDT) |
| commit | 143c2a2c340cbb27a1f328bfed57297662bf1aec (patch) (side-by-side diff) | |
| tree | a19ea55414e8ddff22905c8395b3aa2ec8452ee5 | |
| parent | c047c098dd35722ebcefcf48c4ca22a2724d5416 (diff) | |
| download | org.eclipse.stardust.ide-143c2a2c340cbb27a1f328bfed57297662bf1aec.zip org.eclipse.stardust.ide-143c2a2c340cbb27a1f328bfed57297662bf1aec.tar.gz org.eclipse.stardust.ide-143c2a2c340cbb27a1f328bfed57297662bf1aec.tar.bz2 | |
Jira-ID: CRNT-25295
1)Moved ID_PROPERTY to ModelerConstants.java and changed reference to same
2)Added code to set activityId and activityName in CreateActivityCommandHandler.java
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide@57575 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | model/org.eclipse.stardust.model.xpdl.builder/src/main/java/org/eclipse/stardust/model/xpdl/builder/utils/ModelerConstants.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/model/org.eclipse.stardust.model.xpdl.builder/src/main/java/org/eclipse/stardust/model/xpdl/builder/utils/ModelerConstants.java b/model/org.eclipse.stardust.model.xpdl.builder/src/main/java/org/eclipse/stardust/model/xpdl/builder/utils/ModelerConstants.java index c1c57e5..add2d2e 100644 --- a/model/org.eclipse.stardust.model.xpdl.builder/src/main/java/org/eclipse/stardust/model/xpdl/builder/utils/ModelerConstants.java +++ b/model/org.eclipse.stardust.model.xpdl.builder/src/main/java/org/eclipse/stardust/model/xpdl/builder/utils/ModelerConstants.java @@ -34,4 +34,5 @@ public class ModelerConstants public static final String SUBPROCESS_ID = "subprocessFullId";
public static final String APPLICATION_FULL_ID_PROPERTY = "applicationFullId";
public static final String NAME_PROPERTY = "name";
+ public static final String ID_PROPERTY = "id";
}
|

