Commit d954971c authored by Martti Käärik's avatar Martti Käärik
Browse files

Updates for meta-model change.

parent d889e878
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -347,7 +347,7 @@
              <color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
              <color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
            </style>
            </style>
          </subNodeMappings>
          </subNodeMappings>
          <subNodeMappings name="actionReference.actualParameter" semanticCandidatesExpression="[self/]" domainClass="tdl.ActionReference">
          <subNodeMappings name="actionReference.argument" semanticCandidatesExpression="[self/]" domainClass="tdl.ActionReference">
            <style xsi:type="style:SquareDescription" showIcon="false" labelExpression="[serialise(self, ', ')/]" labelPosition="node" resizeKind="NSEW">
            <style xsi:type="style:SquareDescription" showIcon="false" labelExpression="[serialise(self, ', ')/]" labelPosition="node" resizeKind="NSEW">
              <borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
              <borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
              <labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
              <labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
@@ -388,7 +388,7 @@
              <color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
              <color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
            </style>
            </style>
          </subNodeMappings>
          </subNodeMappings>
          <subNodeMappings name="testDescriptionReference.actualParameter" semanticCandidatesExpression="[self/]" domainClass="tdl.TestDescriptionReference">
          <subNodeMappings name="testDescriptionReference.argument" semanticCandidatesExpression="[self/]" domainClass="tdl.TestDescriptionReference">
            <style xsi:type="style:SquareDescription" showIcon="false" labelExpression="[serialise(self, 'parameters', ', ')/]" labelPosition="node" resizeKind="NSEW">
            <style xsi:type="style:SquareDescription" showIcon="false" labelExpression="[serialise(self, 'parameters', ', ')/]" labelPosition="node" resizeKind="NSEW">
              <borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
              <borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
              <labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
              <labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
+0 −1
Original line number Original line Diff line number Diff line
@@ -97,7 +97,6 @@ public class CreateAction implements IExternalJavaAction {
					assignmentVarUse.setVariable((Variable) element);
					assignmentVarUse.setVariable((Variable) element);
					assignmentVarUse.setComponentInstance(c);
					assignmentVarUse.setComponentInstance(c);
					((Assignment)behaviour).setVariable(assignmentVarUse);
					((Assignment)behaviour).setVariable(assignmentVarUse);
					((Assignment)behaviour).setComponentInstance(c);
					break;
					break;
				}
				}
			}
			}