Author: bobtarling
Date: 2010-03-22 16:38:26-0700
New Revision: 18139

Modified:
   
trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/meta/panels2.xml

Log:
Allow new Parameters to be added in UML2

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=18139&r1=18138&r2=18139
==============================================================================
--- 
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-22 16:38:26-0700
@@ -598,15 +598,15 @@
     <list name="elementImport" type="ModelElement" 
label="label.element-import" />
     <attribute name="ownerScope" type="ScopeKind" />
     <attribute name="owner" type="Classifier" />
-    <list name="parameter" type="Parameter" />
+    <list name="parameter" type="org.eclipse.uml2.uml.Parameter" />
     <separator />
     <list name="raisedSignal" type="org.eclipse.uml2.uml.Signal" 
label="label.raisedsignals" />
   </panel>
   <panel name="Operation">
     <text name="name" type="Name" />
     <singlerow name="owner" type="Classifier" />
-    <list name="parameter" type="Parameter" />
-    <separator />    
+    <list name="parameter" type="org.eclipse.uml2.uml.Parameter" />
+    <separator />
     <optionbox name="visibility" type="VisibilityKind" />
     <checkgroup name="modifiers">
       <checkbox name="isSpecification" type="Boolean" />
@@ -2014,7 +2014,7 @@
     <list name="collaborationInstanceSet" type="ModelElement" />
     <attribute name="ownerScope" type="ScopeKind" />
     <attribute name="owner" type="Classifier" />
-    <list name="parameter" type="Parameter" />
+    <list name="parameter" type="org.eclipse.uml2.uml.Parameter" />
     <combo name="signal" type="Signal" />
     <textarea name="specification" type="String" />
   </panel>
@@ -2619,7 +2619,7 @@
     <list name="collaborationInstanceSet" type="ModelElement" />
     <list name="partition" type="ModelElement" />
     <list name="elementImport" type="ModelElement" 
label="label.element-import" />
-    <list name="parameter" type="Parameter" />
+    <list name="parameter" type="org.eclipse.uml2.uml.Parameter" />
     <list name="state" type="Event" />
     <list name="transition" type="Event" />
   </panel>
@@ -2697,7 +2697,7 @@
     <text name="name" type="Name" />
     <combo name="namespace" type="Namespace" />
     <separator />
-    <list name="parameter" type="Parameter" />
+    <list name="parameter" type="org.eclipse.uml2.uml.Parameter" />
     <list name="transition" type="Event" />    
     <separator />
     <textarea name="when" type="TimeExpression" />
@@ -2731,7 +2731,7 @@
     <text name="name" type="Name" />
     <combo name="namespace" type="Namespace" />
     <separator />
-    <list name="parameter" type="Parameter" />
+    <list name="parameter" type="org.eclipse.uml2.uml.Parameter" />
     <list name="transition" type="Event" />
        <separator />
        <combo name="operation" type="Operation" />    
@@ -2765,7 +2765,7 @@
     <text name="name" type="Name" />
     <combo name="namespace" type="Namespace" />
     <separator />
-    <list name="parameter" type="Parameter" />
+    <list name="parameter" type="org.eclipse.uml2.uml.Parameter" />
     <list name="transition" type="Event" />    
     <separator />
     <list name="signal" type="Signal" />
@@ -2877,7 +2877,7 @@
     <text name="name" type="Name" />
     <combo name="namespace" type="Namespace" />
     <separator />
-    <list name="parameter" type="Parameter" />
+    <list name="parameter" type="org.eclipse.uml2.uml.Parameter" />
     <list name="transition" type="Event" />
     <separator />    
     <textarea name="changeExpression" type="BooleanExpression" />    
@@ -3666,7 +3666,7 @@
     <separator />
     <list name="outgoing" type="Transition" />
     <list name="incoming" type="Transition" />
-    <list name="parameter" type="Parameter" />
+    <list name="parameter" type="org.eclipse.uml2.uml.Parameter" />
        
        <debug />
     <attribute name="visibility" type="VisibilityKind" />

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2463418

To unsubscribe from this discussion, e-mail: 
[[email protected]].

Reply via email to