Skip to content

Commit ce51504

Browse files
Fixes + New icons + New property pages
- New capability sterotype as a supertype for TcapabilityType and TCapabilityDefinition - Fix trequirement property page: capability accept both tcapability and TCapabilityDefinition types -Fix: The property `TRequirementDefinition.capability` has an incorrect type in the profile: TCapabilityDefinition. The correct type is TCapabilityType -Icons for Tcapability + CapabilitiesType
1 parent 971815a commit ce51504

File tree

113 files changed

+2550
-2226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+2550
-2226
lines changed

ToscaDesigner/src/main/conf/module.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,8 @@ stereotype.CapabilitiesType.description=
358358
stereotype.CapabilitiesType.label=CapabilitiesType
359359
stereotype.CapabilitiesType1.description=
360360
stereotype.CapabilitiesType1.label=CapabilitiesType1
361+
stereotype.CapabilityStereotype.description=
362+
stereotype.CapabilityStereotype.label=CapabilityStereotype
361363
stereotype.ConstraintType1.description=
362364
stereotype.ConstraintType1.label=ConstraintType1
363365
stereotype.ConstraintsType.description=

ToscaDesigner/src/main/conf/module.xml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<Image path=""/>
2525
</Stereotype>
2626
<Stereotype name="CapabilitiesType" metaclass="Infrastructure.ModelElement" owner-stereotype="" is-hidden="false" label="%stereotype.CapabilitiesType.label" uid="37787f67-5e3f-4ce9-93fc-cc3101d5cb6f" is-abstract="false">
27-
<Icon path=""/>
28-
<Image path=""/>
27+
<Icon path="res/icon/gui/capabilitiesType24.ICON.png"/>
28+
<Image path="res/icon/gui/capabilitiesType48.IMAGE.png"/>
2929
</Stereotype>
3030
<Stereotype name="CapabilitiesType1" metaclass="Infrastructure.ModelElement" owner-stereotype="" is-hidden="false" label="%stereotype.CapabilitiesType1.label" uid="1e88dd5b-b484-4f79-a6c6-4e4180c79c4a" is-abstract="false">
3131
<Icon path=""/>
@@ -329,10 +329,10 @@
329329
</PropertyTable>
330330
</Stereotype>
331331
<Stereotype name="TCapability" metaclass="Standard.Class" owner-stereotype="" is-hidden="false" label="%stereotype.TCapability.label" uid="92831533-b614-4124-8961-3cd7ebcad536" is-abstract="false">
332-
<Icon path=""/>
333-
<Image path=""/>
332+
<Icon path="res/icon/gui/TCapability24.png"/>
333+
<Image path="res/icon/gui/TCapability48.png"/>
334334
</Stereotype>
335-
<Stereotype name="TCapabilityDefinition" metaclass="Standard.Class" owner-stereotype="" is-hidden="false" label="%stereotype.TCapabilityDefinition.label" uid="92f8cb40-9498-4759-9c75-6b4df72de355" is-abstract="false">
335+
<Stereotype name="TCapabilityDefinition" metaclass="Standard.Class" owner-stereotype="mref#'' {54f6e81a-afca-4381-aad4-5cf823fcf192} Infrastructure.Stereotype" is-hidden="false" label="%stereotype.TCapabilityDefinition.label" uid="92f8cb40-9498-4759-9c75-6b4df72de355" is-abstract="false">
336336
<Icon path="res/icon/gui/capabilityDefinition24.png"/>
337337
<Image path="res/icon/gui/capabilityDefinition48.png"/>
338338
<PropertyTable id="TCapabilityDefinitionTable" label="%propertytable.TCapabilityDefinitionTable.label" uid="e2b2d181-f6b2-4a51-81dc-df962e137ef2">
@@ -372,7 +372,7 @@
372372
</PropertyDefinition>
373373
</PropertyTable>
374374
</Stereotype>
375-
<Stereotype name="TCapabilityType" metaclass="Standard.Class" owner-stereotype="" is-hidden="false" label="%stereotype.TCapabilityType.label" uid="42438c96-0721-406a-a8b9-c4a85931cc60" is-abstract="false">
375+
<Stereotype name="TCapabilityType" metaclass="Standard.Class" owner-stereotype="mref#'' {54f6e81a-afca-4381-aad4-5cf823fcf192} Infrastructure.Stereotype" is-hidden="false" label="%stereotype.TCapabilityType.label" uid="42438c96-0721-406a-a8b9-c4a85931cc60" is-abstract="false">
376376
<Icon path="res/icon/gui/capabilityType24.ICON.png"/>
377377
<Image path="res/icon/gui/capabilityType48.IMAGE.png"/>
378378
</Stereotype>
@@ -969,6 +969,10 @@
969969
</PropertyDefinition>
970970
</PropertyTable>
971971
</Stereotype>
972+
<Stereotype name="CapabilityStereotype" metaclass="Standard.Class" owner-stereotype="" is-hidden="false" label="%stereotype.CapabilityStereotype.label" uid="54f6e81a-afca-4381-aad4-5cf823fcf192" is-abstract="false">
973+
<Icon path=""/>
974+
<Image path=""/>
975+
</Stereotype>
972976
</Profile>
973977
</Profiles>
974978
<PropertyTypes>

ToscaDesigner/src/main/conf/module_fr.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,8 @@ stereotype.CapabilitiesType.description=
358358
stereotype.CapabilitiesType.label=CapabilitiesType
359359
stereotype.CapabilitiesType1.description=
360360
stereotype.CapabilitiesType1.label=CapabilitiesType1
361+
stereotype.CapabilityStereotype.description=
362+
stereotype.CapabilityStereotype.label=CapabilityStereotype
361363
stereotype.ConstraintType1.description=
362364
stereotype.ConstraintType1.label=ConstraintType1
363365
stereotype.ConstraintsType.description=
1019 Bytes
Loading
1.88 KB
Loading
536 Bytes
Loading
848 Bytes
Loading
1.1 KB
Loading
1.84 KB
Loading
252 Bytes
Loading

0 commit comments

Comments
 (0)