Author: bobtarling Date: 2011-05-21 09:41:49-0700 New Revision: 19480 Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/model/metamodel2.xml
Log: Rearrange the state properties panel Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/model/metamodel2.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/model/metamodel2.xml?view=diff&pathrev=19480&r1=19479&r2=19480 ============================================================================== --- trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/model/metamodel2.xml (original) +++ trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/model/metamodel2.xml 2011-05-21 09:41:49-0700 @@ -2726,8 +2726,8 @@ <list name="targetFlow" type="Flow" label="label.target-flows" /> <list name="sourceFlow" type="Flow" label="label.source-flows" /> <list name="comment" type="Comment" /> - <list name="region" type="Region" /> <separator /> + <list name="region" type="Region" /> <list name="clientDependency" type="Dependency" label="label.client-dependencies" /> <list name="supplierDependency" type="ModelElement" label="label.supplier-dependencies" /> <list name="presentation" type="ModelElement" /> @@ -2745,10 +2745,9 @@ <attribute name="container" type="CompositeState" /> <list name="outgoing" type="Transition" /> <list name="incoming" type="Transition" /> + <list name="deferrableEvent" type="Event" label="label.deferrable" /> <attribute name="entry" type="Action" /> - <separator /> <attribute name="exit" type="Action" /> - <list name="deferrableEvent" type="Event" label="label.deferrable" /> <attribute name="doActivity" type="Action" /> <attribute name="stateMachine" type="StateMachine" /> </panel> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2743377 To unsubscribe from this discussion, e-mail: [[email protected]].
