svn commit: r18098 - trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/meta
Bob Tarling <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bobtarling
Date: 2010-03-15 03:46:50-0700
New Revision: 18098
Modified:
trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/meta/panels.xml
trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/meta/panels2.xml
Log:
Include Operation in Component and Node panels. Allow new reception and operation in node/component from explorer popup
Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/meta/panels.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/meta/panels.xml?view=diff&pathrev=18098&r1=18097&r2=18098
==============================================================================
--- trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/meta/panels.xml (original)
+++ trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/meta/panels.xml 2010-03-15 03:46:50-0700
@@ -945,9 +945,10 @@
<separator />
<list name="generalization" type="Generalization" />
<list name="specialization" type="GeneralizableElement" />
- <separator />
<list name="clientDependency" type="Dependency" label="label.client-dependencies" />
<list name="supplierDependency" type="ModelElement" label="label.supplier-dependencies" />
+ <separator />
+ <list name="feature" type="org.omg.uml.foundation.core.Operation" label="label.operations" />
<list name="residentElement" type="ElementResidence" label="label.residents" />
<debug />
<attribute name="visibility" type="VisibilityKind" />
@@ -993,7 +994,10 @@
<separator />
<list name="generalization" type="Generalization" />
<list name="specialization" type="GeneralizableElement" />
+ <list name="clientDependency" type="Dependency" label="label.client-dependencies" />
+ <list name="supplierDependency" type="ModelElement" label="label.supplier-dependencies" />
<separator />
+ <list name="feature" type="org.omg.uml.foundation.core.Operation" label="label.operations" />
<list name="deployedComponent" type="Component" label="label.deployedcomponents" />
<debug />
Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/meta/panels2.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/meta/panels2.xml?view=diff&pathrev=18098&r1=18097&r2=18098
==============================================================================
--- trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/meta/panels2.xml (original)
+++ trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/meta/panels2.xml 2010-03-15 03:46:50-0700
@@ -945,9 +945,10 @@
<separator />
<list name="generalization" type="Generalization" />
<list name="specialization" type="GeneralizableElement" />
- <separator />
<list name="clientDependency" type="Dependency" label="label.client-dependencies" />
<list name="supplierDependency" type="ModelElement" label="label.supplier-dependencies" />
+ <separator />
+ <list name="feature" type="org.eclipse.uml2.uml.Operation" label="label.operations" />
<list name="residentElement" type="ElementResidence" label="label.residents" />
<debug />
<attribute name="visibility" type="VisibilityKind" />
@@ -993,7 +994,10 @@
<separator />
<list name="generalization" type="Generalization" />
<list name="specialization" type="GeneralizableElement" />
+ <list name="clientDependency" type="Dependency" label="label.client-dependencies" />
+ <list name="supplierDependency" type="ModelElement" label="label.supplier-dependencies" />
<separator />
+ <list name="feature" type="org.eclipse.uml2.uml.Operation" label="label.operations" />
<list name="deployedComponent" type="Component" label="label.deployedcomponents" />
<debug />
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2459898
To unsubscribe from this discussion, e-mail: [[email protected]].