svn commit: r18648 - trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/model/metamodel2.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bobtarling
Date: 2010-08-16 17:59:29-0700
New Revision: 18648
Modified:
trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/model/metamodel2.xml
Log:
Add an Association control to the Property 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=18648&r1=18647&r2=18648
==============================================================================
--- 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 2010-08-16 17:59:29-0700
@@ -266,7 +266,7 @@
<separator />
<list name="feature" type="Property" new="true" label="label.attributes" />
<list name="ownedOperation" type="Operation,Reception" new="true" label="label.operations" />
- <list name="association" type="Classifier" />
+ <list name="association" type="Property" />
<list name="ownedElement" type="Class" new="true" label="label.owned-elements"/>
<debug />
<attribute name="targetFlow" type="Flow" />
@@ -591,6 +591,7 @@
<combo name="type" type="Classifier" />
<combo name="multiplicity" type="Multiplicity" />
<singlerow name="owner" type="Classifier" />
+ <singlerow name="association" type="Association" />
<separator />
<optionbox name="visibility" type="VisibilityKind" />
<checkgroup name="modifiers">
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2647603
To unsubscribe from this discussion, e-mail: [[email protected]].