|
2 | 2 | <Module id="ToscaDesigner" class="fr.softeam.toscadesigner.impl.ToscaDesignerModule" binaryversion="5.4.01" version="0.0.00" schema-level="2" uid="942db9f9-6869-472c-b269-9ca7ec36a014" author="Softeam" image="" url=""> |
3 | 3 | <ClassPath> |
4 | 4 | <PathEntry path="lib/${project.artifactId}-${project.version}.jar"/> |
| 5 | + <PathEntry path="lib/commons-text-1.11.0.jar"/> |
| 6 | + <PathEntry path="lib/nashorn-core-15.4.jar"/> |
| 7 | + <PathEntry path="lib/asm-7.3.1.jar"/> |
| 8 | + <PathEntry path="lib/asm-commons-7.3.1.jar"/> |
| 9 | + <PathEntry path="lib/asm-analysis-7.3.1.jar"/> |
| 10 | + <PathEntry path="lib/asm-tree-7.3.1.jar"/> |
| 11 | + <PathEntry path="lib/asm-util-7.3.1.jar"/> |
| 12 | + <PathEntry path="lib/antlr4-runtime-4.5.1-1.jar"/> |
| 13 | + <PathEntry path="lib/commons-lang3-3.1.jar"/> |
| 14 | + <PathEntry path="lib/rhino-1.7R4.jar"/> |
5 | 15 | <PathEntry path="lib/handlebars-4.3.1.jar"/> |
6 | 16 | <PathEntry path="lib/slf4j-api-1.7.32.jar"/> |
7 | 17 | </ClassPath> |
|
356 | 366 | <TypeRef id="mref#'Integer' {01a40888-0000-002d-0000-000000000000} Infrastructure.PropertyType"/> |
357 | 367 | <Description>%propertydefinition.TCapabilityDefinitionTable.upperBound.description</Description> |
358 | 368 | </PropertyDefinition> |
359 | | - <PropertyDefinition id="valid_source_types" label="%propertydefinition.TCapabilityDefinitionTable.valid_source_types.label" default-value="" is-editable="true" uid="e012d64d-3433-419e-a7b1-62e1cd38891a"> |
360 | | - <TypeRef id="mref#'Text' {01a40888-0000-002a-0000-000000000000} Infrastructure.PropertyType"/> |
361 | | - <Description>%propertydefinition.TCapabilityDefinitionTable.valid_source_types.description</Description> |
| 369 | + <PropertyDefinition id="valid_source_tyoes" label="%propertydefinition.TCapabilityDefinitionTable.valid_source_tyoes.label" default-value="" is-editable="true" uid="e012d64d-3433-419e-a7b1-62e1cd38891a"> |
| 370 | + <TypeRef id="mref#'MultiElement' {1bdf9f87-e9ad-4849-ab22-c25147e8d00c} Infrastructure.PropertyType"/> |
| 371 | + <Description>%propertydefinition.TCapabilityDefinitionTable.valid_source_tyoes.description</Description> |
362 | 372 | </PropertyDefinition> |
363 | 373 | </PropertyTable> |
364 | 374 | </Stereotype> |
|
1040 | 1050 | </Command> |
1041 | 1051 | <Command id="Export" label="%command.Export.label" tooltip="%command.Export.tooltip" image="res/icon/gui/export.png" modify-model="false"> |
1042 | 1052 | <Scope metaclass="Standard.Package" stereotype="ToscaDesigner#ToscaModel"/> |
1043 | | - <Handler class="fr.softeam.toscadesigner.handlers.commands.ToacaModelExport"> |
| 1053 | + <Scope metaclass="Infrastructure.ModelElement" stereotype="ToscaDesigner#TNodeType"/> |
| 1054 | + <Scope metaclass="Infrastructure.ModelElement" stereotype="ToscaDesigner#TTopologyTemplate"/> |
| 1055 | + <Handler class="fr.softeam.toscadesigner.handlers.commands.ExportToscaModelCommand"> |
1044 | 1056 | <HParameter name="name" value=""/> |
1045 | 1057 | </Handler> |
1046 | 1058 | </Command> |
|
0 commit comments